JSP simple exercise-EL getting form data
Enter the user name and password:
Request FormDisplay the data in the received form:
Receive form dataUsername Received: $ {param. username}Received password: $ {param. password}
Response. getWriter (). write () Prints garbled information to the front-end. Solution: response. getwriter
Response. getWriter (). write (): displays a piece of information on the front-end page.
In normal url mode, a new page is generated to
Obtain the URL of the previous page and the URL of this page.
1. Obtain the URL of the previous webpage:
String url=request.getHeader("Referer");
2. Obtain the URL of this webpage:
String url=request.getScheme()+"://"+
In jsp, the frame frameset is fixed so that the border size cannot be changed.
my tests
Ps: Sometimes we may want to prevent users from changing the size of the border for the pages we have laid out. In this way, we can add the
The image path contains the reason why Chinese characters cannot be normally displayed in jsp and the solution is:
For example: , the image path is correct and can be opened normally on a separate html page. In jsp, the image is not displayed.
The
Solution to saving the jsp page to the database with garbled charactersFirst: addErrorPage = "" %>The first line indicates that your page uses Chinese encoding.The second line declares that your page value is also encoded in Chinese.SecondTomcat4.x
Jsp action tag
Jsp action tag
Action tags are special tags that affect the functions of JSP runtime.
1. include action labels
Or
This action tag tells the JSP page to dynamically include a file, that is, adding the file to the JSP page during
Three Common JSP compilation commands: page, include, taglib, and includetaglib
Three Common JSP compilation commands
1. page command
Is the command for the current page
2. include command
Used to specify to include another page
3. taglib
Example of JSP getting Spring injection object
This article mainly introduces how to obtain Spring injection objects in JSP and the implementation code is as follows. Do not miss this article if you need it.
ServletContext SC = this.
Source code. a. jsp transmits values to B. jsp:
A. jsp page content:
Name:
B. jsp page content:
Symptom: Chinese characters are garbled, such as "???"
The solution is as follows:
Method 1:
1. Change pageEncoding = "GB2312" to pageEncoding = "ISO8859-
Lab environment: Myeclipse10 + tomcat7
The Application object stores information for multiple applications. For each container, each user has an application object. After the server starts, an application object is automatically created, this
From: http://blog.csdn.net/svitter
Lab environment: Myeclipse10 + tomcat7.0
If you have time to write tomcat configurations in windows and linux, you have time to write them .. Some things are not fully understood.
A typical JSP
Struts2 Introduction
Struts 2 framework as Struts 1. the replacement technology of the X framework is relative to Struts 1. X has essentially changed. The Struts 2 framework is developed from the WebWork framework. apache Struts 2 is a webwork2.
The upload + cropping function is used in the project to facilitate future use.
I cannot tell you the front-end code from the blog garden, haha.
The front end is jquery + fineuploader + jquery. Jcrop
The backend is asp.net mvc 4
The core js call
JSP simple exercise-a simple counter
In JSP, the program code written between "" becomes a java program piece.
A JSP page can contain multiple java program slices. Note that the variables declared in the Java program are valid in the program and
JSP Verification Code Daquan digital verification code
Verification codes are widely used in various scenarios, the random code function is added to the new user account registration, user logon, website unified login, or the user publishes an
Jsp tag _ simple tag _ Implementation of Anti-Leech and escape tagsConcept 1 anti-leech in HTTP, there is a header field called referer, which uses the URL format to indicate where to link to the current webpage or file, through referer, the website
Welcome to the "Management Corner" version. The latest monthly column focuses on the management, configuration, processing and Development of WebLogic servers.
The purpose of this column is to introduce non-J2EE development issues that can be
Problem:During spring mvc development, model addAttribute is often displayed in jsp through EL, for example, $ {msg },However, sometimes the final display of jsp is $ {msg}, rather than the value assigned by msg.Spring ControllerImport javax.
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.