Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 331624

Summary: Hide tag lib and page directive definition from design view
Product: [WebTools] Java Server Faces Reporter: Ram Venkataswamy <ram.venkataswamy>
Component: UIAssignee: JSF Project UI <jsf.ui-inbox>
Status: NEW --- QA Contact:
Severity: enhancement    
Priority: P3 CC: ccc, raghunathan.srinivasan
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Windows 7   
Whiteboard:

Description Ram Venkataswamy CLA 2010-12-01 19:46:44 EST
Build Identifier: M20100909-0800

WPE displays tag lib(s) and page directive definition in design view using crucial real estate space.

Reproducible: Always

Steps to Reproduce:
- open jsp page in WPE

- add few tag lib and page directive definition in the page

<%@taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c"%>
<%@taglib uri="http://java.sun.com/jsp/jstl/xml" prefix="x"%>
<%@ page language="java" contentType="text/html;charset=UTF-8"%>
<%@ taglib uri="http://java.sun.com/jsf/html" prefix="h" %>
<%@ taglib uri="http://java.sun.com/jsf/core" prefix="f" %>


Notice, the design view takes up quite a few space on the top of design view rendering these tags. These tags do not provide any visual value.

Suggestion: Hide these tags from the design view. Some of the operations for these tags can be moved to outline view?