| Author |
Execute method Struts
|
vedavyas durbhakula
Greenhorn
Joined: Jul 20, 2007
Posts: 3
|
|
HI I have a doubt that , can we write our own method in Action class insted of execute() method ??? IF yes in what kind of situations we will write and for what purpose do we write . give me a live scenario ???
|
 |
Jibitesh Prasad
Greenhorn
Joined: Feb 20, 2007
Posts: 20
|
|
|
Are you asking about naming execute() into something else and still executing???
|
 |
Ram Chhabra
Greenhorn
Joined: Jun 23, 2007
Posts: 23
|
|
Hi Yes you can surely do that but for that you have to use different Action like: 1. DispatchAction 2. LookupDispatchAction Hope this help you out.
|
 |
 |
|
|
subject: Execute method Struts
|
|
|