that's part of the layout of the portal ;) in your portal instance.war add the
file portal-layouts.xml with this:
<?xml version="1.0" encoding="UTF-8"?>
your name
/layouts/index.jsp
/layouts/maximized.jsp
and in the war file copy a dir called layouts/index.jsp with the index.jsp
containing this:
%@ page import="org.jboss.portal.server.PortalConstants"%>
<%@ taglib uri="/WEB-INF/theme/portal-layout.tld" prefix="p" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
HERE YOUR TITLE FOR BROWSER
<meta http-equiv="Content-Type" content="text/html;"/>
<!-- to correct the unsightly Flash of Unstyled Content. -->
<!-- inject the theme; default to the Nphalanx theme if nothing is selected
for the portal or the page -->
<p:theme themeName='Nphalanx'/>
<!-- insert header content that was possibly set by portlets on the page -->
<p:headerContent/>
<p:region regionName='navigation' regionID='navigation'/>
<!-- insert the content of the 'left' region of the page, and
assign the css selector id 'regionA' -->
<p:region regionName='left' regionID='regionA'/>
<!-- insert the content of the 'center' region of the page, and
assign the css selector id 'regionB' -->
<p:region regionName='center' regionID='regionB'/>
Powered by Vianauta
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3923424#3923424
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3923424
-------------------------------------------------------
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://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user