On 03/08/2006 11:45 PM, [EMAIL PROTECTED] wrote: (..) > <?xml version="1.0" encoding="UTF-8"?> > <page id="simplest"> > <defaults skin="orange" > layout-decorator="tigris" > portlet-decorator="tigris"/> > <title>simplest</title> > <fragment id="simplest-layout" type="layout" > name="jetspeed::VelocityTwoColumns"> > <fragment id="simplest-portlet" type="portlet" name="simplest::Simplest"> > <property layout="TwoColumns" name="row" value="0"/> > <property layout="TwoColumns" name="column" value="0"/> > </fragment> > </fragment> > </page> >
Try simplest:simplest instead of simplest::Simplest in name attribute of the fragment. You may also look in db in portlet_application/portlet_definition to see if the portlet is registered there. Rohnny --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
