bug in map backed when key has '.' in it

2005-11-10 Thread Nishant Deshpande
i have this is backed by a bean which has setHeader(String key, String value) { ... } in general this is fine, but for the above line, the '.' in the key causes problems. looks like struts treats this as a nested method call (??) ? anyone come across this and any solutions? -

Re: ActionForm validate() - what Action does the controller call?

2005-10-06 Thread Nishant Deshpande
ok got it thanks On 10/6/05, Dave Newton <[EMAIL PROTECTED]> wrote: > > Michael Jouravlev wrote: > > > element has "input" attribute, which contains path, where > >browser will be forwarded if validate() returns non-null non-empty > >collection. Usually it is the same page that you just submitte

ActionForm validate() - what Action does the controller call?

2005-10-06 Thread Nishant Deshpande
When my ActionForm returns a non-empty ActionErrors object, where does control go to? i.e. i read from the struts site: """ When the properties of this bean have been populated, but before the executemethod of the Action is called, this bean's validate method will be called, which gives the bean