]
Alexey Kazakov resolved JBIDE-2242.
-----------------------------------
Assignee: Alexey Kazakov (was: Yahor Radtsevich)
Fix Version/s: 3.3.0.M3
(was: LATER)
Resolution: Out of Date
This issue was fixed ages ago.
Taglib declaration <%@ taglib uri="" is inserted after
DnD tags from Pallete on some XHTML pages in default Seam web project.
-----------------------------------------------------------------------------------------------------------------------------
Key: JBIDE-2242
URL:
https://issues.jboss.org/browse/JBIDE-2242
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Seam2
Affects Versions: 2.1.0.GA
Reporter: Anton Klimkovich
Assignee: Alexey Kazakov
Priority: Minor
Fix For: 3.3.0.M3
Attachments: display.xhtml, edit.xhtml, loginout.xhtml, menu.xhtml
EXECUTE: Create default Seam project
EXECUTE: Open menu.xhtml
EXECUTE: Make DnD of JBoss Ajax4jsf tag on the page from Palette.
FAILURE: <%@ taglib
uri="http://java.sun.com/jsf/html"
prefix="h"%> inserted instead of
xmlns:h="http://java.sun.com/jsf/html"
ASSERT: Seam gen should create xhtml pages with declaration that tells it's a XHTML.
(<!DOCTYPE composition PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">)
All pages w/o declaration are attached.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: