1 Reply Latest reply on Jun 5, 2008 4:48 PM by jacob.orshalick

    Raise Event from ..pages.xml

    mephisto

      Hi there,


      i am struggling with seam Events since hours. Is there any way to pass parameters to the event using the page.xml file?


      The last attempt I made was this completely not working construct:



      <navigation from-action="#{aTestHome.testMethod}">
         <raise-event type="somethingChanged(#{aTestHome.id})" />
         <redirect/>
      </navigation>
      



      Neither Google helped nor the pages-2.0.xsd. It seems that Seam 2.0.1 has just type as attribute of raise-event.


      greets


      Nico