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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...