"Insert Around/Before/After" will work incorrectlly if system should add taglib
uri
-----------------------------------------------------------------------------------
Key: JBIDE-2442
URL:
http://jira.jboss.com/jira/browse/JBIDE-2442
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Visual Page Editor
Affects Versions: 2.1.2
Environment: Build id: 200806231717-nightly
Build date: 06/23/2008 17:21
Reporter: Tatyana Romanovich
Assigned To: Maxim Areshkau
Priority: Minor
EXECUTE: Create any empty xhtml or jsp file
EXECUTE: add <html><body> </body></html
EXECUTE:
DnD any component from palette (<rich:panel>):
<%@ taglib
uri="http://richfaces.org/rich" prefix="rich"%
<html
<body>
<rich:panel
</rich:panel
</body
</html
EXECUTE:
Select panel in the Visual pane of Visual/Source tab of VPE
EXECUTE: R-mouse click and select any menu item from context menu: "Insert
Before", "Insert Around" and "Insert After"
EXECUTE: Select any component from another library (page shouldn't contain taglib for
them)
FAILURE: component is added incorrectly
RESULT:
<%@ taglib
uri="http://java.sun.com/jsf/html" prefix="h"%
<%@ taglib uri="http://richfaces.o
<h:form
rg/rich"
prefix="rich"%
<html
</h:form
<body>
<rich:panel
</rich:panel
</body
</html
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira