does your maximized.jsp select for the maximized region ? 

  |       <p:region regionName='maximized' regionID='regionMaximized'/>
  | 

Via

  |      <property>
  |        <name>layout.strategyId</name>
  |        <value>maximizedRegion</value>
  |      </property>
  | 
you are using the maximized region strategy, which 
  a) assures that there is only one maximized portlet at a time , and
  b) reassigns the maximized portlet to the 'maximized' region

The 'regionName' in the region tag selects that. The 'regionID' is the CSS id 
that is rendered for this region. This id is selected by the theme css 
(depending on what theme you are using that is one of the css files in the 
themes folder on the core war (like /themes/phalanx/portal_style.css)



View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3915659#3915659

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3915659


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to