Mantis - Resin
|
|||||
Viewing Issue Advanced Details | |||||
|
|||||
ID: | Category: | Severity: | Reproducibility: | Date Submitted: | Last Update: |
1692 | major | always | 04-17-07 03:30 | 05-02-07 11:02 | |
|
|||||
Reporter: | timur | Platform: | |||
Assigned To: | ferg | OS: | |||
Priority: | normal | OS Version: | |||
Status: | closed | Product Version: | |||
Product Build: | Resolution: | fixed | |||
Projection: | none | ||||
ETA: | none | Fixed in Version: | 3.1.1 | ||
|
|||||
Summary: | 0001692: JSF tags don't work on Resin 3.1.0 | ||||
Description: |
resin throw NullPointerException when it proccessing JSF <f:view> tag. java.lang.NullPointerException at javax.faces.webapp.UIComponentClassicTagBase.getFacesContext(UIComponentClassicTagBase.java:1792) at javax.faces.webapp.UIComponentClassicTagBase.setJspId(UIComponentClassicTagBase.java:1614) at _jsp._auth__jsp._jspService(auth.jsp:8) ........ ........ I think the reason is that in generated from jsp class, setJspId() method of <f:view> tag invokes earlier than setPageContext() method, but setJspId() in UIComponentClassicTagBase searches FacesContext in pageContext. |
||||
Steps To Reproduce: | |||||
Additional Information: | |||||
Relationships | |||||
Attached Files: |
Notes | |||||
|
|||||
|
|