0 Replies Latest reply on Oct 24, 2008 5:13 PM by bpons

    Double database access with seam-gen seam application framework

    bpons

      Testing the seam-tools (in jboss-tools) functionnality generate entities from an existing schema, which is a fine feature btw, i've noticed that when you initiate a search with at least one criteria in the generated app, the same request is sent to the database twice.
      I believe this is due to the post/redirect pattern of JSF.
      This same behavior is observable on the contact-list example app, based on the seam application framework.


      Is there a way around this?