Re: chart in jboss portal
Nils-Helge Garli <[email protected]>
| Newsgroups | gmane.comp.java.open-symphony.webwork |
|---|---|
| Message-ID | <15359367.1145265080902.JavaMail.os-j2ee@opensymphony01.managed.contegix.com> |
A google search for "portlet.xml mime-type" tells me that there's one <supports> element per content type. So it should be something like this instead: [code] <supports> <mime-type>text/html</mime-type> <portlet-mode>VIEW</portlet-mode> </supports> <supports> <mime-type>image/png</mime-type> <portlet-mode>VIEW</portlet-mode> </supports> [/code] All this is documented in the spec as well, which you can find at http://www.jcp.org/en/jsr/detail?id=168 --------------------------------------------------------------------- Posted via Jive Forums http://forums.opensymphony.com/thread.jspa?threadID=25758&messageID=51617#51617 --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]