Is there a way to accomplish something resembling this without scriptlet?: <a href="Foo.do?Fooform.Foos[1].foo=BARepair"></a> <a href="Foo.do?Fooform.Foos[2].foo=BARecognition"></a>
The jsp rendering this is using a nested indexed ActionForm, and the action mapped via Foo.do uses the same nested indexed ActionForm. I'm using the nested taglib, but it doesn't appear as if there's a way to automate the "paramId" like one would the "name" for a tag rendering some <input> HTML. m __________________________________ Do you Yahoo!? SBC Yahoo! DSL - Now only $29.95 per month! http://sbc.yahoo.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

