RE: Problem with Map based form

2003-06-17 Thread Nadja Senoucci
Hello Paul, > That's strange, I've just implemented a map based form and am taking > and returning String in my setter & getter with no problems. Having > said that I'm accessing my form in my action directly - not via the > BeanUtils. Hmm... Well, maybe there was a problem with the class files t

RE: Problem with Map based form

2003-06-17 Thread Paul McCulloch
to:[EMAIL PROTECTED] Sent: 17 June 2003 15:34 To: [EMAIL PROTECTED] Subject: Re: Problem with Map based form Hello again, I found out what hindered it from working. I still don't understand why that would be a problem - or more correctly why it this problem would show the symptoms I got - b

Re: Problem with Map based form

2003-06-17 Thread Nadja Senoucci
Hello again, I found out what hindered it from working. I still don't understand why that would be a problem - or more correctly why it this problem would show the symptoms I got - but it was the only thing I've changed so it had to be this. > public String getValue(String key){ > String temp; >

Re: Problem with Map based form

2003-06-17 Thread Nadja Senoucci
Hello Dirk, > perhaps you have 2 forms in different scopes? Session and request? No, all my forms are in request scope. (And sorry about sending that email to your email address, I seem to continually forget about checking the reply-to...) Greetings, Nadja --

Re: Problem with Map based form

2003-06-17 Thread Dirk Markert
Hallo Nadja, perhaps you have 2 forms in different scopes? Session and request? Regards, Dirk *** NS> Hello everyone, NS> I am having a weird error with one of my Map based forms. I have these NS> fields in my form: NS> NS>