[jboss-user] [JBoss Seam] - Re: can't quite get push-style mvc working

petemuir do-not-reply at jboss.com
Mon Aug 7 14:48:11 EDT 2006


http://docs.jboss.com/seam/latest/reference/en/html/concepts.html#d0e2713
http://docs.jboss.com/seam/latest/reference/en/html/conversations.html#d0e2928

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#3963651

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



More information about the jboss-user mailing list