or
any parent Item check box and click on the submit button in the details page
i am getting a stale link exception. Can anybody please help me resolving
this issue?
--
View this message in context:
http://tapestry.1045711.n5.nabble.com/Stale-Link-Error-tp5617147p5617147.html
Sent from the
s is probably not the case,
>>> but no changes I made seem to contribute to this error. anyway.
>>>
>>>
>>> I can get the following stale link error simply by clicking the
>>> form's search button a few times, without even modifying any search
--
Kevin
On May 18, 2008, at 11:01 AM, David Moskowitz wrote:
Hello Users,
I just cannot figure this one out. It seems like this error just
started out of nowhere. Of course this is probably not the case,
but no changes I made seem to contribute to this error. anyway.
I can get the follow
wrote:
Hello Users,
I just cannot figure this one out. It seems like this error just
started out of nowhere. Of course this is probably not the case, but
no changes I made seem to contribute to this error. anyway.
I can get the following stale link error simply by clicking the
form's sea
Hello Filip,
so is this issue resolved, or improved upon, in Tapestry 4?
Thanks
--
Best regards,
Davidmailto:[EMAIL PROTECTED]
__
Tuesday, May 20, 2008, 9:54:50 AM, you wrote:
> Yeah, I'm out here and would love to help, but it's been
Yeah, I'm out here and would love to help, but it's been years since I
touched Tapestry 3 - I've forgotten just about everything by now. :(
-Filip
David Moskowitz skrev:
Anyone out there on the list?
Sorry this is not a Tapestry 5 issue, but could you please point me to an
earlier discussion
; I can get the following stale link error simply by clicking the
> form's search button a few times, without even modifying any search
> parameters.
> __
> You have clicked on a stale link.
> Rewind of form SharedSummary/$SharedSummaryComp
Hello Users,
I just cannot figure this one out. It seems like this error just started out
of nowhere. Of course this is probably not the case, but no changes I made seem
to contribute to this error. anyway.
I can get the following stale link error simply by clicking the form's s
Hi,
Really appreciate you Tapestry and Acegisecurity experts’ help on this
I got an “stale link” error page after I reloged into the application -- it
happens after I clicked a "Submit" button on one of the form page after session
was already timeout, and it redirect me back into
Hi,I got a error as following after I tried to re-log in to the application --
it happens when I clicked a "Submit" button on one of the page after session
already timeout, and it redirect me back into the login page.You have clicked
on a stale link.Rewind of form core/Example/SchoolReport expec
lost all the information for this session?
Ajit
> Date: Tue, 14 Aug 2007 16:29:39 -0400> From: [EMAIL PROTECTED]> To:
> users@tapestry.apache.org> Subject: Re: You have clicked on a stale link
> Error> > Ajit,> > You would have to actively store your trail,
Ajit,
You would have to actively store your trail, like breadcrumbs in a
data structure that is still available even after the user has timed
out. You might want to persist it to a database, instead of keeping
track of it in memory.
Then after login success, the login page/component would look u
Hi,
I got a error as following after I tried to relog in to the application -- it
happens when I cliecked a "Submit" button on one of the page after session
already timeout, and it redirect me back into the login page.
You have clicked on a stale link.
Rewind of form core/Example/SchoolRepo
).commit();
}
catch (Exception e)
{
e.printStackTrace();
}
finally
{
if(session!=null)
{
session.flush();
session.close();
}
}
detail=new Details();
}
Here when i click submit button the stale link error is coming..
Whether the query is not correct..
following is the error
---
14 matches
Mail list logo