--- Jneto <[EMAIL PROTECTED]> wrote:
> I work with struts 1 and I get paramters this way :
>
> String v_name = request.getParameter("name");
>
> How do I do with struts 2 in my Action attached?
public setName(String name) {
v_name = name;
}
then access via v_name or a getName() method.
The
@Override
public void setSession(Map arg0) {
// TODO Auto-generated method stub
}
}
--
View this message in context:
http://www.nabble.com/struts-2-request.getPramter---ActionContext-tp15434537p154
2 matches
Mail list logo