Resolve JSP tags inconsinstencies
---------------------------------
Key: TILES-187
URL: https://issues.apache.org/struts/browse/TILES-187
Project: Tiles
Issue Type: Bug
Components: tiles-jsp (jsp support)
Affects Versions: 2.0.4
Reporter: Antonio Petrelli
Fix For: 2.0.5
There are some inconsistencies in JSP tags and TLDs:
- TLD declares a "scope" attribute, while the corresponding property is not
declared in DefinitionTag: it must be removed from TLD
- TLD does not declare the "preparer" attribute, while DefinitionTag has the
corresponding property: it must be added in TLD
- (this is a warning) in <tiles:putAttribute> and <tiles:addAttribute>, the
value is of "java.lang.Object" but it's not declared in TLD.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.