]
Alexey Kazakov updated JBIDE-13418:
-----------------------------------
Fix Version/s: 4.1.0.Alpha1
Clean xmlns cache used in namespace completion when
Project->cliean
-------------------------------------------------------------------
Key: JBIDE-13418
URL:
https://issues.jboss.org/browse/JBIDE-13418
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: jsp/jsf/xml/html source editing
Affects Versions: 4.1.0.Alpha1
Reporter: Alexey Kazakov
Assignee: Viacheslav Kabanovich
Fix For: 4.1.0.Alpha1
1. Create a JSF project
2. Open inputname.xhtml
3. Add
xmlns:temp="http://java.sun.com/jsf/html" to the root <html> tag
4. Save the file
5. Remove
xmlns:temp="http://java.sun.com/jsf/html"
6. Save the file
7. Type <temp:
8. Ctrl+Space
9. There is a list of tags for
http://java.sun.com/jsf/html tag lib. It's OK.
10. Clean the project (Project->Clean).
11. Type <temp: again and then Ctrl+Space.
12. FAILURE: There is stiil a list of tags for
http://java.sun.com/jsf/html tag lib.
--
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: