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
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
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...)
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
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
5 matches
Mail list logo