Re: overriding handleStaleSessionException

2005-09-03 Thread Kent Tong
Manjith Kumar Adapa aztec.soft.net> writes: > I have some doubts on this. > Well we are using Tapestry 4.0 and Hibernate 3.0 in my application. > If I implement this methodology does it work in my application and > Is it that BaseEngine takes care of the everything like handling the > BasePage i

Re: overriding handleStaleSessionException

2005-09-03 Thread Pete
bject: Re: overriding handleStaleSessionException Ok! I made what are you tell me to do but I don't realy know how to implement this. My java class extends BasePage already and implements PageRenderListener I saw an example (VLIB) from tapestry 4 package but I didn't undersand how it w

RE: overriding handleStaleSessionException

2005-09-03 Thread Manjith Kumar Adapa
, September 01, 2005 5:08 PM To: Tapestry users Subject: Re: overriding handleStaleSessionException Ok! I made what are you tell me to do but I don't realy know how to implement this. My java class extends BasePage already and implements PageRenderListener I saw an example (VLIB) from tapestry 4 pa

RE: overriding handleStaleSessionException

2005-09-03 Thread Manjith Kumar Adapa
PROTECTED] Sent: Thursday, September 01, 2005 5:08 PM To: Tapestry users Subject: Re: overriding handleStaleSessionException Ok! I made what are you tell me to do but I don't realy know how to implement this. My java class extends BasePage already and implements PageRenderListener I saw an ex

Re: overriding handleStaleSessionException

2005-09-02 Thread Kent Tong
Andrei Stroescu ime.ro> writes: > > Ok! > I made what are you tell me to do but I don't realy know how to > implement this. > My java class extends BasePage already and implements PageRenderListener > I saw an example (VLIB) from tapestry 4 package but I didn't undersand > how it works. > > I

Re: overriding handleStaleSessionException

2005-09-01 Thread Andrei Stroescu
Ok! I made what are you tell me to do but I don't realy know how to implement this. My java class extends BasePage already and implements PageRenderListener I saw an example (VLIB) from tapestry 4 package but I didn't undersand how it works. I made class MyEngine.java package app.web; impo

Re: overriding handleStaleSessionException

2005-09-01 Thread Andrei Stroescu
Andrei Stroescu wrote: Ok! I made what are you tell me to do but I don't realy know how to implement this. My java class extends BasePage already and implements PageRenderListener I saw an example (VLIB) from tapestry 4 package but I didn't undersand how it works. I made class MyEngine.java

Re: overriding handleStaleSessionException

2005-09-01 Thread Kent Tong
Andrei Stroescu ime.ro> writes: > > I tried to override handleStaleSessionException in my Own Class that > excends BasePage but dindn't work. You need to extend BaseEngine, not BasePage. > this is overriding method: > > private void handleStaleSessionException(StaleSessionException ex, > IR

overriding handleStaleSessionException

2005-09-01 Thread Andrei Stroescu
I tried to override handleStaleSessionException in my Own Class that excends BasePage but dindn't work. this is overriding method: private void handleStaleSessionException(StaleSessionException ex, IRequestCycle cycle, ResponseOutputStream output) throws IOException, ServletException {