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 ?


Have a nice day

Regards,
Uday


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

Reply via email to