Extending TagSupport

2005-02-18 Thread Matthias Wessendorf
Hi, I am looking at some Tag clazzes and saw that most extend one of (our) JSF base tag clazzes. But some extend TagSupport, which isn't a JSF tag clazz... These clazzes are: -UpdateActionListenerTag -IconProviderTag -TabChangeListenerTag -TreeSelectionListenerTag Is there any special reason, I

Re: Extending TagSupport

2005-02-18 Thread Martin Marinschek
those tags just don't need the JSF-tab base clazz behaviour... they are almost non-JSF ;) regards, Martin On Fri, 18 Feb 2005 17:49:12 +0100, Matthias Wessendorf [EMAIL PROTECTED] wrote: Hi, I am looking at some Tag clazzes and saw that most extend one of (our) JSF base tag clazzes.

Re: Extending TagSupport

2005-02-18 Thread Sean Schofield
A few of those tags are related to the soon to be obsolete Tree Control. So I wouldn't worry too much about them. sean On Fri, 18 Feb 2005 18:22:15 +0100, Martin Marinschek [EMAIL PROTECTED] wrote: those tags just don't need the JSF-tab base clazz behaviour... they are almost non-JSF ;)