Re: struts 2 request.getPramter - ActionContext

2008-02-12 Thread Dave Newton
--- 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

struts 2 request.getPramter - ActionContext

2008-02-12 Thread Jneto
@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