Hi,
This question is regarding tabs i should say Nested tabs. In the default portal i have
tabs like default, test, admin, new etc, these are basically pages and configure in
*-object.xml
What i would like to have is a set of another tabs (pages) inside the above main tabs.
Is this possible to achieve via JbossPortal or i have to develop some TabbedPanel using
JSF ? I tired by adding the following in *-object.xml, but it did not work
| <page>
| <page-name>Page1</page-name>
| <window>
| <window-name>Navigation</window-name>
| <instance-ref>NavigationPortletInstance</instance-ref>
| <region>navigation</region>
| <height>0</height>
| <properties>
| <property>
| <name>theme.windowRendererId</name>
| <value>emptyRenderer</value>
| </property>
| <property>
| <name>theme.decorationRendererId</name>
| <value>emptyRenderer</value>
| </property>
| <property>
| <name>theme.portletRendererId</name>
| <value>emptyRenderer</value>
| </property>
| </properties>
| </window>
| <page>
| <page-name>Page Inside</page-name>
| <window>
| <window-name>CMS</window-name>
| <instance-ref>CMSPortletInstance</instance-ref>
| <region>center</region>
| <height>0</height>
| </window>
| </page>
| </page>
|
|
Please throw some light .
thanks
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3984911#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...