I really don't know anything about writing a regular custom JSP tag, so I don't know. I never really worked with JSP, MyFaces is my first major crack at web development.
On Mon, 17 Jan 2005 15:36:41 +0100, Martin Marinschek <[EMAIL PROTECTED]> wrote: > Interesting suggestion... > > Is there something like this existing for taglib-tags which are > essentially the same as a JSF component? > > regards, > > Martin > > On Mon, 17 Jan 2005 08:30:53 -0600, Heath Borders > <[EMAIL PROTECTED]> wrote: > > The most annoying thing for me about writing custom renderers is the > > way that you have to write all the HTML code inside of ResponseWriter > > method calls. This is similar to the problem that JSPs solved with > > Servlets. Is it possible, then, to use the "extends" page directive > > on a JSP to have the JSP compile into JSF renderer java code? > > > > I'm sure this would renderer development and maintainence a LOT easier. > > > > -- > > -Heath Borders-Wing > > [EMAIL PROTECTED] > > > -- -Heath Borders-Wing [EMAIL PROTECTED]

