Anonymous | Login | Signup for a new account | 12-17-2024 08:52 PST |
Main | My View | View Issues | Change Log | Docs |
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 | |||||||||
|
Mantis 1.0.0rc3[^]
Copyright © 2000 - 2005 Mantis Group
28 total queries executed. 25 unique queries executed. |