Ola, estou desenvolvendo portlets que rodam no Jboss portal 2.7, la tem uma pagina que pode se criar paginas para colocar os portlets, gostaria de saber como eu poderia criar essas paginas com o container de portlets manualmente.
eu ja vi que existem as div’s com as class coitainer , mas nao sei como colocar a referencia do portlet dentro dessa div
<td valign="top" width="33%">
<!-- insert the content of the 'left' region of the page, and assign the css selector id 'regionA' -->
<div class="dyna-region" style="border: 10px Green Solid;">
<div id='left'><label>Entrada</label>
<div class="dnd-region" id="left">
<div class="dyna-window">
<div id="dashboard:YWRtaW4_e_dU2FtcGxlcw_e_e_dR29vZ2xlTWFwUG9ydGxldFdpbmRvdw_e_e" class="dnd-window partial-refresh-window">
<div class="portlet-container">
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td class="portlet-titlebar-left"></td>
<td class="portlet-titlebar-center">
<div class="dnd-handle">
<div class="dyna-decoration">
<div class="portlet-titlebar-decoration"></div>
<span class="portlet-titlebar-title">Google Map Portlet</span>
<div class="portlet-mode-container">
<span class="mode-button" title="edit">
<a class="portlet-mode-edit" href="/portal/auth/dashboard/Samples/GoogleMapPortletWindow?mode=edit"> </a>
</span>
<span class="mode-button" title="minimized">
<a class="portlet-mode-minimized" href="/portal/auth/dashboard/Samples/GoogleMapPortletWindow?windowstate=minimized"> </a>
</span>
<span class="mode-button" title="maximized">
<a class="portlet-mode-maximized" href="/portal/auth/dashboard/Samples/GoogleMapPortletWindow?windowstate=maximized"> </a>
</span>
</div>
</div>
</div>
</td>
<td class="portlet-titlebar-right"></td>
</tr>
<tr>
Essa é minha duvida, oque eu coloco para referenciar que é para abrir o jsp do googleMap… como ta no codigo
victormenegusso
<divid="portal-container"><divid="sizer"><divid="expander"><divid="logoName"></div><tableborder="0"cellpadding="0"cellspacing="0"id="header-container"><tr><tdalign="center"valign="top"id="header"><!-- Utility controls --><p:regionregionName='dashboardnav'regionID='dashboardnav'/><!-- navigation tabs and such --><p:regionregionName='navigation'regionID='navigation'/><divid="spacer"></div></td></tr></table><divid="content-container"><table><tr><tdvalign="top"width="33%"><!-- insert the content of the ?left' region of the page, and assign the css selector id ?regionA' --><p:regionregionName='left'regionID='left'/></td><tdvalign="top"width="34%"><!-- insert the content of the ?center' region of the page, and assign the css selector id ?regionB' --><p:regionregionName='center'regionID='center'/></td><tdvalign="top"width="33%"><!-- insert the content of the ?center' region of the page, and assign the css selector id ?regionC' --><p:regionregionName='right'regionID='right'/></td></tr></table><hrclass="cleaner"/></div></div></div><divid="footer-container"class="portal-copyright">Teste<br/></div><p:regionregionName='AJAXFooter'regionID='AJAXFooter'/></div>
Dentro do <td valign="top" width="34%">
<!-- insert the content of the ?center' region of
the page, and assign the css selector id ?regionB' -->
<p:region regionName='center' regionID='center'/>
</td>
que fica o portlet, gostaria de saber como colocar =/