> -----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 or the .js used by the editor are unsatisfied: All > ressources needed by the html-editor are in > myfaces-extensions.jar. Sorry, if I bother you with basic > tomcat-questions, but how do I tell the web-app to lookup > these ressources inside the jar?! Or do I have to unpackage > them? (no, in the myfaces-example, these files are still > packaged inside the jar)
You need to specify Myfaces extensions filter in your web.xml, see the example web.xml. It's a clever, clever way of handling access to packaged resources, but it should really be documented properly somewhere, or maybe some underlying code could log a warning if it's not there. Some of the guys here as well were more than a little confused about it a while ago. Kalle > > Btw. myfaces_ext_sf.tld is for legacy support of our > sourceforge code > > base. (backwards compatibility) myfaces_ext.tld all *new* > components > > and Apache Namespaces > > > > > > HTH, > > Matthias > > > > > > > > Thx for the help! > > > stf > > > > > > > > > > > > > -- > > Matthias We�endorf > > Aechterhoek 18 > > DE-48282 Emsdetten > > Germany > > phone: +49-2572-9170275 > > cell phone: +49-179-1118979 > > email: matzew AT apache DOT org > > url: http://www.wessendorf.net > > callto://mwessendorf (Skype) > > icq: 47016183 > > > >

