|
Mantis - Resin
|
|||||
| Viewing Issue Advanced Details | |||||
|
|
|||||
| ID: | Category: | Severity: | Reproducibility: | Date Submitted: | Last Update: |
| 375 | minor | always | 09-02-05 00:00 | 11-30-05 14:42 | |
|
|
|||||
| Reporter: | sam | Platform: | |||
| Assigned To: | OS: | ||||
| Priority: | high | OS Version: | |||
| Status: | closed | Product Version: | 3.0.14 | ||
| Product Build: | 3.0.14 | Resolution: | fixed | ||
| Projection: | none | ||||
| ETA: | none | Fixed in Version: | 3.0.15 | ||
|
|
|||||
| Summary: | 0000375: tagfile containing <% %> | ||||
| Description: |
RSN-419 (rep by D Rice) Tag files that use dynamic attributes don't seem to have the dynamic attributes available if you put a code block (<% %>) in the tag file. This code successfully prints out all of the properties <%@tag body-content="scriptless" dynamic-attributes="properties" %> <%@taglib prefix='c' uri='http://java.sun.com/jsp/jstl/core' [^] %>
PROPERTIES:
<c:forEach var="property" items="${0roperties}">
${0roperty.key}=${0roperty.value}
</c:forEach>
This code does not print any properties <%@tag body-content="scriptless" dynamic-attributes="properties" %> <%@taglib prefix='c' uri='http://java.sun.com/jsp/jstl/core' [^] %>
PROPERTIES:
<c:forEach var="property" items="${0roperties}">
${0roperty.key}=${0roperty.value}
</c:forEach>
<% %> |
||||
| Steps To Reproduce: | |||||
| Additional Information: | |||||
| Relationships | |||||
| Attached Files: | |||||
| Notes | |||||
|
|
|||||
|
|
||||