G.L. said:
> I create a number of checkboxes pending the number of items returned
> from a db query.
>
> Is there a way to create a single servlet method that would be called
> once the page is submitted to collect all the values that were checked?
>
> I've got this in place ...
>
> #foreach ( $set in $toolsList )
> <input type="checkbox" name="$set.name" value="$set.name">$set.name
> #end
>
> ... but name needs to be something that I know of to capture it's
> value, so I'm looking for something like ...
>
> <input type="checkbox" name="someMethod($set.name)"
> value="$set.name">$set.name

this doesn't sound like a Velocity question.
if anything, this sounds like it could be a framework question.
what framework are you using?  their mailing list would probably be a better
place for this question.

Nathan Bubna
[EMAIL PROTECTED]


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

Reply via email to