Re: Why variable do not update in a text field

2012-10-25 Thread Thiago H de Paula Figueiredo
On Thu, 25 Oct 2012 04:53:02 -0200, dinesh707 wrote: size="30"/> I'm not sure if that's the source of your problem, but your template above does have an error: it uses a ${} expansion for passing a parameter. Never do that. It's always wrong or useless. In your te

Re: Why variable do not update in a text field

2012-10-25 Thread derkoe
> size="30"/> > Is your disabled property also @Persist? If not it will be re-initalized with false and Tapestry will not bind disabled fields. -- View this message in context: http://tapestry.1045711.n5.nabble.com/Why-variable-do-not-update-in-a-text-fie

Why variable do not update in a text field

2012-10-24 Thread dinesh707
uot;songInfoZone1", songInfoZone1) } void uploadToDB(){ System.out.println(songName); } --- TML --- -- View this message in context: http://tapestry.1045711.n5.nabble.com/Why-variable-do-not-update-in-a-text-field