Yes, I am using Richfaces 3.1

Yes, the s:link is pointing to a transition in a pageflow

<s:link 
  |     view="viewServiceRequest" 
  |     value="#{req.serviceRequestNumber}">
  |     <f:param name="serviceRequestId" value="#{req.serviceRequestId}" />
  | </s:link>   

<page name="serviceRequestListing" view-id="/addressrequestlisting.xhtml" 
  |         back="enabled">
  |         <transition name="viewServiceRequest" to="serviceRequest">
  |             <action expression="#{addressLocator.selectServiceRequest}"/>
  |         </transition>
  |     </page>




View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4087500#4087500

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4087500
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to