|
From: Seth L. <set...@gm...> - 2004-12-07 18:25:39
|
On Tue, 7 Dec 2004 12:43:59 +0100, j=FCrgen h=F6ller [ werk3AT ] <jue...@we...> wrote: > Seth, >=20 > I've just tried the following on Resin 2.1.11 and Tomcat 5.0.27, and it w= orks for me: >=20 > <spring:nestedPath path=3D"person"> > <%=3D nestedPath %> > <spring:nestedPath path=3D"addresses[0]"> > <%=3D nestedPath %> > <spring:bind path=3D"street"> > Street: <input type=3D"text" name=3D"<%=3D status.getExpression()= %>" value=3D"<%=3D status.getValue() %>"> > </spring:bind> > <%=3D nestedPath %> > </spring:nestedPath> > <%=3D nestedPath %> > </spring:nestedPath> >=20 > Resin doesn't reset the nestedPath variable value to "person." again afte= r the end of the inner nestedPath tag, but Tomcat does even that... *phew* I knew it had to be just me. Do you have that as an example .war ? I'd like to compare to what I was doing and see what the difference is. Thanks a ton, Seth --=20 <a href=3D"http://www.picklematrix.net/foaf.rdf">Seth Ladd's FOAF</a> <a href=3D"http://www.foaf-project.org/">What is FOAF?</a> |