3 Replies Latest reply on Jun 14, 2007 4:18 PM by pmuir

    request parameter + sfsb

    knisterpeter

      I'm struggeling with creating a page where a request parameter is used to initialize a bean parameter. I have the following workflow:

      GET Request => page/form display => form action (sfsb method)

      The first GET request should initialize the bean to setup a property by a request parameter. But when I submit the following form the parameter is null in any case.

      Does anybody can give me a simple example or explain in detail how to create such a usecase?