facebook

Content assist not available for beans with MyFaces 1.1.1

💡
Our Forums Have Moved

For help with installation, bugs reports or feature requests, please head over to our new forums.
Genuitec Community on GitHub

  1. MyEclipse IDE
  2.  > 
  3. Java EE Development (EJB, JSP, Struts, XDoclet, etc.)
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #252170 Reply

    askeew
    Member

    I just switched from Exadel to MyEclipse.

    Exadel had a nice feature that you could <ctrl>-<space> to get it to look upp your managed beans and then get a property from that managed bean, like this:

    <h:outputText value=”#{myBean.someText}”/>

    first it could complete the <h:outputText>-tag with <ctrl>-<space> and then if i press <ctrl>-<space> in the value=””-field it would suggest myBean and other available beans, and if i suggest myBean and press <.> it would suggest all appropriate fields of that bean, like the someText-attribute.

    I get MyEclipse to do part one, getting the <h:outputText>-tag auto completed, but NOT the myBean in the value=””-field. Is this something nog supported in MyEclipse or do i have to configure something?

    I’m using winXP pro,
    Eclipse 3.1.1
    MyEclipse 4.1.1-GA
    MyFaces 1.1.2

    Kind regards, Askia

    #252206

    Riyad Kalla
    Member

    Askia,
    This functionality isn’t supported just yet but is high on our feature list to add soon in the 5.x release stream. Sorry for the inconvenience.

    #252212

    askeew
    Member

    OK!

    A tip concerning this feature!

    Make MyEclipse handle heritage with the managed beans. So if a managed bean has a superclass, MyEclipse can find attributes/methods even in the superclass.

    Then MyEclipse is superior to Exadel! 🙂

    #252282

    Riyad Kalla
    Member

    Duely noted, thanks.

Viewing 4 posts - 1 through 4 (of 4 total)
Reply To: Content assist not available for beans with MyFaces 1.1.1

You must be logged in to post in the forum log in