I made a couple of portlet... just for test but I'm not a portlet developer.
I have just started a big (first!!!) facelet project and (BTW) I have wrote dow the taglib.xml for the FCKfaces component see the attachment. 2006/3/13, Dave Brondsema <[EMAIL PROTECTED]>: > ::SammyRulez:: wrote: > > I have put together a component for better html/richtext editing.... see > > > > http://www.kyub.com/blojsom/blog/default/Java/2006/03/10/FCKfaces-FCKEditor-component-for-JSF.html > > -- > > ::SammyRulez:: > > > > Awesome! Great timing, I was just about to need something like that. > > Do you know if it works with facelets, and in a portlet? > > -- > Dave Brondsema > Software Developer > Cornerstone University > > > > -- ::SammyRulez:: http://sammyprojectz.blogspot.com
<?xml version="1.0"?> <!DOCTYPE facelet-taglib PUBLIC "-//Sun Microsystems, Inc.//DTD Facelet Taglib 1.0//EN" "http://java.sun.com/dtd/facelet-taglib_1_0.dtd"> <facelet-taglib> <namespace>http://www.kyub.com/fckfaces</namespace> <tag> <tag-name>editor</tag-name> <component> <component-type>com.kyub.fckfaces.EditorTag</component-type> <renderer-type>com.kyub.fckfaces.EditorTag</renderer-type> </component> </tag> </facelet-taglib>

