Neeme Praks wrote:
> 
> > -----Original Message-----
> > From: burtonator [mailto:[EMAIL PROTECTED]]
> > Sent: Friday, June 09, 2000 7:15 AM
> >
> > > Page title?
> >
> > OK... why not?  This could be <portlets title="">
> 
> should we provide more extendable parameter passing system? Something
> like the system with skins... so, instead of
> <portlets title="">
> we could have
> <portlets>
>     <property name="title" value="My Title"/>
>     ....
> </portlets>
> 

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>

If you want to specify non-metadata parameters, use

<portlets>
        <parameter name="foo" value="bar"/>
</portlets>

:)

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