Martin Gainty a écrit :
Stephane
Did you look at LazyList?
http://wiki.apache.org/struts/StrutsCatalogLazyList


I did, and that's why I asked if there was a solution without using a version of struts > 1.2.4 . :-) I don't think my colleagues would like it if I were to change the version of the libraries we have been using for months now. Of course, if there is no other "easy" way, I'll update the libs, and that'll be it.

Here's the question for the short version (below you'll find some lengthier explanations ...) :

I'd like to render a list of groups of radio buttons. Said list has a variable length. So my data structure looks like :

[ [radio1,radio2,radio3], [radio1,radio2,radio3,radio4], ...]

I am currently using Struts 1.2.4. Is there a way of rendering these groups of radio buttons without upgrading my version of Struts ?


--
Stéphane Zuckerman

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

Reply via email to