Hi Sri,
Thanx for your reply..
Mean time i tried various methods,
lastly i got an easy way to solve this problem
(ie)
<logic:iterate id="table" type="com.mousetech.strutsdemo.Table"
name="<%=Constants.TABLE%>" scope="request">
<tr>
<logic:iterate id="list" name="table" property="vector">
<td>
<bean:write name="list"/>
</td>
</logic:iterate>
</tr>
</logic:iterate>
Now it works fine for me..
Thanx for all to help me to sortout my problem
Kalaiselvan.S
----- Original Message -----
From: "Sri Sankaran" <[EMAIL PROTECTED]>
To: "Struts Users Mailing List" <[EMAIL PROTECTED]>
Sent: Monday, September 16, 2002 6:18 PM
Subject: RE: Struts Nested Iteration
The nested extension contributed by Arron Bates at
http://www.keyboardmonkey.com/next/index.jsp is what you need.
Sri
> -----Original Message-----
> From: Kalaiselvan [mailto:[EMAIL PROTECTED]]
> Sent: Monday, September 16, 2002 5:39 AM
> To: Struts Users Mailing List
> Subject: Struts Nested Iteration
>
>
> Hi all,
>
> I'm new for Struts. Now I'm using Struts 1.0.2b for my
> testing Where i'm using Struts fetch the data from Database.
> where i'm using two Vector.One Vector has many Vector inside.
>
> Now in my JSP I'm using like,
>
> <logic:iterate id="table"
> type="com.mousetech.strutsdemo.Table"
> name="<%=Constants.TABLE%>" scope="request">
> <tr>
> <td>
> <bean:write name="table" property="vector"/>
> </td>
> </tr>
> </logic:iterate>
>
> It return's a Vector. I want to Iterate this vector again.
> But i dont have an idea how it is. If some one has plz help me..
>
> Thanx in Advance
>
> Kalaiselvan.S
>
--
To unsubscribe, e-mail:
<mailto:[EMAIL PROTECTED]>
For additional commands, e-mail:
<mailto:[EMAIL PROTECTED]>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>