 |
|
 |
 |
|
 |
 |
| Author |
Message |
|
|
Post subject: Content assist not available for beans with MyFaces 1.1.1
Posted: May 18, 2006 - 09:30 AM
|
|

Joined: May 18, 2006
Posts: 2
|
|
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 |
|
|
| |
|
|
|
 |
|
|
Post subject:
Posted: May 19, 2006 - 06:40 AM
|
|
Registered Member

Joined: Jan 06, 2004
Posts: 23855
|
|
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. |
_________________ Riyad
MyEclipse Support
|
| |
|
|
|
 |
|
|
Post subject:
Posted: May 19, 2006 - 08:34 AM
|
|

Joined: May 18, 2006
Posts: 2
|
|
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! :-) |
|
|
| |
|
|
|
 |
|
|
Post subject:
Posted: May 20, 2006 - 04:04 PM
|
|
Registered Member

Joined: Jan 06, 2004
Posts: 23855
|
|
Duely noted, thanks. |
_________________ Riyad
MyEclipse Support
|
| |
|
|
|
 |
|
|
| |
|
|
 |
|
 |
|
|
|
 |