unresolved function or method if defined in tag <h:outputscript> (xmlns:h="http://java.sun.com/jsf/html")
Answered
Hello,
i use the ultimate version of intellij 2017.1.3 and i have following problem.
Intellij does not find the inline js function in the same file. If is use the tag <script> it detects fine.
The code itself works fine.
Do i need to configure something or is this a bug?
Please sign in to leave a comment.
There is an open issue https://youtrack.jetbrains.com/issue/IDEA-63537.
Do you have the following injection enabled?
Hello Serge,
thanks for ur reply.
The injection is enabled.
I will follow and push the posted issue link (is an old on - from 2011).
Are they other workarounds beside using <script> tag?