Mantis Bugtracker
  

Viewing Issue Simple Details Jump to Notes ] View Advanced ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0005843 [Resin] minor always 12-29-14 09:25 12-30-14 12:37
Reporter nam View Status public  
Assigned To nam
Priority normal Resolution fixed  
Status closed   Product Version 4.0.41
Summary 0005843: jsp recycle-tags config is not working
Description (rep by Yoo)

jsp custom tag attributes are not re-set in a loop
http://bugs.caucho.com/view.php?id=5842 [^]

attribute setter is not called for tag if the value has not changed
http://bugs.caucho.com/view.php?id=2029 [^]

JSP output:

final test.CodeTag get_jsp_CodeTag_4(PageContext pageContext, javax.servlet.jsp.tagext.JspTag _jsp_parent_tag) throws Throwable
    {
      if (_jsp_CodeTag_4 == null) {
        _jsp_CodeTag_4 = new test.CodeTag();
        _jsp_CodeTag_4.setPageContext(pageContext);
        _jsp_CodeTag_4.setParent((javax.servlet.jsp.tagext.Tag) _jsp_CoreForEachTag_1);
        _jsp_CodeTag_4.setType("print");
        _jsp_CodeTag_4.setCodeGroup("TERM_TYPE");
      }

      return _jsp_CodeTag_4;
    }
Additional Information
Attached Files

- Relationships

- Notes
(0006585)
nam
12-30-14 12:37

jsp/180w
jsp/180x
 

- Issue History
Date Modified Username Field Change
12-29-14 09:25 nam New Issue
12-29-14 17:21 nam Status new => assigned
12-29-14 17:21 nam Assigned To  => nam
12-30-14 12:37 nam Status assigned => closed
12-30-14 12:37 nam Note Added: 0006585
12-30-14 12:37 nam Resolution open => fixed
12-30-14 12:37 nam Fixed in Version  => 4.0.42


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