Mantis - Resin
|
|||||
Viewing Issue Advanced Details | |||||
|
|||||
ID: | Category: | Severity: | Reproducibility: | Date Submitted: | Last Update: |
4690 | minor | always | 07-29-11 03:47 | 08-03-11 13:06 | |
|
|||||
Reporter: | mnsh | Platform: | |||
Assigned To: | ferg | OS: | |||
Priority: | normal | OS Version: | |||
Status: | closed | Product Version: | 4.0.20 | ||
Product Build: | Resolution: | fixed | |||
Projection: | none | ||||
ETA: | none | Fixed in Version: | 4.0.21 | ||
|
|||||
Summary: | 0004690: @Inject into a tag handler breaks jsp compilation | ||||
Description: |
Given a taglib containing: public class SomeTag extends TagSupport { @Inject private Whatever whatever; //... } A JSP page using SomeTag will now fail to compile with the following error: .../_page__jsp.java:123: _jsp_inject__jsp_SomeTag_5 is already defined in .../_page__jsp Looking at _page__jsp.java, there are simply two of these: static com.caucho.config.inject.InjectManager.ReferenceFactory _jsp_inject__jsp_SomeTag_5 = com.caucho.jsp.JspUtil.getInjectFactory(somepackage.SomeTag.class); |
||||
Steps To Reproduce: | |||||
Additional Information: | |||||
Relationships | |||||
Attached Files: |
Notes | |||||
|
|||||
|
|