2 Replies Latest reply on Mar 1, 2008 5:44 AM by pete007

    How to use the database in read-only mode with forms outside a conversation

      Hello,


      I have some forms (locator.xhtml, router,xhtml, ..), which only read data from the database and show them to the client.
      This forms should do as less as necessary, so if I enter an url like http://localhost:8080/gdc/locator.xhtml?location=F53C41 it should directly show the desired information and not create a conversation or session or anything like that.


      I've created the forms with the command seam-gen new-form and adopted the fieldnames to my needs, but the forms must be called a second time to get the desired results.


      How can I use the parameters in the first request?