Hi, If you submit the form immediatly you don't get the ViewExpiredException?
Some more infos about your system would also be nice, e.g. what JSF and Trinidad version you are using. Regards, Jakob 2010/2/16 baeschtu baeschtu <[email protected]> > Hi, I have an applet in a trinidad web page like this, next to it is a > small > <tr:form> > > <f:verbatim> > <applet code="UploadApplet.class" archive="upload/upload-applet.jar" > width="500" height="200"> > </applet> > </f:verbatim> > <tr:form> > <tr:commandButton text="done" action="#{myBacking.done}"/> > </tr:form> > > When I hit the submit buttom in the form after I used the applet about 20 > seconds I get a javax.faces.application.ViewExpiredException > I checked the form value of <input name="javax.faces.ViewState"> but the > number stay's the same. > > what can I do? > thanks >

