Mantis - Resin
|
|||||
Viewing Issue Advanced Details | |||||
|
|||||
ID: | Category: | Severity: | Reproducibility: | Date Submitted: | Last Update: |
5843 | minor | always | 12-29-14 09:25 | 12-30-14 12:37 | |
|
|||||
Reporter: | nam | Platform: | |||
Assigned To: | nam | OS: | |||
Priority: | normal | OS Version: | |||
Status: | closed | Product Version: | 4.0.41 | ||
Product Build: | Resolution: | fixed | |||
Projection: | none | ||||
ETA: | none | Fixed in Version: | 4.0.42 | ||
|
|||||
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; } |
||||
Steps To Reproduce: | |||||
Additional Information: | |||||
Relationships | |||||
Attached Files: |
Notes | |||||
|
|||||
|
|