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
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to