Mantis Bugtracker
  

Viewing Issue Simple Details Jump to Notes ] View Advanced ] 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  
Status closed   Product Version 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>
        
<% %>
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