Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Not A Problem
-
2.1.2
-
None
-
None
-
Mac OS
Eclipse 3.4
Tomcat 6.0.16
Description
When using jsp freemarker support the put-attribute fails to put an object into the page cope. For example:
tile A:
<@tiles.insertDefinition name="put.attribute.tile">
<@tiles.putAttribute name=personalContact value=pcobj />
</@tiles.insertDefinition>
tile put.attribute.tile:
<#assign tiles=JspTaglibs["http://tiles.apache.org/tags-tiles"] />
<@tiles.importAttribute/>
EMAIL : ${personalContact.email} <br/>
FIRST NAME: ${personalContact.firstName} <br/>
LAST NAME: ${personalContact.lastName} <br/>
Produces a freemaker exception that the personContact is undefined.
Please refer to mailing list: