This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 148716 - JSP tags reformating inside javascript sections
Summary: JSP tags reformating inside javascript sections
Status: NEW
Alias: None
Product: javascript
Classification: Unclassified
Component: Editor (show other bugs)
Version: 6.x
Hardware: Sun All
: P1 blocker (vote)
Assignee: Petr Pisl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-09-30 10:29 UTC by Jindrich Sedek
Modified: 2014-01-16 10:27 UTC (History)
1 user (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jindrich Sedek 2008-09-30 10:29:56 UTC
use this code in JSP editor:
-------------------------
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
<script type="text/javascript">
function f()
{
<c:url value="" value="${param.dd}">
<c:param name="bar" value="${param.value}"/>
</c:url>
}
</script>.
--------------------
invoke reformat -> javascript code gets reformated, but the jsp tags inside are untouched