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

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


It is my first seam application. Probably I made some design mistakes. I use both view and action on s:link, because I need to have outjected auctionUser to display on user.xhtml. User.xhtml has no backing bean, it only dispalys properties of outjected object. This object may come from many different beans. I don't need to outject auctionUser if someone don't go to user.xhtml. Should I use

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

  | <s:link view="/user.xhtml"
  | 
?

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

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



More information about the jboss-user mailing list