0 Replies Latest reply on May 3, 2010 3:39 PM by wiggy

    Seam 2.2.1 doesnt handle the @immediate tag on xhtml forms

    wiggy

      cant raise this on jira at the mo as i cant get into the jira - (cos of the security attack and i cant remember the answer to question)


      when i run the following in a form under seam 2.2.1


                  <h:commandButton id="testData"
                                value="testData"
                               action="#{testData.setUpTestData ()}"
                               immediate="true"/>
      



      it runs my command and then fails the redirect claiming it cant find a true.seam resource.


      somehow the immediate isnt handled properly and false page redirect generated.