[jboss-user] [JBoss Seam] - Re: Seam gen edit pages, update without press save button

idylle do-not-reply at jboss.com
Fri Jul 6 09:09:12 EDT 2007


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



More information about the jboss-user mailing list