History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: IDEADEV-13823
Type: New Feature New Feature
Status: Open Open
Priority: Normal Normal
Assignee: Maxim Shafirov
Reporter: Alexander Chernikov
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
IDEA: Development

Adjust JSP (jsp pages) resolving to JSPX (jsp documents) resolving to support JSP 2.0/2.1 specification

Created: 25 Jan 07 21:21   Updated: 25 Jan 07 21:21
Component/s: J2EE.JSP
Fix Version/s: None

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown

Build: 6,665


 Description  « Hide
JSP 2.1 specification, section 1.1.3 (Generating XML):
The JSP 1.2 specification made a stronger distinction between JSP documents
and non-XML JSP pages. For instance standard actions like <jsp:expression>
were only available in JSP documents. The difference proved to be confusing and
distracting and the distinction has been relaxed in JSP 2.0 to facilitate the
transition from the JSP syntax to XML syntax.

Currently the following code:

...
	<body>
		<jsp:expression>
			"Value"
		</jsp:expression>
	</body>
...

is accepted in JSPX, but highlighted as error in JSP. While it is successfully deployed and works on Tomcat 5.
Consider possibility to resolve JSP pages code accordingly 2.0/2.1 specification.



 All   Comments   Work Log   Change History      Sort Order:
There are no comments yet on this issue.