Kade Jeevan Kumar wrote:
Hi All,
My requirement is to generate a set of dynamic rows(with checkbox and combo box) at client side using JSP and Struts 1.1.
As of now, i am generating the above stuff using java script.
How can i use Dyna Form to meet the above requirement (or) suggest me other way 
if u have any solution for this.

JSP / Struts are server-side, not client-side. If what you need is to be able to add rows to a page without making another request to the server each time, you'll need to stick with a Javascript solution.

If what you want to do is generate a page with a number of rows generated dynamically at request time, you have a range of options. If that's what you need you have a wide range of options ;-) Can you explain your requirements in more detail?

L.
--
Laurie, Open Source advocate, Java geek and novice blogger:
http://www.holoweb.net/laurie


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to