Neeme Praks wrote:
> 
> so, what was the problem? I managed fix it by changing
> <entry type="ref" parent="navigation">
> into
> <entry type="ref" parent="JetspeedContent">
> in default.psml
> 
> Don't know how correct this is, but it works...

Yup.  That was it.  There was no entry for "navigation" in the
PortletRegistry so it was just throwing an Exception.  This needs to
throw a RegistryException and have all code correctly catch this.  Then
the Controller could just put up an ErrorPortlet as a filler or relay
out the screen.

Kevin

-- 
Kevin A Burton ([EMAIL PROTECTED])
http://relativity.yi.org
Message to SUN:  "Please Open Source Java!"
"For evil to win is for good men to do nothing."


--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Archives and Other:  <http://java.apache.org/main/mail.html>
Problems?:           [EMAIL PROTECTED]

Reply via email to