[jbossseam-issues] [JBoss JIRA] Created: (JBSEAM-2167) I need some function in pages.xml to excecute someConversation.start.

a a (JIRA) jira-events at lists.jboss.org
Fri Oct 26 13:24:01 EDT 2007


I need some function in pages.xml to excecute someConversation.start.
---------------------------------------------------------------------

                 Key: JBSEAM-2167
                 URL: http://jira.jboss.com/jira/browse/JBSEAM-2167
             Project: JBoss Seam
          Issue Type: Feature Request
         Environment: jboss-seam-2.0.0-SNAPSHOT
            Reporter: a a


I have an home page with two links: 
1)<s:link action="#{register.start}" value="Register" propagation="end"/> 
2)<s:link action="#{userSearching.start}" value="Users Info" propagation="end"/> 

When i push on them, old converstaion will stop[propagation="end"] and new CONVERSTAION-scoped conversation will start[XXX.start is annotated with @Begin]. 

Now, i finish registeration with register.uploadPicture[ annotaed with @End] and hope to start the converstaion of "userSearching" by executing #{userSearching.start} in pages.xml, but pages.xml does not support to do so!!! How shall i do? 


<!-- registeration step1: set basic info --> 
<page view-id="/pages/sys/user/register.xhtml"> 
<navigation from-action="#{register.register}"> 
<rule if-outcome="FAILURE"> 
<redirect view-id="/pages/sys/user/register.xhtml" /> 
<rule if-outcome="SUCCESS"> 
<redirect view-id="/pages/sys/user/setuserimg.xhtml" /> 

<!-- registeration step2: set user picture and end the conversation. --> 
<page view-id="/pages/sys/user/setuserimg.xhtml"> 
<navigation from-action="#{register.uploadPicture}"> 
<!-- 
=========== ********************=========== 
I want to start userSearching conversation by executing "#{userSearching.start}" , but how??? 
=========== ********************=========== 
--> 
</page>

I read seam_reference over 3 times and does not find this function.
So i hope this feature can be added.

Best regards.

-- 
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