Hi

Use

  <bean:write name="val" />

Inside your iterate
As I understand you you just want to display things... Bean:write does a 
toString
(or something like that) of the bean if not property is mentioned.

  Regards
  Mikael


At 14:50 2002-03-01 +0100, you wrote:
>Hi!
>I use a Vector object which contains String Object.
>This Vector is in a JavaBeans, so I've got a getter method, which returns
>the Vector.
>When I want to iterate the list by:
><logic:iterate id="val" type="java.lang.String" name="user"
>property="infoDB">
>         ????????
></logic:iterate>
>How replace the "?????" by a good code?!
>I haven't idea! If my Vector contains some other complex object (others
>beans for examples), this works well.
>How do I to diplay my String(s)?
>
>Thx for your answers



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

Reply via email to