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
<input type="button" value="message:save" jwcid="save@Submit" class="buttonSize" valign="bottom" <b> 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