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.

[OT] Cocoon and JSF

2005-02-18 Thread Matthias Wessendorf
Hi all, I just saw that Cocoon has a JSF facility. Has anyone seen this before? I'm just wondering about that... here: http://cocoon.apache.org/2.1/apidocs/org/apache/cocoon/faces/context/ExternalContextImpl.html -Matthias

Re: [OT] Cocoon and JSF

2005-02-18 Thread Mark Lowe
Hi matthias I've the unenviable task of working on a cocoon (cforms/flowscript) project at the moment. If you want my opinion I wouldn't have myfaces have anything to do with it. I just cant see the value for myfaces soiling it with this faecal matter known as cocoon. I'm not just being on down

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 ;)

Re: [OT] Cocoon and JSF

2005-02-18 Thread Matthias Wessendorf
:-) I know what you are talking about, played with Cocoon some time ago... I only was wondering about Cocoon supports Faces (in general). That wasn't meant as let us merge... -Matthias Mark Lowe wrote: Hi matthias I've the unenviable task of working on a cocoon (cforms/flowscript) project at the

Re: [OT] Cocoon and JSF

2005-02-18 Thread Matthias Wessendorf
Heath, here is something about Tapestry and Faces. http://weblogs.java.net/blog/johnreynolds/archive/2005/02/news_from_a_par_1.html BTW. did you played with Tapestry? I haven't been able to look into. -Matthias Heath Borders wrote: Awesome. Now if only we could bring tapestry into the mix... On