I've used a workaround for that problem. Not sure it's the right thing to do 
and I don't know if it can suit in your case :

I use "propagation="none" on my button :

<s:button id="done" 
  |                    value="Retour"
  |              propagation="none"
  |                     view="/Collectivites.xhtml"
  |                 rendered="#{collectivitesHome.managed}" />
  | 

With this, the page doesn't take the new value.


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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4061285
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to