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

ellenzhao do-not-reply at jboss.com
Sat Jul 14 12:11:14 EDT 2007


sorry, forgot to use the code tag in my last post...I meant:

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

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

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



More information about the jboss-user mailing list