Re: logic:iterate Strin :Problem

2002-03-05 Thread FARINE Arnaud - SOP ( [EMAIL PROTECTED] )
Hello! If i use it like this I obtain the following error: javax.servlet.jsp.JspException: org.apache.jasper.compiler.ParseException at org.apache.struts.taglib.template.InsertTag.doEndTag(InsertTag.java:149) Thx for your answers *

Re : logic:iterate String

2002-03-05 Thread FARINE Arnaud - SOP ( [EMAIL PROTECTED] )
If I write this I obtain somthing like this: [myval1,myval2] Why I've got [ and ,? Thx * SchlumbergerSema Arnaud FARINE Ingénieur chargé d'études Tel: 04.97.15.79.18 [EMAIL PROTECTED] 150, Allée Pierre Ziller Les Bouillides - BP279 06905

logic:iterate String.

2002-03-01 Thread FARINE Arnaud - SOP ( [EMAIL PROTECTED] )
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