Re: browser back button, after logout while using Dispatcher

2012-03-12 Thread gaurav
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.

Re: browser back button, after logout while using Dispatcher

2012-03-12 Thread gaurav
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

Re: browser back button, after logout while using Dispatcher

2012-03-05 Thread Dragan Sahpaski
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

Re: browser back button, after logout while using Dispatcher

2012-03-05 Thread Taha Hafeez Siddiqi
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

browser back button, after logout while using Dispatcher

2012-03-05 Thread gaurav
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

Re: Browser Back Button

2011-10-21 Thread Vangel V. Ajanovski
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

Re: Browser Back Button

2011-10-21 Thread Cezary Biernacki
quot;); >response.setHeader("Pragma", "no-cache"); >response.setDateHeader ("Expires", 0); > } > > and > > > > > > > > but still doesn't work (( > > -- > View this message in context:

Re: Browser Back Button

2011-10-21 Thread Olga
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

Re: Browser Back Button

2011-10-20 Thread Vangel V. Ajanovski
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

Re: Browser Back Button

2011-10-20 Thread Olga
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

Re: Browser Back Button

2011-10-20 Thread Olga
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

Re: Browser Back Button

2011-10-19 Thread Muhammad Gelbana
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

Re: Browser Back Button

2011-10-19 Thread Steve Eynon
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

Re: Browser Back Button

2011-10-19 Thread Vangel V. Ajanovski
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

Re: Browser Back Button

2011-10-19 Thread Olga
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

Re: Browser Back Button

2011-10-18 Thread Muhammad Gelbana
; > } > > > 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

Re: Browser Back Button

2011-10-18 Thread Muhammad Gelbana
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

Re: Browser Back Button

2011-10-18 Thread Olga
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

Browser Back Button

2011-10-17 Thread Olga
) { 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

Re: T5: ProgressiveDisplay - Possibly not reloading properly on Safari when user uses browser 'Back' Button

2010-05-27 Thread Chris Darlaston
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

Re: T5: ProgressiveDisplay - Possibly not reloading properly on Safari when user uses browser 'Back' Button

2010-05-26 Thread Josh Canfield
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

Re: T5: ProgressiveDisplay - Possibly not reloading properly on Safari when user uses browser 'Back' Button

2010-05-26 Thread Chris Darlaston
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

Re: T5: ProgressiveDisplay - Possibly not reloading properly on Safari when user uses browser 'Back' Button

2010-05-25 Thread Howard Lewis Ship
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:

T5: ProgressiveDisplay - Possibly not reloading properly on Safari when user uses browser 'Back' Button

2010-05-25 Thread Chris Darlaston
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