Friday, May 23, 2008

Struts Interview Questions 3

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

No comments:

Useful Information