Actually, there is a way, with a redirect:
| <s:link id="createDoc" styleClass="linkNavigation"
action="createDoc"><u>C</u>reate</s:link>
|
pages.xml:
| <navigation>
| <rule if-outcome="createDoc">
| <begin-conversation flush-mode="MANUAL"/>
| <redirect view-id="/docCreate.xhtml"/>
| </rule>
|
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4056476#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...