aspose file tools
The moose likes Struts and the fly likes Struts: saveToken, restToken, isTokenValid, and isCancelled Question Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Frameworks » Struts
Reply Bookmark "Struts: saveToken, restToken, isTokenValid, and isCancelled Question" Watch "Struts: saveToken, restToken, isTokenValid, and isCancelled Question" New topic
Author

Struts: saveToken, restToken, isTokenValid, and isCancelled Question

Karan Jain
Ranch Hand

Joined: May 30, 2007
Posts: 82
Hi,
Is there any way i can achieve the functionality of saveToken, restToken, isTokenValid, and isCancelled using only JSP and servlets.

thanks in advance...
Karan
Merrill Higginson
Ranch Hand

Joined: Feb 15, 2005
Posts: 4864
Originally posted by Karan Jain:
Is there any way i can achieve the functionality of saveToken, restToken, isTokenValid, and isCancelled using only JSP and servlets.

Yes. Download the Struts source code, analyze how they do it, and write logic of your own that follows the same pattern.


Merrill
Consultant, Sima Solutions
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Struts: saveToken, restToken, isTokenValid, and isCancelled Question
 
Similar Threads
Correct way to check Session timeout?
bookmarking pages
How token works in struts
F5 causes action to be executed again
Dispatch Action class showing different behaviour browser dependent