[jboss-user] [JBoss Seam] - Re: entity update without submit

2007-06-28 Thread rbcdexia
Thank you It works!

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4058657#4058657

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4058657
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Seam] - Re: entity update without submit

2007-06-27 Thread rbcdexia
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=labelTIPO 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=bbop=viewtopicp=4058151#4058151

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4058151
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Seam] - Re: entity update without submit

2007-06-27 Thread [EMAIL PROTECTED]
Try bypassUpdates=true ;)

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4058162#4058162

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4058162
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Seam] - Re: entity update without submit

2007-06-18 Thread hispeedsurfer
Thank you pete,

have performed bybassUpdates on cancel-commitLink and wondered about entity 
update anymore.
Now on a:support it work expected.



View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4055098#4055098

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4055098
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Seam] - Re: entity update without submit

2007-06-15 Thread petemuir
try using the bypassUpdates option on a:support

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4054752#4054752

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4054752
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user