Check values of a form via AJAX without changing JSP
----------------------------------------------------

                 Key: STR-2950
                 URL: http://issues.apache.org/struts/browse/STR-2950
             Project: Struts 1
          Issue Type: New Feature
          Components: Taglibs
            Reporter: Stephan Koops


Did you ever thought about the idea, that the browser can use AJAX to send 
changes in the text fields, checkboxes and so on to the server. So the server 
can check the actual data and retrieve or remove error messages. They would be 
displayed on the place which the JSP designer has planed.

The idea is, that the developer will not need to change the JSP files but only 
the logic (the action classes and perhaps the underlying Model, i.e. the EJB 
session beans).

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://issues.apache.org/struts/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to