RE: JSTL duplication of tag content

2004-08-16 Thread Karr, David
What container are you using? > -Original Message- > From: Johan Wasserman - BCX - Infrastructure Services > > Anyone else experiencing duplication of tag contents with JSTL? > > e.g. > > > > > > > > > where: > > form.title=Log new {0} > person.form.name=Person >

Re: JSTL duplication of tag content

2004-08-16 Thread Kris Schneider
Sure, but then he'd probably be seeing a translation error instead, right? Note that the inner isn't closed either. Seems to work fine for me (using proper syntax) on TC 5.0.27 with Standard 1.0.6 (JSTL 1.0): <%@ page contentType="text/plain" %> <%@ taglib prefix="fmt" uri="http://java.sun.com/js

Re: JSTL duplication of tag content

2004-08-16 Thread Niall Pemberton
Looks like you're not closing thetag: Instead of ... Shouldn't it be: Niall - Original Message - From: "Johan Wasserman - BCX - Infrastructure Services" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, August 16, 2004 3:20 PM Subject: JSTL duplicatio