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 32739

Summary: Reflect JSP content-type directive atribute in the editor
Product: javaee Reporter: Ana.von Klopp <avk>
Component: JSPAssignee: Marek Fukala <mfukala>
Status: RESOLVED DUPLICATE    
Severity: blocker    
Priority: P3    
Version: 3.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:
Bug Depends on:    
Bug Blocks: 89483    

Description Ana.von Klopp 2003-04-08 20:37:22 UTC
Code completion for HTML tags should be available if the 
content-type is not set, or if it is set to HTML in JSP 
files. 




In JSP documents, the content type defaults to XML, so we 
should only offer HTML tags if the content type has been 
set explicitly to that.
Comment 1 Marek Fukala 2006-10-24 13:46:36 UTC
Not only the completion should be affected. Basically the embedded content
language editor should reflect the content-type attribute. So all features
including coloring, folding, cc etc. should be used from proper editor.
Comment 2 Marek Fukala 2008-10-13 10:25:46 UTC

*** This issue has been marked as a duplicate of 111549 ***