Incorrect spelling on Tiles EL resolver
---------------------------------------
Key: TILES-489
URL: https://issues.apache.org/struts/browse/TILES-489
Project: Tiles
Issue Type: Bug
Components: site
Affects Versions: 2.2.1
Reporter: Todd Nine
Priority: Minor
Currently the impl class defined in the example here.
http://tiles.apache.org/2.1/framework/tutorial/advanced/el-support.html
Is mis-spelled. It is displayed as
<param-value>org.apache.tiles.evaluator.el.ELAttributeEvaluatr</param-value>
when it should be
<param-value>org.apache.tiles.evaluator.el.ELAttributeEvaluator</param-value>
Note the O in ELAttributeEvaluator.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.