Hi,

I am very new to Struts, jsp and html programming.

I kind of figured out how the nested tags works. 

In my application, I have Bean A which contains Array
list of type Bean B. Bean B has attributes B1 and B2.

We show user on the web page details of A and under
that all the elements of Bean B in a single row. User
is allowed to edit this. So far it works fine for me
using nested beans.

We have another feature on our page where in we allow
user to add n no. of rows on the page. Currently we
are adding rows using java script. IS THERE A
MACHANISM I CAN ADD THESE ROWS DYNAMICALLY USING
JAVASCRIPT AND THEN ADD THESE ADDED ROWS PHYSICALLY TO
THE ARRAYLIST INSTEAD OF MAKING A CALL TO THE SERVER
EVERYTIME I ADD ONE. In monkeybanana example author is
making call the server everytime the add button is
pressed. Or is there an ALTERNATIVE solution.

Thanks,
sanjay










__________________________________________________
Do You Yahoo!?
Yahoo! Sports - live college hoops coverage
http://sports.yahoo.com/

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

Reply via email to