4 Replies Latest reply on Nov 21, 2005 9:51 AM by mholzner

    Portlet title not working for my own portlet

    tschmidt2

      Hello everyone,

      after successfully deploying the HelloWorld portlet I started extending it with some functionality. I basically just copied the HelloWorld.war, edited all neccessary xml files and wrote some portlet code. Now everything works fine except the title of the portlet.

      I'm refering to the following lines in portlet.xml:

       <portlet-info>
       <title>My HelloWorld Portlet</title>
       </portlet-info>
      

      I can change this to any string I like and it shows up correctly.

      but my own portlet only shows "null".

      Any ideas ?

      Greetings

      Thorsten