How to get data from the velocity page in a action class?
We can get the values in the action classes by using
data.getParameter(\"variable name defined in the velocity page\");
We can get the values in the action classes by using
data.getParameter(\"variable name defined in the velocity page\");
Recent Comments