[jboss-user] [JBoss Seam] - Re: Page Action needed for Injection?

quilian do-not-reply at jboss.com
Wed Apr 25 08:51:57 EDT 2007


Hi pete!

thanks for the fast answer.
I did it like that now:

userList.xhtml

  |             <s:link  action="#{benutzerManager.selectBenutzer()}" value="#{benutzerIterator.name}" propagation="join">
  |             </s:link>
  | 

pages.xml

  |     <page view-id="/userList.xhtml">
  |     <end-conversation/>
  |         <navigation from-action="#{benutzerManager.selectBenutzer()}">
  |             <redirect view-id="/user.xhtml"/>
  |         </navigation>
  |     </page>
  | 

that works, but i did not quite understand.
Will i always need an action which calls some dummy function on the benuterManager to invoke the Injection mechanism?

Greetings,
Tobias

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

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



More information about the jboss-user mailing list