Mantis Bugtracker
  

Viewing Issue Advanced Details Jump to Notes ] View Simple ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0000375 [Resin] minor always 09-02-05 00:00 11-30-05 14:42
Reporter sam View Status public  
Assigned To
Priority high Resolution fixed Platform
Status closed   OS
Projection none   OS Version
ETA none Fixed in Version 3.0.15 Product Version 3.0.14
  Product Build 3.0.14
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
Attached Files

- Relationships

- Notes
(0000433)
ferg
09-02-05 00:00

jsp/10a2
 

- Issue History
Date Modified Username Field Change
09-02-05 00:00 sam New Issue
11-30-05 00:00 administrator Fixed in Version  => 3.0.15
11-30-05 14:42 ferg Status resolved => closed


Mantis 1.0.0rc3[^]
Copyright © 2000 - 2005 Mantis Group
29 total queries executed.
27 unique queries executed.
Powered by Mantis Bugtracker