Struts2 the path configuration in the JSP page __js

Source: Internet
Author: User

The compilation environment is eclipse.

First in the JSP page, make the following settings:

<% String Path = Request.getcontextpath (); String basepath = request.getscheme () + "://" + request.getservername () + ":" + request.getserverport () + path + "/"; %>


This allows you to obtain the directory of your project, if your project name is TestStruts2, then the BasePath value is: http://localhost:8080/TestStruts2/.

Then, you can write this in your JSP page:

<form action= "<%=basepath%>characterencoding_add" method= "POST" > Name:<input "size=" "Name"/ ><br> <input type= "Submit" value= "Submit" >


Or it can be such a JSP:

<body> <a href= "<%=basepath%>index.jsp" >index.jsp</a> </body>


This way, as long as the profile of struts is correct, the struts configuration file knows which action to call, and you can know which page to turn to.


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.