Re: Stale session
Dirk Olmes <[email protected]>
| Newsgroups | gmane.comp.java.tapestry.devel |
|---|---|
| Message-ID | <[email protected]> |
> I'm using Tapestry 2.2 with Eclipse, Spindle 1.1.3, the Jetty version > packaged with Tapestry 2.2. I have written a quick little Main class > that sets up Jetty and gets things going. I have Tapestry working > enough to create a few pages, use PageLinks, a Form, etc. It's just > DirectLink that I have problems with right now. > > Can somebody explain how, exactly, Tapestry as a framework decides the > session is stale? I even looked at the source in the DirectService > class and didn't see anything there that looked like it even checked > or threw an exception related to a stale session. Hmm, did you try to make the link not stateful? See http://sourceforge.net/mailarchive/message.php?msg_id=2214563 HTH, -dirk