RE: Multibox deselection problem

2004-11-26 Thread Seetamraju, Uday
Mailing List > Subject: Re: Multibox deselection problem > > > Hi ! > > Thank you for you help, it works fine now ! > > BTW, it seems like Struts does not support all standart HTML > options : I had to use a pure HTML tag because the > "readonly" attribu

RE: Multibox deselection problem

2004-11-26 Thread Seetamraju, Uday
t: Friday, November 12, 2004 12:59 PM > To: 'Struts Users Mailing List' > Subject: RE: Multibox deselection problem > > > This is a problem with HTTP: when all the checkboxes are > deselected, the > browser doesn't send anything back, so you get the default of

Re: Multibox deselection problem

2004-11-15 Thread Olivier Croisier
oisier [mailto:[EMAIL PROTECTED] Sent: Friday, November 12, 2004 6:47 AM To: [EMAIL PROTECTED] Subject: Multibox deselection problem Hi ! I have a problem with the Multibox behaviour. I have checked the online doc but nothing helped me so far... Here is my problem : My app workflow is

Re: Multibox deselection problem

2004-11-13 Thread Rick Reumann
Olivier Croisier wrote the following on 11/12/2004 9:46 AM: Now here is my problem. When I de-select all the checkboxes in my jsp page, by hand or by javascript, my processImport.do receives a String[] array containing the entities that were defined in preparaImport.do as default, instead of an

RE: Multibox deselection problem

2004-11-12 Thread Wiebe de Jong
ED] Sent: Friday, November 12, 2004 6:47 AM To: [EMAIL PROTECTED] Subject: Multibox deselection problem Hi ! I have a problem with the Multibox behaviour. I have checked the online doc but nothing helped me so far... Here is my problem : My app workflow is : prepareImportAction.do -> Import.jsp -&

Multibox deselection problem

2004-11-12 Thread Olivier Croisier
Hi ! I have a problem with the Multibox behaviour. I have checked the online doc but nothing helped me so far... Here is my problem : My app workflow is : prepareImportAction.do -> Import.jsp -> processImportAction.do In the prepareImportAction.do, I initialize the "entities" var (of type Str