Re: Struts2 list all the parameters

2011-03-05 Thread Burton Rhodes
Would do the trick for you? On Thursday, March 3, 2011, Kiwi209 wrote: > > > Thanks for your response, the problem is that I don't know all the > parameters set in the Action... So I would like to retrieve the list of all > the request parameters as name / value list. > > (sorry for my english b

Re: Struts2 list all the parameters

2011-03-03 Thread Kiwi209
Thanks for your response, the problem is that I don't know all the parameters set in the Action... So I would like to retrieve the list of all the request parameters as name / value list. (sorry for my english but it's not my natural tongue) -- View this message in context: http://old.nabble.c

Re: Struts2 list all the parameters

2011-03-03 Thread Dave Newton
On Thu, Mar 3, 2011 at 1:37 PM, Kiwi209 wrote: > Does anyone know how to get on a JSP page the list of all the parameters > available on this page ? What type of parameters? Request parameters? Via the request or a ParametersAware (or whatever that's called, the one with the map) action. Dave --