2003. janu�r 21. 09:11 d�tummal Uday ezt �rtad:
> Hi,
>
> I have a method in bean which returns Vector.
>
> public Vector getUbsInfo() {
> return ubsInfo;
> }
>
> How should i invoke this method from my jsp (without scriptlets).
> If i use <bean:write name="bean" property="ubsInfo" /> i am getting error,
> because it is returning vector, but i am assigning to String.
>
> I want to use the logic:iterate tag in jsp to render the data to the user.
> Can anybody suggest me, how to go ahead ?
Here are the docs:
http://jakarta.apache.org/struts/userGuide/struts-logic.html#iterate
<logic:iterate id="ubs" name="bean" property="ubsInfo">
<bean:write name="ubs"/>
</logic:iterate>
Hth,
Tib
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>