文章列表
首先的区分有没有用bathpath
1.没有使用bathpath
http://localhost:8080/project/xxx.html页面下
(1)<a>请单击</a>如果href属性为空将失去超链接的特性
(2)<a href="">请单击</a>
I.在谷歌浏览器下,跳转当前页,依然 ...
Create a class to store the welcome message (the model)
Create a server page to present the message (the view)
Create an Action class to control the interaction between the user, the model, and the view (the controller)
Create a mapping (struts.xml) to couple the Action class and view
By cr ...
工具:myeclipse10 + tomcat7
Create Struts 2 Web Application With Artifacts In WEB-INF lib and Use Ant To Build The Application
Step 1 - Create A Basic Java Web Application
(就是新建一个项目,尽量选择J2EE6.0)
Step 2 - Add index.jsp and Ant Build File
(这步myeclipse自动生成有index.jsp,可以忽略)
Step 3 - Add Struts 2 Jar ...
1.How To Create A Struts 2 Web Application http://struts.apache.org/2.3.7/docs/how-to-create-a-struts-2-web-application.html
2.Hello World Using Struts 2
http://struts.apache.org/2.3.7/docs/hello-world-using-struts-2.html
3.Using Struts 2 Tags
http://struts.apache.org/2.3.7/docs/using-str ...
什么是W3C?
W3C ( World Wide Web Consortium ) 是一个致力于 W3 (World Wide Web) 标准化的组织,成立于1994年11月,目前(2007年5月)已经拥有441个会员,他们参与制作了以下与 W3 相关的标准:
CSS
CGI
DOM
HTML
RDF
SVG
SOAP
SMIL
SRGS
SSML
VoiceXML
WSDL
XACML
XHTML
XML
XML Events
XForms
XML Information Set
XML Sc ...
(一)struts2中form的theme解释:
struts2中theme属性包括xhtml,html,simple,ajax 。默认是xhtml
theme:设置struts2标签的主题,默认为xhtml。theme=xhtml时:会默认额外生成tr,td。theme=simple时:就生成标签所对应的html标签形式。
在默认情况下,表 ...