| Author |
nested:iterate with jsp:inclue
|
Chetan Chandarana
Greenhorn
Joined: Mar 04, 2003
Posts: 7
|
|
Hi All, I am using Nested Tag Library. I am using <nested:iterate> tag. I am incluing a jsp using <jsp:inclue> on runtime and accessing the object returned by <nested:iterate> in the included jsp runtime. I put the object returned by <nested:iterate> into request scope and then in included jsp I got the object from the request object. My object is of type Enumeration. Now the problem is in included jsp i am trying to use again <nested:iterate>, but the body of this does not print anything. But if i run the Enumeration object, it shows me all the elements. Summery : If i pass the object of <nested:iterate> to the new jsp, it do not iterate. Can anyone help me out ?? Thanks and Warm Regards Chetan Chandarana
|
Regards<br /> <br />Chetan Chandarana<br />SCJP, SCWCD
|
 |
 |
|
|
subject: nested:iterate with jsp:inclue
|
|
|