In servlets we can do request.getParameter("someParm"); to gain access to
parameters passed to the jsp.
what is the equivalent of this in struts2?is there an html tag for this?
In servlets we can do request.getParameter("someParm"); to gain access to
parameters passed to the jsp.
what is the equivalent of this in struts2?is there an html tag for this?