Mantis Bugtracker
  

Viewing Issue Simple Details Jump to Notes ] View Advanced ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0001692 [Resin] major always 04-17-07 03:30 05-02-07 11:02
Reporter timur View Status public  
Assigned To ferg
Priority normal Resolution fixed  
Status closed   Product Version
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.
Additional Information
Attached Files

- Relationships

- Notes
(0001894)
ferg
05-02-07 11:02

jsp/18x1
 

- Issue History
Date Modified Username Field Change
04-17-07 03:30 timur New Issue
05-02-07 11:02 ferg Note Added: 0001894
05-02-07 11:02 ferg Assigned To  => ferg
05-02-07 11:02 ferg Status new => closed
05-02-07 11:02 ferg Resolution open => fixed
05-02-07 11:02 ferg Fixed in Version  => 3.1.1


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