Community
Participate
Working Groups
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?