2 Replies Latest reply on Oct 4, 2008 6:05 AM by gus888

    Raising events on page transition don't work

    gus888
      Hi there,

      When I tried to use page raise event <raise-event type="dataChanged"/>, I found that it never worked on both Seam 2.0.2.SP and Seam 2.1.0.CR1. Anybody ever got the same situation? Thanks.
        • 1. Re: Raising events on page transition don't work
          gus888

          Anybody can give a help? I don't know whether my codes has some problem or it is a bug, since this raise-event doesn't has any action. My code snippet is:

          <navigation>
               <rule if-outcome="deleted">
                    <raise-event type="personDataChanged"/>
                    <redirect view-id="/personList.xhtml"/>
               </rule>
          </navigation>

          Thanks a lot in advance.

          • 2. Re: Raising events on page transition don't work
            gus888

            Sorry, I forgot to mention that I got the <raise-event> from Seam In Action book, since I could find it from Seam documents.