I added a few new methods in the Portlet interface: setTitle(ConcreteElement) setTitle(String) setDescription(String) setcontent(String) These are now in AbstractPortlet. I also rewrote most of our Portlets to become smarter. They now use as much code as possible within the AbstractPortlet. Also, if you use <title> or <description> in <metainfo> then these are used for display and *not* the ones specified in the Portlet. You should just define a default one in your init() method. Kevin -- Kevin A Burton ([EMAIL PROTECTED]) http://relativity.yi.org Message to SUN: "Please Open Source Java!" "For evil to win is for good men to do nothing." Open Source -> Join the conspiracy! -- -------------------------------------------------------------- Please read the FAQ! <http://java.apache.org/faq/> To subscribe: [EMAIL PROTECTED] To unsubscribe: [EMAIL PROTECTED] Archives and Other: <http://java.apache.org/main/mail.html> Problems?: [EMAIL PROTECTED]
