Carl Smith wrote:
in this RequestProcessor.process() method, there are some methods are place
holders for our specific application to over ride. Say in our application we
have a logic to be checked to see if user has access to the certain page. Which
method
(processPreprocess();processRoles();processPopulate();processValidate();processForward();)
is a good place for us to place this logic in. Please note that our request
can be multipart request.
Well, processRoles is suppoed to be used for processing user roles. That
might be a good place to start.
Dave
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]