[jboss-user] [JBoss Portal] - Re: I can't see the tabs in my new portal.
mmontoni
do-not-reply at jboss.com
Fri Sep 15 13:31:36 EDT 2006
Hi,
I tried what you said and it work beautiful. I just have one issue though. For the Ajax option for example I can stillthe the tabs but if I click on SpringMVC or Stock News the tabs disapear...I compared the .xmls and all seems to be the same. I wonder if there is a particular configuration I am missing....
Any ideas would be appreciate it.
Thanks,
Mariella.
| <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
| <deployments>
| <deployment>
| <if-exists>overwrite</if-exists>
| <parent-ref />
| <portal>
| <portal-name>GEPortal</portal-name>
| <properties>
| <property>
| <name>portal.defaultObjectName</name>
| <value>Home</value>
| </property>
| <property>
| <name>layout.id</name>
| <value>generic01</value>
| </property>
| <property>
| <name>theme.id</name>
| <value>GE-Blue</value>
| </property>
| <property>
| <name>theme.renderSetId</name>
| <value>divRenderer</value>
| </property>
| <property>
| <name>layout.strategyId</name>
| <value>maximizedRegion</value>
| </property>
| </properties>
| <supported-modes>
| <mode>view</mode>
| <mode>edit</mode>
| <mode>help</mode>
| </supported-modes>
| <supported-window-states>
| <window-state>normal</window-state>
| <window-state>minimized</window-state>
| <window-state>maximized</window-state>
| </supported-window-states>
| <page>
| <page-name>Home</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>
| <window>
| <window-name>MyPortletWindow</window-name>
| <instance-ref>MyPortletInstance</instance-ref>
| <region>left</region>
| <height>0</height>
| </window>
| <window>
| <window-name>CalculatorPortletWindow</window-name>
| <instance-ref>CalculatorPortletInstance</instance-ref>
| <region>left</region>
| <height>1</height>
| </window>
| </page>
| <page>
| <page-name>SpringMVC</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>
| <window>
| <window-name>BooksPortletWindow</window-name>
| <instance-ref>BooksPortletInstance</instance-ref>
| <region>left</region>
| <height>0</height>
| </window>
| </page>
| <page>
| <page-name>AJAX</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>
| <window>
| <window-name>AJAXInvoiceViewerPortletWindow</window-name>
| <instance-ref>AJAXInvoiceViewerPortletInstance</instance-ref>
| <region>left</region>
| <height>0</height>
| </window>
| </page>
| </portal>
| </deployment>
| </deployments>
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3971995#3971995
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3971995
More information about the jboss-user
mailing list