[jboss-user] [JBoss Seam] - Re: Logging in and null outjected objects

oblivion1200 do-not-reply at jboss.com
Wed Oct 3 09:54:14 EDT 2007


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



More information about the jboss-user mailing list