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

Summary: JSP tags reformating inside javascript sections
Product: javascript Reporter: Jindrich Sedek <jsedek>
Component: EditorAssignee: Petr Pisl <ppisl>
Status: NEW ---    
Severity: blocker CC: tslota
Priority: P1    
Version: 6.x   
Hardware: Sun   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

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