Empty Pages with myfaces-examples

2005-02-14 Thread Stefan Frank
Hi, I just downloaded myfaces-1.0.8, currently I'm looking into myfaces to add some components to a web-application I've built upon suns jsf-implementation (namely file-upload, calendar and html-editor) - however, if i got it right, myfaces is a complete re-write of the sun implementation and als

Re: Empty Pages with myfaces-examples

2005-02-14 Thread Matthias Wessendorf
Hi Frank, try to remove jsp20.jar and commons-el.jar that will do the trick in TC 5.5 btw. you should be able to use myfaces-extentions.jar with RI shipped by SUN. -Matthias Stefan Frank wrote: Hi, I just downloaded myfaces-1.0.8, currently I'm looking into myfaces to add some components to a web

RE: Empty Pages with myfaces-examples

2005-02-14 Thread Stefan Frank
> -Original Message- > From: Matthias Wessendorf [mailto:[EMAIL PROTECTED] > Sent: Montag, 14. Februar 2005 11:48 > To: MyFaces Discussion > Subject: Re: Empty Pages with myfaces-examples > > Hi Frank, > > try to remove jsp20.jar and commons-el.jar that wil

Re: Empty Pages with myfaces-examples

2005-02-14 Thread Matthias Wessendorf
Is there any documentation on this somewhere? Or is it as simple as dropping the myfaces-extentions.jar into lib and then using the new taglibs (I've seen myfaces_ext.tld and myfaces_ext_sf.tld, and a faces-config.xml packaged in the jar: I assume that this faces-config.xml will be ignored?!) accor

RE: Empty Pages with myfaces-examples

2005-02-14 Thread Stefan Frank
> > the most components should work > copy myfaces-extentions.jar into lib folder Ok, I did. > > the faces-config.xml inside of the jar define the *MyFaces > Components*; It will not be ignored Oops, look like I did not yet arrive at the "Build and package your own JSF-Components" in my jsf-b

RE: Empty Pages with myfaces-examples

2005-02-14 Thread Korhonen, Kalle
> -Original Message- > From: Stefan Frank [mailto:[EMAIL PROTECTED] > Subject: RE: Empty Pages with myfaces-examples > Now I started to integrate the x:htmlEditor component: This > works. Sort of. > The component is rendered, but all references to styles, > images o