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
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
, 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
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
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
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
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
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
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
{