Adam Lipscombe wrote:
> With an <html:select .. multiple="true"> is it possible to restrict the
> number of selections that can be made?
> To say 2 or 3?
>
> OK I could validate the number selected in the actionform or in javascript
> but I would really like to tell the combo box to only allow N selections.
>   

AFAIK this is completely browser-controlled as it's a standard HTML
select tag. You would need to use JavaScript.

Dave



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

Reply via email to