Mantis - Resin
|
|||||
Viewing Issue Advanced Details | |||||
|
|||||
ID: | Category: | Severity: | Reproducibility: | Date Submitted: | Last Update: |
3228 | major | always | 01-08-09 01:54 | 09-08-09 11:21 | |
|
|||||
Reporter: | jens | Platform: | |||
Assigned To: | ferg | OS: | |||
Priority: | normal | OS Version: | |||
Status: | closed | Product Version: | 3.2.1 | ||
Product Build: | Resolution: | fixed | |||
Projection: | none | ||||
ETA: | none | Fixed in Version: | 4.0.2 | ||
|
|||||
Summary: | 0003228: Recursive tag files with JspFragment attributes fails | ||||
Description: |
It's not possible to write a recursive tag file that makes use of a fragment attribute. The compilation fails with the error message recursive.tag:21: jsp:attribute 'content' is not allowed as a child of an XML element. See the attached application for a demonstration. By changing the code slightly to: <x:recursive content="${content}" depth="${depth-1}"/> I can get this to run on Resin. But that code will not work on Tomcat. See: https://issues.apache.org/bugzilla/show_bug.cgi?id=46339 [^] The JSP specification is not very clear on how this should work. |
||||
Steps To Reproduce: | |||||
Additional Information: | |||||
Relationships | |||||
Attached Files: | tag-file-recursion-bug.war [^] (2,496 bytes) 01-08-09 01:54 |
Notes | |||||
|
|||||
|
|
||||
|
|||||
|
|