Hi.I have a very simple test application written using MyFaces 1.2.9 and RichFaces 3.3.3. And I get this exception javax.faces.application.ViewExpiredException - /xhtml/index.xhtmlNo saved view state could be found for the view identifier: /xhtml/index.xhtml
every time I press the commandButton.I have attached all files web.xml, faces-config.xml, index.xhtml and Bean.java.
Is there something wrong in the configuration? I really do not have any idea what is cousing this error.
Thanks for any help. Roman
web.xml
Description: XML document
index.xhtml
Description: application/xhtml
faces-config.xml
Description: XML document
package bean;
public class Bean
{
public void go()
{
}
}

