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
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
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
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;
4 matches
Mail list logo