Hi, the result of the hasMediaType () methode is useless. When I make a selection for wml portlets I get all wml portlets BUT I also get all portlets without a content-type.
Well, you could say - ok, if no content-type is set, it's for both html and wml - but it isn't. I inserted such a portlet in a wml psml file manually and it doesn't work. Btw. the hasMediaType() search methode is case-sensitiv this means a selection with "wml" is different to "WML" So I am trying to fix this bug using the PortletEntry.getType() methode and a String.equalsIgnoreCase compare. Andreas --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
