Neeme Praks wrote:
> 
> > -----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.
>

use a namespace. The issue is currently with the castor code which doesn't 
handle well namespaces.
 
> > 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>?
> 

It's supported in the sense you can get your parameters with 
getInitParameters(). Some controls or controllers may require this feature.

--
Rapha�l Luta - [EMAIL PROTECTED]


--
--------------------------------------------------------------
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]

Reply via email to