[jboss-user] [JBoss Seam] - Re: entity update without submit
rbcdexia
do-not-reply at jboss.com
Wed Jun 27 08:47:01 EDT 2007
I have the same problem.
If I use the following code seam updates the object automatically:
<s:decorate id="tipoprecioDecoration" template="layout/edit.xhtml">
| <ui:define name="label">TIPO PRECIO</ui:define>
| <h:inputText id="tipoprecio"
| required="true"
| value="#{operacionHome.instance.tipoprecio}">
| <a:support ignoreDupResponses="false" immediate="false" bypassUpdates="false" event="onblur" reRender="tipoprecioDecoration"/>
| </h:inputText>
| </s:decorate>
Can you help my with other idea??
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4058151#4058151
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4058151
More information about the jboss-user
mailing list