Hi.
When I use the JSP editor to make my JSF page, I put something like this:
<h:inputText required="true" rendered="true" value="#{MyBean.myProperty}" />
In MyEclipse 5.1, when I press ctrl+space just after “#{MyBean.” it shows a code complete with the propeties in my managed bean. That’s ok, but it is not happening in 5.5 M1.
Is this a bug? I tested it with a page that was made in 5.1. In 5.1 the code complete is ok, but in 5.5 it isn’t.
Thank you.