Hi
We are migrating to Jakarta EE9 with Java JDK 11, Tomcat 10 and jboss-weld. We
are working on Windows 10 with netbeans 12.4. We are using facelets and are
having in issue with xhtml 'suggestions' from named beans.
In our older version when we were working on xhtml on java 8 we were using the
managed bean annotation with "import javax.faces.bean.ManagedBean;". if say we
had a line of code such as <h:outputText value="#{tryThis.hello}"
escape="false"/> Netbeans will not give suggestions for methods.
We're have replaced managed with @Named but now the pages using beans with the
jakarta.inject.Named annotation effectively cannot be seen xhtml pages. Is
this a bug or is there something we have done incorrectly in our set up?
Thanks
Matt and Megan
Information Classification: General