Notification of stale session?

2006-11-08 Thread Kevin Whitley
aiting for somebody to hit the session (and notice it is stale). Thanks, Kevin Whitley podtech.net - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Overriding HomeService (this works)

2006-11-05 Thread Kevin Whitley
copied from HomeService (because no way to reuse that code) cycle.activate(getPageName()); _responseRenderer.renderResponse(cycle); } -------- -- Thanks, Kevin Whitley podtech.net On Nov 3, 2006, at

Re: Overriding HomeService

2006-11-03 Thread Kevin Whitley
ve thought that the service would have been treated the same - is there more configuration I have to set up somewhere? Thanks, Kevin Whitley podtech.net On Nov 3, 2006, at 11:03 AM, James Carman wrote: Try this: On 11/3/06, Kevin Whitley <[EMAIL PROTECTED]> wrote: In Tapes

Overriding HomeService

2006-11-03 Thread Kevin Whitley
y HomeService hooked in, I assume that overriding the getPageName() method will be all I need to do to redirect to different pages? Thanks for any advice, Kevin Whitley Podtech.net - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Jetty 6 / Tapestry 4 sample code?

2006-09-27 Thread Kevin Whitley
Sorry for the newbie question (the FAQ for this mailing list is empty?) but I've been banging my head on this wall for a bit. I've written some small test Tapestry 4 applications and deployed to Tomcat with no trouble. But what I'd like to do is to completely embed the servlet engine in