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
dinesh707 wrote > following are my code parts. So when some one and a mp3URL to some text > area, system will send a ajax request to " onMp3UrlChanged()". Then it > will get the title and set that value into "songName" and refresh the > zone. IT WORKS!. But my problem is later when i change the tex