On 6/10/05, Darren Hartford <[EMAIL PROTECTED]> wrote: > > > After reading through the thread on this mailing list, on the JSC forums, > and googling, it seems that it could theoritcally be possible to simply > update the existing myfaces-extensions.jar file with a modified MANIFEST.MF > and sun-faces-config.xml file. > > Jar -uf myfaces-extensions.jar META-INF/sun-faces-config.xml >
If the components themselves obey the other rules listed on Edwin's wiki (such as all the component properties having getters and setters instead of using the generic attributes capability), that is indeed all it should take. > With the 'correct' sun-faces-config.xml, this should alleviate the > IntrospectionError that normally happens. Has anyone created a > sun-faces-config.xml file for use with myfaces-extensions? > I'd be happy to assist, but won't have time to do the whole thing. Maybe I can do a starter for one or two components as an example, and let you guys hammer out the rest of them. Craig > -D

