http://jaxmag.com/itr/online_artikel/psecom,id,648,nodeid,147.html
More in saveToken();
Chandra
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: Tuesday, May 02, 2006 2:32 PM
To: user@struts.apache.org
Subject: RE: Example needed for saveToken
Some useful
Some useful code:
The action code may look like this.
// Check for a valid token
if(isTokenValid(request)){
// If the token is valid, reset it and perform the business logic
resetToken(request);
insertRecord(request);//Business logic call.
return mapping.findForward(Global
2 matches
Mail list logo