-
Bug
-
Resolution: Unresolved
-
Major
-
4.0.0.Alpha2
-
None
1. Create JSF 2 KickStart project
2. Open inputname.xhtml
3. Add <ui:param name="client" value="#
" /> inside <ui:composition> (line #9)
4. Save the file.
5. Open common.xhtml
6. Add <h:outputText value="#
" />
7. Try Ctrl+Space for #
8. ASSERT: There is "name" in the list of proposals.
9. Close all the editors.
10. Re-start the eclipse
11. Open common.xhtml
12. FAILURE: Try Ctrl+Space for #{client.|}
. It's not working anymore.
13. Clean/build the project.
14. Try Ctrl+Space for #
15. ASSERT: There is "name" in the list of proposals.
- relates to
-
JBIDE-3526 Code assist/validation/hyperlinks for EL variables that come from <ui:param/>
- Closed