You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Java Web Application
Hi prabhat,
NullPointerException only comes when Null is passed in session.
javax.faces.el.EvaluationException: In this case FacesContext must be
saved in the session and then you are reusing it. Thus it would not be
valid any more. If you are using session and trying to get it in the
next page when you press ancher link, then its getting null thats will
be the reason.
Please check the following:
1) Try to call FacesContext.getCurrentInstance()
2) You may save the context within a method in a variable also.
Regards,
Ravish Mody
Prabhat Ranjan
unread,
Oct 15, 2008, 6:55:55 PM10/15/08
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message