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

Key: IDEA-19863
Type: New Feature New Feature
Status: Open Open
Assignee: Dmitry Avdeev
Reporter: Taras Tielkes
Votes: 0
Watchers: 3
Operations

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

Intention action to transform <c:out> to ${...}

Created: 02 Oct 08 01:38   Updated: 02 Oct 08 14:15
Component/s: J2EE.JSP

Build: 8,853


 Description  « Hide
When upgrading pre-servlet 2.4 webapps to a servlet 2.4 level container, one can usually replace a large amount of <c:out> tags with the simpler and cleaner ${..} syntax.

The conversion is not 100% safe, since (IIRC) the <c:out> tag does escaping by default, while ${..} does not.

Still it would be very valuable to have at least an intention action to perform this transformation.
The description should of course mention the slightly different semantics referred to above.



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