Actually it could be more... it's just that a possible search would return
one or more records... so i got to be able to process it and show
checkboxes...

anyways, the problem is in the form method... when you have so many
checkboxes you cannot use the method="get" since i think the query strings
added in the url post is long and the browser is limited. so try using
method="post" instead...

thanks...

----- Original Message -----
From: "Claude Betancourt" <[EMAIL PROTECTED]>
To: "Struts Users Mailing List" <[EMAIL PROTECTED]>
Sent: Friday, April 04, 2003 3:55 AM
Subject: Re: checkbox


> I think your issue has to do more with design than what you're asking.  Is
> an user interface really useful when there are 200-500 checkboxes to
choose
> from?  Maybe not...
>
> Try reorganizating your data so that it can be either narrowed down or
> presented differently, maybe thru a search prior to presentation of the
> final form.
>
> -c
>
> ----- Original Message -----
> From: "Richard Raquepo" <[EMAIL PROTECTED]>
> To: "Struts Users Mailing List" <[EMAIL PROTECTED]>
> Sent: Thursday, April 03, 2003 5:48 AM
> Subject: checkbox
>
>
> is there a maximum # of checkbox that a user can only select... i have a
> least 500 checkboxes when i all of them is check submit won't work but
> checking say sumthing around 200 chekboxes , submit will work?
>
> is there a limitation of html checkox that i'm not aware of...
>
> thanks...
>
>
> ---------------------------------------------------------------------
> 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]

Reply via email to