Nested Tags - new be

2002-03-18 Thread Sanjay Choudhary
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

Re: Nested Tags - new be

2002-03-18 Thread Arron Bates
Sanjay, I'm all for some client-side operation, but at some point the server has to find out about it so that it knows how to manage your data model properly. Forget the nesting tags, this problem will get you in whatever your server side solution is. Once the Html is served, the server just

Re: Nested Tags - new be

2002-03-18 Thread Sanjay Choudhary
Thanks Arron for your comments. I have a group of prog. in my team who claim to know javascript but none of them envisioned what you wrote. None of them wish to use hidden frames. So only choice left is to do the control over server side. It did help me not to go the wrong way. Regards ---