using latest JBP from cvs, JB 4.01, mySQL
I'm trying to view a custom portlet and can't seem to get the page to load. The 
reference shows that the URL for my page would be something like

            /portal/index.html?page=hello

but the page=xxx syntax doesn't seem to work anymore (testing with page=forums 
or page=test). For instance, the forums URL is now 
/portal/index.html?_id=page.default.forums. I have my portlet in a war in the 
deploy directory. I think my -pages.xml is probably at fault here. Looks like 
this. 

googleportlet-pages.xml
<pages>
  |    <portal-name>default</portal-name>
  |    <page>
  |       <page-name>google</page-name>
  |       <window>
  |          <window-name>GooglePortletWindow</window-name>
  |          
<instance-ref>google.GooglePortlet.GooglePortletInstance</instance-ref>
  |          <default>true</default>
  |          <region>left</region>
  |          <height>0</height>
  |       </window>
  |    </page>
  | </pages>
  | 

I'm not sure what the first part of instance-ref should be - i've tried several 
different variants with no luck. Can anyone help out on this one?

thanks much. ... .joe


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

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


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
JBoss-Development mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to