this works perfectly (got rid of the stack trace in the log). thanks
On Wed, 2002-12-18 at 17:07, David Sean Taylor wrote: > > -----Original Message----- > > From: Eric White [mailto:[EMAIL PROTECTED]] > > Sent: Wednesday, December 18, 2002 2:10 PM > > To: Jetspeed Users List > > Subject: minimal psml for empty anon user page > > > > > > I'm using the following PSML for the anon user because I don't want > > anything displayed until the portal visitor logs in. However, this > > (portlet) empty psml is generating java stack exceptions in my > > jetspeed.log, so clearly I've not got this correct. Any suggestions are > > welcome: > > > > > > > > <?xml version="1.0" encoding="iso-8859-1"?> > > <portlets id="100" xmlns="http://xml.apache.org/jetspeed/2000/psml"> > > <metainfo> > > <title>Default Jetspeed Page</title> > > </metainfo> > > > > <control name="TabControl"/> > > > > <controller name="CardPortletController"> > > <parameter name="parameter" value="pane"/> > > </controller> > > > > </portlets> > > > > Why don't you drop the control and controller? > This works fine for me, and is how the customizer would write it out if you > deleted all portlets and tabs: > > <?xml version="1.0" encoding="iso-8859-1"?> > <portlets id="100" xmlns="http://xml.apache.org/jetspeed/2000/psml"> > <metainfo> > <title>Default Jetspeed Page</title> > </metainfo> > </portlets> > > remove this: > > <control name="TabControl"/> > > <controller name="CardPortletController"> > <parameter name="parameter" value="pane"/> > </controller> > > David Sean Taylor > Bluesunrise.com > [EMAIL PROTECTED] > +01 (707) 773 4646 > > > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
