[
http://jira.jboss.com/jira/browse/JBIDE-1792?page=all ]
Alexey Kazakov updated JBIDE-1792:
----------------------------------
Issue Type: Feature Request (was: Bug)
Workaround Description:
Neither we nor WTP have ever supported CA for xmlns for all tags.
We just added this feature for html tag in Facelets.
So it's not a bug. It's a feature request. And I don't think we could solve it
easy.
CA: In xhtml files with facelets: no [xmlns:*=""] attribute
in content assist .
-------------------------------------------------------------------------------
Key: JBIDE-1792
URL:
http://jira.jboss.com/jira/browse/JBIDE-1792
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: jsp/jsf/xml source editing
Affects Versions: 2.0.1
Reporter: Andrei Scherbovich
Assigned To: Eugene Stherbin
Fix For: 3.0.alpha
CA: In xhtml files with facelets:
1. no [xmlns:*=""] attribute in content assist
2. CA when cursor at position [xmlns:*=" | "] not available for not
<html> tags. I mean:
a) <html
xmlns="http://www.w3.org/1999/xhtml"
xmlns:ui="http://java.sun.com/jsf/facelets"
xmlns:h="http://java.sun.com/jsf/html"
xmlns:j=" | "> -- HERE CONTENT ASSIST AVAILABLE
b) <h:form id="helloForm" xmlns:j=" | "> -- HERE
CONTENT ASSIST NOT AVAILABLE
--
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