Dynamic Form help

2003-08-14 Thread David Erickson
I'm developing some administrative functions for our web app, currently im working on a page where it will list all the permissions available with a checkbox by each, and the ones the current user has will be checked. I'm trying to decide the best way to go about it, becaues the permissions are

Re: Dynamic Form help

2003-08-14 Thread David Erickson
Message - From: Mark Lowe [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Wednesday, August 13, 2003 12:54 PM Subject: Re: Dynamic Form help You use indexed property. html:text property=permission indexed=true / This stuff i quite well documented, what isn't well

Re: Dynamic Form help

2003-08-14 Thread Mark Lowe
You use indexed property. html:text property=permission indexed=true / This stuff i quite well documented, what isn't well documented is how to dynamically change the length of an indexed property. I've been using ArrayList for this.. form-property name=permission type=java.util.ArrayList /