Thanks for this, Ill have a look.

What Im trying to achieve is a "Tab" effect on screen. You hit a tab and the
display changes to the portlets associated with that Tab.

I am wondering if I can use a CardPortlrtController, in conjunction with a
PanedPortlet control to achieve this....

Does that sound feasible? Or has anyone else used the available controls etc
to achieve the same thing?

Many many many many and one more thanks in advance

Alan


Raphael Luta wrote:

> Alan McAuley wrote:
> >
> > Hello,
> >
> >  Anyone got an example of using the PanedPortletCOntrol in conjunction
> > with the CardPortletController?
> >
> > ie anyone got some psml? or could point me at an example.
> >
>
> It's quite simple: you should set the PanedControl on a PortletSet
> which also uses a CardPortletController as iits controller.
>
> The control will then look at all the portlet and portletset included
> in this portletset and display a title bar with their title:
>
> eg
>
> PSML/Jetspeed 1.2b1
> <portlets>
>   <control>PanedPortletControl</control>
>   <controller>CardPortletController</controller>
>
>   <!-- for a working example you should put the complete
>        classnames (with packages) in the 2 lines above -->
>
>   <portlets>
>         <metainfo>
>                 <title>My Card 1</title>
>         </metainfo>
>
>         <!-- whatever -->
>
>   </portlets>
>   <portlets>
>         <metainfo>
>                 <title>My Card 2</title>
>         </metainfo>
>
>         <!-- whatever -->
>
>   </portlets>
> </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]



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