On 6/3/2010 9:39 AM, Mr. Himanshu Gupta wrote:
I have a project in which whenever I try to navigate I get
ViewExpiredException<http://java.sun.com/javaee/6/docs/api/javax/faces/application/ViewExpiredException.html>

This is a very common issue. You've provided absolutely no information, so start by putting this in your web.xml:

        <session-config>
                <session-timeout>30</session-timeout>
        </session-config>

Search the net for some articles on he JSF lifecycle and become intimately familiar with it.

--
Guy Rouillier

Reply via email to