[jboss-user] [JBoss Seam] - Wrong action order? Need I to change all my searching webpag

chicochen do-not-reply at jboss.com
Sun Jul 1 23:32:34 EDT 2007


When I click the Link A, why seam call "projectQueryAction.doQuery" before "projectQueryAction.resetQuery"?

As I know It work well in seam 1.2, now I update to 2.0.

Link A:
<s:link action="#{projectQueryAction.resetQuery}" value="Project Browser" />

Pre-Action:
<page view-id="/page/model/project/frontend/projectList.xhtml"
  | 		action="#{projectQueryAction.doQuery}" >
  | 		<navigation from-action="#{projectMaintAction.view}">
  | 			<redirect
  | 				view-id="/page/model/project/frontend/projectBrowse.xhtml" />
  | 		</navigation>
  | 	</page>

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

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



More information about the jboss-user mailing list