Hi,

I have a problem while passing some data from my JSP to Action action class.

I have a JSP in which I have a text field. Whwn I submit the page, I need to
get the text entered in the JSP into Action. I read in a article that if i
implement ParameterAware interface to my action class and override the
setParameter() and getParameter() methods, i would get the JSP data into
parameters (Map). I tried this and my parameter map is becoming empty.
I have mapped interceptor in my struts.xml action mapping.

Could you plese help me out in resolving this?

-- 
View this message in context: 
http://www.nabble.com/Problem-in-Parameter-passing.-tf4354138.html#a12406757
Sent from the Struts - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to