Struts file Configuration

Source: Internet
Author: User

In this way, you can add Struts2 action to multiple profiles by module

<?xml version="1.0" encoding="UTF-8"?><!DOCTYPE struts PUBLIC    "-//Apache Software Foundation//DTD Struts    Configuration 2.3//EN"    "http://struts.apache.org/dtds/struts-2.3.dtd"><struts>    <include file="struts-user.xml"/>    <include file="struts-order.xml"/></struts>

If you want to invoke the method in action with a dynamic method, you can add an exclamation point and a method name to the URL address after the action, ". Action". This method is not recommended for use in documents.
Set constants in Struts.xml to disallow dynamic method calls:

<constant name="struts.enable.DynamicMethodInvocation"value="false"

Wildcard characters

<action name="list_*" class=action的路径 method="(1)">   <result name="success">/WEB-INF/page/message.jsp</result></action>

Struts file Configuration

Related Article

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.