[jbossseam-issues] [JBoss JIRA] Created: (JBSEAM-1843) <raise-event> has undefined behavior when passing event arguments

Christian Bauer (JIRA) jira-events at lists.jboss.org
Wed Aug 22 10:11:26 EDT 2007


<raise-event> has undefined behavior when passing event arguments
-----------------------------------------------------------------

                 Key: JBSEAM-1843
                 URL: http://jira.jboss.com/jira/browse/JBSEAM-1843
             Project: JBoss Seam
          Issue Type: Task
          Components: Core
            Reporter: Christian Bauer
            Priority: Minor


        <navigation>
            <rule if-outcome="docDisplay">
                <raise-event type="DocumentHome.init">#{wikiRequestResolver.nodeId}</raise-event>
                <render view-id="/docDisplay.xhtml"/>
            </rule>

The init(Object o) method is called but the argument is not the value I define in pages.xm (also tried literals) but an instance of org.jboss.seam.Component(documentHome). Which is actually the receiver of the event.


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the seam-issues mailing list