> -----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>
>
You don't have any portlets defined.
But still that should be ok. Im sure I tested that scenario not too long
ago.
(We obviously need more Cactus unit tests)

>       Exception:  java.lang.ArrayIndexOutOfBoundsException: 0 >= 0

I haven't seen that error in a long time.
What version are you using?



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

Reply via email to