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

2005-11-10 Thread Michael Jouravlev
On 11/10/05, Nishant Deshpande <[EMAIL PROTECTED]> wrote: > i have > > name="header(revenue%28Debt+Consol.-Net+Lead+Revenue%29)" ...> > > 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 > cau

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? -