Re: Highly dynamic forms

2005-06-08 Thread gdeschen
back. - Glenn Stéphane Zuckerman <[EMAIL PROTECTED]> 08/06/2005 12:09 PM Please respond to "Struts Users Mailing List" To Struts Users Mailing List cc Subject Re: Highly dynamic forms [EMAIL PROTECTED] a écrit : > http://wiki.apache.org/struts/StrutsCatalogLaz

Re: Highly dynamic forms

2005-06-08 Thread Stéphane Zuckerman
[EMAIL PROTECTED] a écrit : 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. Actually, the LazyValidatorForm class only exists since struts 1.2.6, that is why I was ask

Re: Highly dynamic forms

2005-06-07 Thread gdeschen
ailing List" To Struts Users Mailing List 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 ver

Re: Highly dynamic forms

2005-06-07 Thread Stéphane Zuckerman
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 th

Re: Highly dynamic forms

2005-06-07 Thread Martin Gainty
Stephane Did you look at LazyList? http://wiki.apache.org/struts/StrutsCatalogLazyList Martin- - Original Message - From: "Stéphane Zuckerman" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" Sent: Tuesday, June 07, 2005 9:53 AM Subject: Highly dynamic f

Highly dynamic forms

2005-06-07 Thread Stéphane Zuckerman
Hello, 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