Configuration of Struts action

Source: Internet
Author: User

The Struts2 action implements the Com.opensymphony.xwork2.Action interface and implements the execute () method in the interface.

First public String execute () throws Exception

Implement a public method that returns a non-argument of type string :

Public String ID () {

return success;

}

To Com.opensymphony.xwork2.ActionSupport class inheritance,Actionsupport implements the action interface

And here's the default action

<package Name="DefaultAction" namespace="/default"

Extends="Struts-default">

<default-action-ref name="error"></default-action-ref>

<action name="DefaultAction"

Class="entity. Work ">

<result name="Success">/into.jsp</result>

</Action>

<action name="error">

<result>/error.jsp</result>

</Action>

</Package>

Configuration of Struts action

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.