Re: [S2] problem setting parameters inside a Map

2009-10-14 Thread Gabriel Belingueres
meh never mind...it was a validation.xml file that I was unaware of (without the action name in the middle of the file name) and this _short-circuited_ validaton was failing and the parameter never got a chance. Solved. 2009/10/14 Gabriel Belingueres : > Hi, > > I have problems trying to set reque

[S2] problem setting parameters inside a Map

2009-10-14 Thread Gabriel Belingueres
Hi, I have problems trying to set request parameters into a Map. My input form have a form with some hidden input: And in my Action have a private Map (with its getter and setter): private Map mymap = new HashMap(); however I can't get the request parameters assigned to the Map. I'm using