Re: Taglib-Block doesn't work? (Deprecated?)

2004-07-01 Thread Joerg Heinicke
On 26.06.2004 10:48, Stephan Coboos wrote: the problem is a ClassCastException because the code was changed to use a ServiceSelector, but the configuration uses a ExtendedComponentSelector. I Hello Volker, is it solved in the actualy nightly build? Carsten committed the fix one week ago.

Antwort: Re: Taglib-Block doesn't work? (Deprecated?)

2004-06-27 Thread volker . schmitt
[EMAIL PROTECTED] wrote: the problem is a ClassCastException because the code was changed to use a ServiceSelector, but the configuration uses a ExtendedComponentSelector. I send you the diff what was changed. You can replace ServiceSelector back to ComponentSelector and it will work again. It

Re: Taglib-Block doesn't work? (Deprecated?)

2004-06-26 Thread Stephan Coboos
[EMAIL PROTECTED] wrote: the problem is a ClassCastException because the code was changed to use a ServiceSelector, but the configuration uses a ExtendedComponentSelector. I send you the diff what was changed. You can replace ServiceSelector back to ComponentSelector and it will work again. It

Taglib-Block doesn't work? (Deprecated?)

2004-06-10 Thread Stephan Coboos
Hello, I had tried to write my own taglib using the TagTransformer but it doesn't work. I can't find some informations about it, so I had copied the example and changed something but it doesn't work. I want to use a tag hello/ to print out HELLO WORLD. My changes in detail: 1.) I had written