]
Alexey Kazakov resolved JBIDE-21397.
------------------------------------
Resolution: Done
Content assist for facelet function does not work in an unclosed EL
before next EL
----------------------------------------------------------------------------------
Key: JBIDE-21397
URL:
https://issues.jboss.org/browse/JBIDE-21397
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: common/jst/core, jsf
Affects Versions: 4.4.0.Alpha1
Reporter: Viacheslav Kabanovich
Assignee: Viacheslav Kabanovich
Fix For: 4.3.1.Beta2
1. Add to page some facelet taglib with functions, let its namespace be 'p'.
2. Try content assist after ':' in
{code}
#{p: #{someBean}
{code}
It fails.
3. Close EL
{code}
#{p:} #{someBean}
{code}
Now, content assist works.