[jboss-user] [JBoss Seam] - Re: possible to specify action in pageflow transition?

ellenzhao do-not-reply at jboss.com
Sat Jul 14 09:46:18 EDT 2007


yes. Do it like this:


  | <page name="history" view-id="/history.xhtml">
  |         <redirect/>
  |         <transition name="youNameIt" to="historyitem">
  |              <action expression="#{historyController.selectHistoryItem(item)}"/>
  |         </transition>
  |        <transition name="youNameIt2" to="....">
  |               <action expression="...." />
  |        </transition>
  |         ....
  |     </page>
  | 
  |     <page name="historyitem" view-id="/historyitem.xhtml">
  |         ....
  |     </page>
  | 
  | 

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

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4064231



More information about the jboss-user mailing list