You can use <logic:iterate> to get the content of your Vector, and then <bean:write> 
to get properties from your bean :

<logic:iterate id="data" name="sample">
  <bean write name="data" property="foo">
</logic:iterate>

Nico.

> Hi All,
>         I want a help from you guys. I have created a sampleAction.class 
> using extend the Action class. This Action class create a Vector and put 
> it into Session. I have retrieve using <bean:write property="sample" 
> scope="session">. But here i have some problem, because this getSample() 
> method return vector. This vector has another bean. Where how can i 
> retrieve the properties from this bean. Please help.
> 
> thanx
> Kalai
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]

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

Reply via email to