| Author |
Please explain Struts: requestprocessor processactionperform()
|
David Yutzy
tumbleweed and gunslinger
Ranch Hand
Joined: Jun 29, 2001
Posts: 192
|
|
I've been reading up on this but cannot seem to get a grip on what it's usefullness could be. Could sommeone please shed some light? Thanks.
|
 |
sreenath reddy
Ranch Hand
Joined: Sep 21, 2003
Posts: 415
|
|
Hi david It does nothing just it will call the execute method of ur action with the appropriate parameters and will return an actionForward........ is this what u wanted to know r something more about requestprocessor
|
 |
David Yutzy
tumbleweed and gunslinger
Ranch Hand
Joined: Jun 29, 2001
Posts: 192
|
|
Well... I was looking for a little more. Like how would this differ from a regular action/dispatchaction process? My impression is that it is somehow a way to tap into other pre-processes, such as is available via the controller. If so, how would this differ from a listener expressed in the web.xml?
|
 |
 |
|
|
subject: Please explain Struts: requestprocessor processactionperform()
|
|
|