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

Reply via email to