Listener not get invoked when i enable button through javascript

2012-05-28 Thread karthick
Hi All,

I have the requirement like when the user save the data by clicking save
button ,then the button should gets diabled status to avioid multiple save. 
I have done button disabled by using

  disabled ="ognl:ruleSaved"*
 
 listener="listener:saveData"/>

Again i need to enable the save button when the user enter data in text
box.I make it enabled save button using javascript*

document.getElementById("save").disabled=false;*


I have to listener one for button and one for form

When the form is loaded first time and when the user click the save button
listerner is getting called ,but according to my reqirement when data save
sucess i make the button to disabled status when the user again try to
modified the value i make to enable by using java script.when the user click
save button again button listerner not getting called .only  form listerner
is getting invoked .Please help me on this.

Thanks,
Karthick

--
View this message in context: 
http://tapestry.1045711.n5.nabble.com/Listener-not-get-invoked-when-i-enable-button-through-javascript-tp5713436.html
Sent from the Tapestry - User mailing list archive at Nabble.com.

-
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org



Re: Getting Error when do any action in my page

2012-06-19 Thread karthick
Hi ,

Thanks for your reply.

Ices is context path my application.

http://localhost:8080/ices/app

--
View this message in context: 
http://tapestry.1045711.n5.nabble.com/Getting-Error-when-do-any-action-in-my-page-tp5713876p5713971.html
Sent from the Tapestry - User mailing list archive at Nabble.com.

-
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org