I wrote it when I read the textbook DTD yes
<!DOCTYPE validators PUBLIC
"-//OpenSymphony Group//XWork Validator 1.0.3//EN"
"http://www.opensymphony.com/xwork/xwork-validator-1.0.3.dtd">
Access with browser URL direct 404, stay eclipse There's no code prompt in , Illustrate this DTD It's no longer available
Then go and see Struts2 The official JAVADOC, find http://struts.apache.org/release/2.3.x/xwork-core/apidocs/index.html
I saw
Interface Validator<T> Documents , I found that it had been changed to :
<!DOCTYPE validators PUBLIC
"-//Apache Struts//XWork Validator 1.0.3//EN"
"http://struts.apache.org/dtds/xwork-validator-1.0.3.dtd">
With the ,eclipse Finally, there is a code prompt in
About Struts2 Of Validator Configuration for cannot be found DTD More articles about
- [ExtJS5 Learning notes ] Section 32 sencha extjs 5 And struts2 Of ajax Interactive configuration
This paper addresses :http://blog.csdn.net/sushengmiyan/article/details/43487751 The author of this article :sushengmiyan ------------------ ...
- be based on IDEA newest Spirng3.2+hibernate4+struts2.3 Full annotation configuration Sign in
original text be based on IDEA newest Spirng3.2+hibernate4+struts2.3 Full annotation configuration Sign in First, IDEA 12, because myeclipse Getting stuck , I switch to idea12 了 , Find it powerful ...
- struts2 Of struts.xml Configuration details
In the application struts When the framework is being developed , The essential step is to struts.xml To configure , The more you know about this file , It will be easier for us to develop an application . Let's take a look struts.xml The content of , What's the use of each one of them . ...
- Struts2 Interceptor specific configuration process
Interceptors are almost everywhere in every program , So post the specific process of interceptor configuration , I hope I can help you . Struts2 Interceptor specific configuration process <interceptors> <!-- Define the interceptor first --> ...
- Reprint - Struts2 Interceptor detailed configuration process
Source :http://www.blogjava.net/zzzlyr/archive/2009/10/12/297998.html Struts2 Interceptor detailed configuration process 1: Super interface for all interceptors Inter ...
- Struts2 Frame learning ( 3、 ... and )—— Configuration details
One .struts.xml To configure <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE struts ...
- JavaWeb_(Struts2 frame )Log4j The configuration and solution of Chinese garbled code
This series of blog posts based on the same project have been uploaded to github Portal JavaWeb_(Struts2 frame )Struts establish Action In three ways Portal JavaWeb_(Struts2 frame )struts.xml nucleus ...
- Struts2 note ——struts.xml Configuration details
visit HelloWorld Settings for applied paths * stay struts1 in , adopt <action path=“/primer/helloWorldAction.action”> Node path Property specifies ...
- Struts2 A question of : Can't find struts.xml The path problem of
One . Studying recently Struts2 Some knowledge of , In the use of Struts2 When building the frame , The above problem occurred when deploying to the server : March 19, 2016 1:43:24 Afternoon org.apache.tomcat.u ...
Random recommendation
- My SQL The inner connection of , External link query
1. Internal connection : Connect only matching lines . 2. The left outer join : Contains all the rows of the table on the left , And all the matching rows in the table on the right , Whether or not the table on the right has rows that match the table on the left , All lines on the left must be displayed . 3. Right connection : Contains all the rows of the table on the right , And the table on the left ...
- POJ 2528 Interval dyeing , Find the coloring number , discretization
Mayor's posters Time Limit: 1000MS Memory Limit: 65536K Total Submissions: 47905 Accepted: 13903 ...
- vs2015 Medium upgrade Nuget after , Can't find Umbraco Installation package problem
open VS2015, Tools=>Extensions and Updates=> Updates => Visual Studio Gallery ad locum check Let's see if there is N ...
- I2C Verilog The implementation of the ( One )
<span style="font-size:14px;">`timescale 1ns / 1ps module test( sda ); reg scl; inou ...
- 【C# Basics 】HTTP send out POST binary data
//postdata For array request mode public byte[] POST(string Url, byte[] byteRequest) { byte[] responsebody; HttpWeb ...
- MVC( Two )
One : In new contact MVC You can use it first VS To build a MVC project ( It's not an empty project ),MVC A particularly human example , It shows MVC The basic components of the project . as follows : App_Data Database files , It needs to be changed according to the change of database . Ap ...
- Baidu chart plug-in echart Simple application , Simply configure some styles and types to be displayed
from echart Download from the official website js, Then introduce the jq You can run . Simple enough to use key word :echart control : Icon title . Data title . Broken line diagram . Histogram toggle button . Resume refresh chart button . Save as picture button . Coordinate system control . Coordinate data . The coordinates are tilted ...
- Jenkins To configure Git Error resolution :CAfile: C:/Program Files/Git/mingw64/ssl/certs/ca-bundle.crt
error message : Failed to connect to repository : Command "C:/tools/Git/bin/git.exe ls-remote -h https:/X ...
- JSON Research on the use of library ( 3、 ... and )
How to choose JSON library ? From the overall test results , Summarized below : For serializing . The function of anti sequence , Small quantity , The throughput is not greater than 10000 Every second , choice gson: For parsing JSON Of , Or use it Fastjson Well , Although I heard that there are many pits . ...
- Docker series 07:Docker-compose
1 What is? Docker-Compose Compose The project comes from the previous fig project , Use python Language writing , And docker/swarm It's a great fit . Compose yes Docker The work of arranging containers ...