tags: EL Exception struts-plus
This error only occurs with Tomcat7.X.
Use todayStruts 2 Extreme Form Validation Framework:https://code.google.com/p/struts-plus/
Jsp code:
Floating point number range (1~10): <input name=float value="${param.float}" class="float-range-1-10"><br>
Reason: ${param.float} float is the keyword of the el expression
Solution: ${param.float} to ${param["float"]}
Solution source:http://stackoverflow.com/questions/6233473/javax-el-elexception-the-identifier-return-is-not-a-valid-java-identifier
Identifier: A sequence of characters used by Java to name elements such as packages, classes, methods, parameters, and variables. In short, name the class, interface, abstract class, interface impleme...
...
What the identifier includes Class names, variable names, method names are all called identifiers Identifier naming rules Can only start with letters, _, $, and cannot contain special characters Canno...
Identifier 1. Keywords 2. All the components of java need names. Class names, variable names, and method names are all called identifiers. Identifier note...
java file js Java file There are pictures with the fastDFS method and pictures without the fastDFS method. js is the same as others, fastDFS only configures some parameters, and then introduc...
#python The Difference of the Tuple and List (List) Their writing and usage are very similar, silly, unclear. There are several statements: List is a variable object, tuple tuple is a non-variable obj...
UART driver implementation Operating system: bare metal IP version: dw_apb_uart Language: C language Machine: 32 -bit register UART base address UART interrupt number UART register structure include D...
On this issue I also studied for a long time, ado, directly on the picture, follow the steps to can recall: Step one: Open to start the configuration edit configurations Click this button to click on ...
Today is the first lesson of the school, at the end of the last semesterHibernateAfter we have not digested, we have contacted the second frame today.struts2Started this week with curiositystruts2。 St...