Hello,

I figured out, how to create an instance of a portlet that has been
registered in the registry (XREG files). I do it this way:

        Entry   theEntry  = new Entry();
        theEntry.setParent( "HelloVelocity" );
      Portlet thePortlet = PortletFactory.getPortlet( theEntry );


My question: 
How do I create an instance of a portlet out of an entry in any PSML file?
The difference to the above is that I will also have access to the user
defined parameters.


Any advice very appreciated.

Matthias Wimmer

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to