Struts2 uses 8-Wildcard ing

Source: Internet
Author: User

 

<Action name = "*/*" method = "{3}" class = "com. Struts. Actions. {1}. {2} action">

<Result name = "View">/{1}/update {2}. jsp </result>

<Result name = "list">/{1}/list. jsp </result>

</Action>

In the action name, each Asterisk is a wildcard. In this example, we use asterisks, which is not required. For example, if you want to map all the view actions on the object together, the configuration similar to "name ="/*/view * "can meet the requirements. Identifiers such as {1} and {2} are used to obtain the values corresponding to the wildcard (numbers indicate the positions of the wildcard corresponding to the values to be obtained, in the left-to-right order ).

In the "struts. properties" file (or use the "struts. xml" constant tag), make sure that the following attributes are correctly configured:

Struts. Enable. slashesinactionnames = true

After this attribute is set to true, a slash can be used in the action name. The default setting of struts2 does not allow a slash in the action name. You need to use a package to split the namespace.

 

 

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.