> -----Original Message-----
> From: [EMAIL PROTECTED]
> Sent: Sunday, June 11, 2000 11:51 AM
>
> There's no need for <portlets title=""> since we already have
> that feature.
>
> Simply put:
>
> <portlets>
> <metainfo>
> <title>My Title</title>
> <description>My description</description>
> </metainfo>
>
> ...
> </portlets>
ok, this is fine when you don't want to check the markup in the registry
against a DTD or XML Schema. However, when you want to enforce the
schema, then there is no easy way for Jetspeed users to add new metadata
used in controllers.
> If you want to specify non-metadata parameters, use
>
> <portlets>
> <parameter name="foo" value="bar"/>
> </portlets>
but this is not supported, at least right now? I can use similar
approach in <skin> tag, but not in <portlets>?
Neeme
--
--------------------------------------------------------------
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]