Re: input Map

2008-08-28 Thread Miguel
Just for the record, the problem wasn't from the action to the jsp, but from the submited action to load the data. Continued trying and this was the thing that worked: ResponseAction-conversion.properties: Key_resp=java.lang.Long Element_resp=java.lang.Double CreateIfNull_resp=true ResponseActio

Re: input Map

2008-08-28 Thread Laurie Harper
Miguel wrote: Hi, I'm currently writing a form based on a set, and each object of the set has it's own textfield and it's own id/name. The question is the way i read the returned value in the action. I've tried using a map, but puting the varname[key] doesn't work; How can I acomplish this using

Re: input Map

2008-08-28 Thread Miguel
I've also read: http://struts.apache.org/2.x/docs/type-conversion.html but I don't understand how to use a Map Si quieres ser más positivo, pierde un electrón Miguel Ruiz Velasco S. On Thu, Aug 28, 2008 at 12:14, Miguel <[EMAIL PROTECTED]> wrote: > Hi, > > I'm currently writing a form based

input Map

2008-08-28 Thread Miguel
Hi, I'm currently writing a form based on a set, and each object of the set has it's own textfield and it's own id/name. The question is the way i read the returned value in the action. I've tried using a map, but puting the varname[key] doesn't work; How can I acomplish this using struts2? The go