Is there an existing validator to limit the number of items a user can
select in a multibox?  I have a few users who have access to way too
many accounts, and if they use the handy 'select all' link, it will
break.

Right now I'm doing the validation manually in the ActionForm's validate
method, but that produces annoying deprecation warnings due to the use
of ActionErrors.  And I know I'll have to re-do it whenever ActionErrors
really goes away.

I don't think it's worth writing a custom validator for, but I wondered
if I had missed an existing way of doing this.

-- 
Wendy Smoak
Application Systems Analyst, Sr.
ASU IA Information Resources Management 

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

Reply via email to