http://docs.jboss.com/seam/latest/reference/en/html/concepts.html#d0e2713
http://docs.jboss.com/seam/latest/reference/en/html/conversations.html#d0...
If you want an action to be run when loading a page you need to use the action attribute
of the page tag:
<pages>
| <page view-id="/showGroups.seam"
action="#{groupFinder.findFirstPage}" />
| </pages
The content is a description of the conversation for workspace management.
(Very clearly described problem, nice)
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3963651#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...