Hello Adil, thanks for your message,

> make sure that your project is a 2.5 dynamic web module
How do I achieve that? I looked around a bit and found this
http://www.nabble.com/Management-of-version-2.5-of-Dynamic-web-module-tt19529627.html
(which you might know ;-) ) and tried to follow Fred's advice. 

As far as I got it,
that meant changing the "version" attribute in the web.xml's "web-app" tag
from
2.4 to 2.5 (and adjusting the "xsi:schemaLocation" attribute to 2.5, too). I
reimported
the altered project into Eclipse but I still wasn't able to add a facet to
the 
project. (BTW, maven-compiler-plugin already was 1.5. I didn't have to touch
that ...)

Did I missing something?

Best regards, Carsten


Hello,
If you are using a maven project into Eclipse, make sure that your project
is a 2.5 dynamic web module and that you have JSF facet included. By
defalut, maven projects don't support 2.5 dynamic web module and don't
include JSF facet even if the project is a JSF one. So, you can't have jsf
functionnalities (visual editor, faces config editor...)
Regards,
Adil

2008/9/23 Carsten Pieper <[EMAIL PROTECTED]>

>
> Answer to self:
> > Do only "Dynamic Web Projects" get the whole benefit?
>
> Yes, it really has to do with the kind of project you're using...
> Indeed, if I create a new "Dynamic Web Project" and add the jars with the
> tag libraries by one of the two ways described by Cameron (classpath or
> WEB-INF/lib...), I get Trinidad support. Code completion (in the
> Web Page Editor) works as well as the Properties panel.
>
> Note that
> 1) you might have to restart Eclipse to see any changes after adding the
> jars
> 2) the Snippets view didn't change. You have to add a Palette view! There
> you get
>    those Trinidad tags
>
> I can use the Trinidad tags in the Palette, once it's open, in another
> (Maven-like) project,
> but code completion and Properties panel don't work there...
>
> Best regards, Carsten
>
>
-- 
View this message in context: 
http://www.nabble.com/Integrating-MyFaces-in-RichFaces-VE-tp19569077p19626285.html
Sent from the MyFaces - Users mailing list archive at Nabble.com.

Reply via email to