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
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" attribute does not exist in Struts, and I think this mix is a bit dirty. But it works... ("onLoad" not supported either...)

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
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 what you started with. To solve this problem you must ensure that at least one box is always selected. I solved this problem by creating an additional checkbox tha