Re: S2 - custom tag with Spring

2013-12-05 Thread Lukasz Lenart
2013/12/4 Steven Yang : > I think I missed something. > > To be clear what I meant by tag as jsp tag with tld defined. > Yes my resource beans are defined in Spring, using XML actually. However my > tag classes are not. > > From what I understand, the life cycle of tag is controlled by the web > co

Re: S2 - custom tag with Spring

2013-12-05 Thread Steven Yang
thanks I will try that On Thu, Dec 5, 2013 at 4:29 PM, Lukasz Lenart wrote: > 2013/12/4 Steven Yang : > > I think I missed something. > > > > To be clear what I meant by tag as jsp tag with tld defined. > > Yes my resource beans are defined in Spring, using XML actually. However > my > > tag cla

Token Session Interceptor and back button

2013-12-05 Thread semog12
Hi, I am using the token session interceptor for a form and I have this situation: 1) I am in the form page; 2) I leave the form page; 3) Go back to the form page by the "back" button; 4) Submit the form; And of course the form is not submitted and the token returns "invalid.token" but do not add

Re: Token Session Interceptor and back button

2013-12-05 Thread Paul Benedict
Make sure your back-button action refreshes the page. You can't reuse a token from the browser's cache. It needs to regenerated. On Thu, Dec 5, 2013 at 12:39 PM, semog12 wrote: > Hi, > > I am using the token session interceptor for a form and I have this > situation: > 1) I am in the form page;