This content has been marked as final.
Show 2 replies
-
1. Re: s:viewAction not fired
lightguard Dec 19, 2011 4:35 PM (in response to fabriciolemos)Sounds like a bug, please create a JIRA.
-
s:viewAction is not fired if the navigation comes from h:commandButton or h:commandLink. If I access the page through the URL, the viewAction is fired.
This is the code:
<ui:define name="metadata">
<f:metadata>
<s:viewAction action="#{permission.check('user:insert')}" immediate="true"/>
</f:metadata>
</ui:define>I already tried removing immediate="true" and also inserting onPostback="true"
I´m using Seam 3.1.0.CR1 and Jboss 7.1.0.Beta1.
thanks in advance
Sounds like a bug, please create a JIRA.