rajeevP wrote:
We are using struts2.1.6 and ajax in our application. In one of our screen
we have only 4 fields, in that one fields has ajax calling. so how can we
stop the user to submit that form upto the ajax response came.
Means upto that ajax repsonse reached in the screen, we need to restrict the
user to click on the submit button.

Disable/hide the submit button, and enable/show the submit button as part of the Ajax callback?

Dave

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

Reply via email to