[
https://issues.jboss.org/browse/JBIDE-16932?page=com.atlassian.jira.plugi...
]
Vlado Pakan commented on JBIDE-16932:
-------------------------------------
I did not add any. Project is created with target server JBoss AS 7.1.Final
It's working in JBDS 7.1.GA with the same project and was working with JBDS
8.0.Alpha2
Code completion for <rich: tag is empty
---------------------------------------
Key: JBIDE-16932
URL:
https://issues.jboss.org/browse/JBIDE-16932
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: jsp/jsf/xml/html source editing
Affects Versions: 4.2.0.Beta1
Environment: JBDS 8.0.0.Beta1-v20140323-1410-B78, Linux
Reporter: Vlado Pakan
Fix For: 4.2.0.Beta2
1. Create JSF2 project
2. Open inputname.xhtml page
3. Set page text to this
{code}<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<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:f="http://java.sun.com/jsf/facelets"
xmlns:ez="http://java.sun.com/jsf/composite/demo"
xmlns:a4j="http://richfaces.org/a4j"
xmlns:rich="http://richfaces.org/rich">
<rich:
</html>
{code}
4. Invoke Code Assist for <rich: tag
ERROR: There are no items in rich: in Code Assist
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see:
http://www.atlassian.com/software/jira