Re: Dynamic html input tag generation and form validation

2005-01-06 Thread Hubert Rabago
It can be done. Familiarize yourself with indexed properties and the iterate tags. Search through the archive for "indexed" properties, or "arrays" in forms, or questions about the "iterate" tags. (If you're feeling adventurous, check out the thread for when Rick Reumann's encountered a similar

Dynamic html input tag generation and form validation

2005-01-06 Thread meena r
Hi, Based on some database coutn I have to render a certain dynamic number of html:text tags and render it on the html page. And based on the values entered in the html:text(which have been generated) I need to do form validation and render the page back to the user in case of errors Is there an