You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-dev@portals.apache.org by bu...@apache.org on 2002/02/14 09:25:06 UTC

DO NOT REPLY [Bug 6452] New: - Portlet next to a tabbed pane

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=6452>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=6452

Portlet next to a tabbed pane

           Summary: Portlet next to a tabbed pane
           Product: Jetspeed
           Version: 1.3a3-dev / CVS
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Customizer
        AssignedTo: jetspeed-dev@jakarta.apache.org
        ReportedBy: apernoud@sopragroup.com


Here to recreate :
- Create a new pane
- Add a portlet
- Choose the "Tab Pane" layout
(this may seem weird but can be useful to mix portlets and pane)
- Click "Apply"

** Paul Spencer wrote :
You should be able to have a portlet next to a tabbed 
pane.  That is not what is being configured here.  The steps configure a 
portlet where their should be a pane.  The "TabControl" should NOT 
contain a portlet.

Below is the PSML generated by the customizer.
<?xml version="1.0" encoding="UTF-8"?>
<portlets xmlns="http://www.apache.org/2000/02/CVS">
     <controller name="TabController"/>
     <control name="TabControl"/>
     <skin name="orange-red"/>
     <metainfo>
         <title>Default Jetspeed page</title>
     </metainfo>
     <portlets>
         <controller name="TabController"/>
         <control name="TabControl"/>
         <metainfo>
             <title>test</title>
         </metainfo>
         <entry parent="LoggedInWelcome"/>
     </portlets>
</portlets>

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>