Re: Dynamically generated forms

2002-12-04 Thread micael
I am not sure I understand where you are coming from, Mark, but I think I do. If you intend to dynamically generate a struts form, I think that is trouble. Struts forms are the dynamicer that generates the html dynamicee. So, don't you want to use struts (or something else) to dynamically

Re: Dynamically generated forms

2002-12-04 Thread Mark
My silly billy theory was correct then.. :) I ended up doing just that .. The cheque the cigar and medal are in the post.. Thanks micael On 4-12-2002 23:29, micael [EMAIL PROTECTED] wrote: I am not sure I understand where you are coming from, Mark, but I think I do. If you intend to

RE: Dynamically generated forms

2002-12-03 Thread Vipul Sanghi
Just write a custom tag that inherits from text and in there decide to do this iteration. There you could also control the layout. i.e. side by side, one above next etc. -Original Message- From: Jordan Thomas [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 03, 2002 1:16 AM To: Struts

RE: Dynamically generated forms and Struts

2002-09-05 Thread Miguel Angel Mulero Martinez
I think your ActionForm must have one property: it will be called for all the options. This property will save the answer in a HashTable, Vector o similar. -Mensaje original- De: Steve McLeod [mailto:[EMAIL PROTECTED]] Enviado el: jueves, 05 de septiembre de 2002 8:49 Para: '[EMAIL