I'm trying to run my first Hello World application (JSF2 Facelets on jboss 5.0). I'm using helios SR2, and I have no assist for expression language. Actually I've managed to run the Hello World application successfully, however I think I'd need autocomplete for bigger projects. Did anybody have the same issue and managed to resolve it?

link|improve this question

75% accept rate
feedback

2 Answers

up vote 0 down vote accepted

See my answer at:

Content Assist for JSF2 + CDI (weld) beans + Eclipse Helios

I got it working in Eclipse Helios with JBoss Tools installed and by using CDI @Named instead of @ManagedBeans.

link|improve this answer
thanks a lot, that works. – boskonovic May 5 '11 at 10:56
feedback

I think this should solve your problem http://www.mkyong.com/jsf2/eclipse-ide-xhtml-code-assist-is-not-working-for-jsf-tag/

link|improve this answer
thx for the quick answer, i'm having problems with expression language, jsf content assist works fine. – boskonovic Apr 25 '11 at 13:16
1  
then use netbeans7 netbeans.org/community/releases/70 – Feras Odeh Apr 25 '11 at 13:21
that will be my last resort. – boskonovic Apr 25 '11 at 13:41
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.