Wow, it works now. Code like this does not work

  |     <page view-id="*">
  |       <navigation from-action="#{bidder.outjectUser}">
  |         <redirect view-id="/user.xhtml"/>
  |       </navigation>
  | 
I had to use

  |     <page view-id="*">
  |       <navigation from-action="#{bidder.outjectUser()}">
  |         <redirect view-id="/user.xhtml"/>
  |       </navigation>
  | 

Thanks Pete for your help.

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4091067
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to