try using jstl
<c:forEach items="${lawDraft}" var="document"> <c:out value="${document.title}"></c:out>"> </c:forEach> Regards, Dhiraj On Wed, Jul 23, 2008 at 9:50 PM, Lukasz Lenart <[EMAIL PROTECTED] > wrote: > > I don't think the var will work always, ie I am using struts 2.0.6 > > The webworl.tld does not contain the var. > > var was introduced with Struts 2.1 and id was depreacted > > > Regards > -- > Lukasz > http://www.lenart.org.pl/ > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >