| 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
|
 |
 |
|
|
subject: Struts: saveToken, restToken, isTokenValid, and isCancelled Question
|
|
|