Gaurav P Singh
--
View this message in context:
http://tapestry.1045711.n5.nabble.com/browser-back-button-after-logout-while-using-Dispatcher-tp5537754p5557837.html
Sent from the Tapestry - User mailing list archive at Nabble.com.
stry.1045711.n5.nabble.com/browser-back-button-after-logout-while-using-Dispatcher-tp5537754p5557742.html
Sent from the Tapestry - User mailing list archive at Nabble.com.
-
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache
Also check out this thread on the same topic (back button).
http://tapestry.1045711.n5.nabble.com/Browser-Back-Button-td4909542.html#a4917143
The reply from Vangel is very detailed and explanatory.
Cheers,
Dragan Sahpaski
On Mon, Mar 5, 2012 at 5:49 PM, Taha Hafeez Siddiqi <
tawus.ta
Hi
The browser back button usually shows an offline page till you refresh it. So,
I don't think it is an issue as long as you are not able to access any secure
links from there.
Also does your logout page perform a Session#invalidate(), as it will ensure
that the session is cleared.
Fi
Hi,
I am getting problem in browser back button, after logout when I press
browser's back button
home page show for few seconds and then it go to login page.
I am new in Tapestry and using Dispatcher for authentication. I got the code
from tapestry-jumpstart or some blog. please check the
On 21.10.2011 11:28, Olga wrote:
Maybe does anybody know how clean cache from java file?
You forget that your java files run on the server, not in the browser.
smime.p7s
Description: S/MIME Cryptographic Signature
quot;);
>response.setHeader("Pragma", "no-cache");
>response.setDateHeader ("Expires", 0);
> }
>
> and
>
>
>
>
>
>
>
> but still doesn't work ((
>
> --
> View this message in context:
If i do clean cache after logout from browser that i have behaviour what i
want. After logout i can't to come back to previos paje.
Maybe does anybody know how clean cache from java file?
--
View this message in context:
http://tapestry.1045711.n5.nabble.com/Browser-Back-B
On 20.10.2011 11:30, Olga wrote:
but still doesn't work ((
You should check first that browser behaves as ordered. See in the
settings where is the cache located, clean it before trying and monitor
the folder while testing. On the other hand it might be stored in RAM,
and I don't how can that
really nice answer, thanks
--
View this message in context:
http://tapestry.1045711.n5.nabble.com/Browser-Back-Button-tp4909542p4920896.html
Sent from the Tapestry - User mailing list archive at Nabble.com.
-
To unsubscribe, e
eader("Pragma", "no-cache");
response.setDateHeader ("Expires", 0);
}
and
but still doesn't work ((
--
View this message in context:
http://tapestry.1045711.n5.nabble.com/Browser-Back-Button-tp4909542p4920895.html
Sent
Very informative Vangel. Thanks.
On Wed, Oct 19, 2011 at 6:04 PM, Steve Eynon wrote:
> Vangel,
>
> That's a good articulated answer - I like it!
>
> It's always a popular topic with management so I'll be sure to
> bookmark this comment for future use. Cheers!
>
> Steve.
>
>
> On 19 October 2011
Vangel,
That's a good articulated answer - I like it!
It's always a popular topic with management so I'll be sure to
bookmark this comment for future use. Cheers!
Steve.
On 19 October 2011 18:06, Vangel V. Ajanovski wrote:
> On 18.10.2011 16:30, Olga wrote:
>>
>> I am noted that with back bro
On 18.10.2011 16:30, Olga wrote:
I am noted that with back browser button we can see all page history, but you
can be logout or was logined with other username.
Correct behaviour of browser is to not contact server at all when
clicking Back button, so the content should be reproduced completely
Thanks
--
View this message in context:
http://tapestry.1045711.n5.nabble.com/Browser-Back-Button-tp4909542p4916873.html
Sent from the Tapestry - User mailing list archive at Nabble.com.
-
To unsubscribe, e-mail: users-unsubscr
;
> }
>
>
> On Tue, Oct 18, 2011 at 4:30 PM, Olga wrote:
>
>> I am noted that with back browser button we can see all page history, but
>> you
>> can be logout or was logined with other username.
>>
>> How i can catch th
age history, but
> you
> can be logout or was logined with other username.
>
> How i can catch this event?
>
> Thanks
>
> --
> View this message in context:
> http://tapestry.1045711.n5.nabble.com/Browser-Back-Button-tp4909542p4913885.html
> Sent from the Tapestry
I am noted that with back browser button we can see all page history, but you
can be logout or was logined with other username.
How i can catch this event?
Thanks
--
View this message in context:
http://tapestry.1045711.n5.nabble.com/Browser-Back-Button-tp4909542p4913885.html
Sent from the
) {
return Home.class;
} else
return null;
}
If i want logout, i do this:
@Log
public Object onActionFromLogout()
{
user = null;
return Index.class;
}
All this work good, but if i do logout and after press Browser Back Button
then
Thanks Josh, that worked a treat and solved the issue.
Josh Canfield wrote:
>
> Try adding autocomplete="off" on your radio button element. I haven't
> tried it, but it works for input fields.
>
> On Wed, May 26, 2010 at 9:09 AM, Chris Darlaston
> wrote:
>>
>> Using cmd-R, I get the right pag
Try adding autocomplete="off" on your radio button element. I haven't
tried it, but it works for input fields.
On Wed, May 26, 2010 at 9:09 AM, Chris Darlaston wrote:
>
> Using cmd-R, I get the right page shown again. If this is a browser related
> problem does anyone have any ideas how to get Sa
Using cmd-R, I get the right page shown again. If this is a browser related
problem does anyone have any ideas how to get Safari to reload the page or
not to cache the radio button information?
thanks
Chris
Howard Lewis Ship wrote:
>
> It can be hard to say; too often, the browser
It can be hard to say; too often, the browser is doing something
clever for you (the way it often fills in user name and password
fields for you). Doing a hard refresh (cmd-R) usually clarifies
whether the problem is the browser or Tapestry.
On Tue, May 25, 2010 at 6:55 AM, Chris Darlaston wrote:
Hi,
I have a t:radiogroup set of buttons in a t:progressivedisplay. On
selection of the radio button, another zone is updated (which contains a
drop down list) is done via a t:mixins. In Firefox 3, IE 8, it works
perfectly and on using 'Back' from the browser, the t:progressivedisplay
componen
24 matches
Mail list logo