Re: Dynamic creation of the input types on the form

2003-10-22 Thread Ted Husted
Shishir K. Singh wrote: > Is there a way that I can create a form dynamically based on some XML > configurable file. The configurable file will say what kind of input > type it is. Eg "text", "checkbox" etc and accordingly, I create the > form input types and then display the fields. AFAIK, the

Dynamic creation of the input types on the form

2003-10-21 Thread Shishir K. Singh
Hello, Is there a way that I can create a form dynamically based on some XML configurable file. The configurable file will say what kind of input type it is. Eg "text", "checkbox" etc and accordingly, I create the form input types and then display the fields. Eg My JSP looks like this righ