[JBoss-user] [JBoss Portal] - Re: Portlet title not working for my own portlet

2005-11-21 Thread mholzner
are you overwriting the init(PortletConfig config) method ? If so, don't forget 
to call super() there. 


  |public void init(PortletConfig config) throws PortletException
  |{
  |super(config);
  |// .
  |}
  | 

the config holds the information about the title, so if you don't propagate it, 
the title won't be available to the portal. 



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

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


---
This SF.Net email is sponsored by the JBoss Inc.  Get Certified Today
Register for a JBoss Training Course.  Free Certification Exam
for All Training Attendees Through End of 2005. For more info visit:
http://ads.osdn.com/?ad_id=7628&alloc_id=16845&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Portal] - Re: Portlet title not working for my own portlet

2005-11-21 Thread TSchmidt2
Hello,

actually I was implementing javax.portlet.Portlet. Now I changed that to extend 
GenericPortlets. Since I'm overriding the render method (which obviously is the 
reason for not showing up the title in the first place) I now tried to call the 
super.render method, however this doesnt work either.

Greetings Thorsten

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

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


---
This SF.Net email is sponsored by the JBoss Inc.  Get Certified Today
Register for a JBoss Training Course.  Free Certification Exam
for All Training Attendees Through End of 2005. For more info visit:
http://ads.osdn.com/?ad_id=7628&alloc_id=16845&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Portal] - Re: Portlet title not working for my own portlet

2005-11-20 Thread [EMAIL PROTECTED]
does your portlet extends javax.portlet.GenericPortlet ?

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

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


---
This SF.Net email is sponsored by the JBoss Inc.  Get Certified Today
Register for a JBoss Training Course.  Free Certification Exam
for All Training Attendees Through End of 2005. For more info visit:
http://ads.osdn.com/?ad_id=7628&alloc_id=16845&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Portal] - Re: Portlet title not working for my own portlet

2005-11-20 Thread TSchmidt2
I just realized a possible connection, the maximize/minimize/normal buttons do 
not have an effect either (contrary to the helloworld portlet). I really don't 
understand this, the only real difference is some naming changes and more 
portlet sourcecode...

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

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


---
This SF.Net email is sponsored by the JBoss Inc.  Get Certified Today
Register for a JBoss Training Course.  Free Certification Exam
for All Training Attendees Through End of 2005. For more info visit:
http://ads.osdn.com/?ad_id=7628&alloc_id=16845&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user