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

Reply via email to