sai reddy wrote:
Hi friends.

What's the difference between Action.perform() and Action.execute()
methods??

I'm talking about org.apache.struts.action.Action class.

The key difference is that there is no such method as Action.perform() anymore... [1] ;-) It was

 - deprecated in Struts 1.1 [2]
 - removed in Struts 1.2.4 [3]

The Struts 1.1 Javadoc lists Action.perform() as deprecated [4], saying you should use Action.execute() instead.

HTH,

L.


[1] http://struts.apache.org/1.3.8/apidocs/org/apache/struts/action/Action.html

[2]
http://struts.apache.org/1.3.8/userGuide/release-notes-1_1.html

[3]
http://struts.apache.org/1.3.8/userGuide/release-notes-1_2_4.html

[4]
http://struts.apache.org/1.1/api/org/apache/struts/action/Action.html


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to