Re: create text fields/radio buttons dynamically by reading from db

2005-01-03 Thread Frank W. Zammetti
Creating the underlying HTML yourself is relatively trivial. I did something similar a few months back... I had to create a web-based repot design tool (let's not get into why we couldn't use any of the millions of canned solutions to this...) Anyway, the report itself was basically constructe

Re: create text fields/radio buttons dynamically by reading from db

2005-01-03 Thread James Mitchell
No, you will not be able to use the struts tags to generate these (html:text, html:radio). You will need to do this 'by hand' unless you can find some other component/framework that can handle this use case. I had the displeasure of working on such a beast about 5 years ago..and let me jus