RE: DynaActionForm BUG?

2003-08-04 Thread James Childers
> I have a big form with a number of multibox tags. It seems that there
> are mixup of data from one multibox to another. Is this a 
> documented bug or does it have to do something with jvm or tomcat? I have 
> tried on solaris and windows xp both environments seem to have the same 
> problem  

Do your multibox tags have the same name? How are you generating your multiboxes, and 
what is the resultant HTML? What are the results of inspecting the enumeration of 
request parameters that are being received?

-= J
http://catb.org/~esr/faqs/smart-questions.html

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: DynaActionForm BUG?

2003-08-06 Thread Adam Hardy
Hi Amin,
what do you mean by a multibox or "set" of checkboxes? I am not familiar 
with the terminology. I presume you have a set of checkboxes for a range 
of dates.

Adam

[EMAIL PROTECTED] wrote:
All the multiboxes have different names. The checkboxes are rendered
dynamically. I have checked the names, and the values returned by the
multiboxes in the html generated. Everything is fine. Hit a wall when I
try to click on 1 multibox( a set of checkboxes ) somehow the date
received is taken from another multibox. I've printed out the data in the
Action class, It's just simply weird. Maybe struts to the latest version
might do the trick?
Amin

-Original Message-
From: James Childers [mailto:[EMAIL PROTECTED]
Sent: Tuesday, August 05, 2003 12:37 AM
To: Struts Users Mailing List
Subject: RE: DynaActionForm BUG?

I have a big form with a number of multibox tags. It seems that there
are mixup of data from one multibox to another. Is this a documented
bug or does it have to do something with jvm or tomcat? I have tried
on solaris and windows xp both environments seem to have the same
problem


Do your multibox tags have the same name? How are you generating your
multiboxes, and what is the resultant HTML? What are the results of
inspecting the enumeration of request parameters that are being received?
-= J
http://catb.org/~esr/faqs/smart-questions.html
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


RE: DynaActionForm BUG?

2003-08-08 Thread Mohd Amin Mohd Din
For info,
Just changed struts.jar to 1.1 ( not beta ). Everything works fine

-Original Message-
From: Mohd Amin Mohd Din [mailto:[EMAIL PROTECTED] 
Sent: Friday, August 01, 2003 10:45 PM
To: [EMAIL PROTECTED]
Subject: DynaActionForm BUG?

Hi,
 
I have a big form with a number of multibox tags. It seems that there
are mixup of data from one multibox to another. Is this a documented bug
or  does it have to do something with jvm or tomcat? I have tried on
solaris and windows xp both environments seem to have the same problem
 
Thanks
Amin



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]