Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [wtp-jsf-dev] Fwd: [wtp-dev] JSF faces-config component-extension

Hi Paul,

 

Please post your questions to the JSF newsgroup, http://www.eclipse.org/newsportal/thread.php?group=eclipse.webtools.jsf.

-Raghu

 

 


From: Paul Rivera [mailto:paulrivera22@xxxxxxxxx]
Sent: Friday, September 12, 2008 10:54 PM
To: wtp-jsf-dev@xxxxxxxxxxx
Subject: [wtp-jsf-dev] Fwd: [wtp-dev] JSF faces-config component-extension

 

Hi!

Resending my email below to the eclipse jsf mailing list.

Another question I'd like to ask, is eclipse using component-extension / property-extension elements from faces-config.xml?  Because there have been some discussion in MyFaces Core 1.2 about removing them if no tools are using them.

Your help will be very much appreciated.

Best Regards,
Paul Rivera

---------- Forwarded message ----------
From: <CAMERON.BATEMAN@xxxxxxxxxx>
Date: Fri, Sep 12, 2008 at 11:41 PM
Subject: RE: [wtp-dev] JSF faces-config component-extension
To: "General discussion of project-wide or architectural issues." <wtp-dev@xxxxxxxxxxx>

The correct link for the WTP newsgroup is http://www.eclipse.org/newsportal/thread.php?group=eclipse.webtools.   There is a more specific group focussed on JSF tools at http://www.eclipse.org/newsportal/thread.php?group=eclipse.webtools.jsf.

 

--Cam

-----Original Message-----
From: Paul Rivera [mailto:paulrivera22@xxxxxxxxx]
Sent: Friday, September 12, 2008 12:20 AM
To: wtp-dev@xxxxxxxxxxx
Subject: [wtp-dev] JSF faces-config component-extension

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
wtp-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/wtp-dev

 


Back to the top