RE: Can Nested Tag lib go 2 Level Deep.

2002-10-30 Thread Gopal Mukkamala
Sorry missed the JSP FILES 1.)http://desistar.no-ip.org:8080/strutshop/notworkingmytst.txt 2.)http://desistar.no-ip.org:8080/strutshop/working1level.txt Please Hit CTRL-REFRESH if you see a small orange table. Regards Gopal --- Gopal Mukkamala <[EMAIL PROTECTED]> wrote: >

RE: Can Nested Tag lib go 2 Level Deep.

2002-10-30 Thread Gopal Mukkamala
getter in class B > -- in particular the case, is it getHldC(). > > Is it working ok for the first level? That would > indicate if you are getting the right *kind* of > object. > > Sri > > -Original Message- > From: Gopal Mukkamala [mailto:gmukkamala@;yaho

Can Nested Tag lib go 2 Level Deep.

2002-10-30 Thread Gopal Mukkamala
Class A { private int a; List hldB ;//holds references for class B } Class B { int b; List hldC; ;//holds references for class C } Class C { int c; } Is it possible with nested tag libs to get hldC from Class A and iterate ?