Hi!

I can't seem to find enough resources on the web that talks about what the
component-extension in faces-config.xml does exactly.

I've read about Oracle's proposal in JSF Central about this and how it was
meant to assist JSF tools.  But for eclipse, what difference does it make
whether I have component-extension element in my faces-config?  I can simply
define my components as:

  <component>
    <component-type>org.myorganization.SayHello</component-type>

<component-class>org.myorganization.component.sayhello.SayHello</component-class>
  </component>

And when I create my jsf pages, eclipse can still show me the list of
attributes available to my tag (those declared in tld) when I hit
ctrl+space.

Oh, by the way, your link to the WTP newsgroup seems to be broken in your
site: http://www.eclipse.org/webtools/development/.  I got a 404 file not
found error.

Best Regards,
Paul Rivera
_______________________________________________
wtp-dev mailing list
[email protected]
https://dev.eclipse.org/mailman/listinfo/wtp-dev

Reply via email to