Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 331624 - Hide tag lib and page directive definition from design view
Summary: Hide tag lib and page directive definition from design view
Status: NEW
Alias: None
Product: Java Server Faces
Classification: WebTools
Component: UI (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows 7
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: JSF Project UI CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-12-01 19:46 EST by Ram Venkataswamy CLA
Modified: 2010-12-01 21:30 EST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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?