[jboss-user] [JBoss Seam] - Re: Get Request problems with Seam 2 CR1

smithbstl do-not-reply at jboss.com
Sat Sep 22 08:22:43 EDT 2007


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



More information about the jboss-user mailing list