http://wiki.apache.org/struts/StrutsCatalogLazyList Look at the section: Hand Cranking lazy List in the ActionForm. This is possible with the version you are currently using.
HTH, - Glenn Stéphane Zuckerman <[EMAIL PROTECTED]> 07/06/2005 12:28 PM Please respond to "Struts Users Mailing List" <user@struts.apache.org> To Struts Users Mailing List <user@struts.apache.org> cc Subject Re: Highly dynamic forms 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]