Good morning,

In struts2.2.3, how to submit a form to a predefined action?

For example,

(1) a.jsp
<s:select onchange="changeProcess" />

(2) Process.java
...
public String change()
{
   get Form values from a.jsp
   database actions ... ...
   return a.jsp;
}


I'd like to know:
===========================
When values changed in s:select, how to submit the form and call change() method in Process.java

Thanks lot!
Emi




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

Reply via email to