hello all,

I read the reference manual and user guide, and I tried to create a portlet 
which can works on the JBoss Portal, who named "portlet".

My portlet is a page with a bouton in a portlet page, just this. I create this 
page with Java Creator Studio. Then I generate it and deploy it on the server 
of creator studio. It works in. 

After, I go in my projet of portlet and change the build/web folder name to 
portlet, and create a portlet-object.xml in /portlet/WEB-INF

here is my code of portlet-object.xml:

<?xml version="1.0" encoding="UTF-8"?>
  | <deployments>
  | <deployment>
  | <if-exists>overwrite</if-exists>
  | <parent-ref>default</parent-ref>
  | <properties/>
  | <page>
  | <page-name>Hello World</page-name>
  | <properties/>
  | <window>
  | <window-name>PortletWindow</window-name>
  | <instance-ref>PortletInstance</instance-ref>
  | <region>center</region>
  | <height>0</height>
  | </window>
  | </page>
  | </deployment>
  | <deployment>
  | <if-exists>overwrite</if-exists>
  | <instance>
  | <instance-name>PortletInstance</instance-name>
  | <component-ref>Portlet.Portlet</component-ref>
  | </instance>
  | </deployment>
  | </deployments>

After To do this  I 'zipped" the portlet folder to portlet.war, and put it in 
the deploy folder of JbossPortal.

I don't have anylink to execute it. I forgot anything in my creation of portal? 
My portlet.xml is false? What must I do more in order to do working this 
portlet?

thank you for you help

If you have some questions I can respond in.

Antitrust1982

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

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


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to