Index: trunk/calendar3/deployment/webpublic/webapp/resources/demoskins/default/default/errors.xsl
===================================================================
--- trunk/calendar3/deployment/webpublic/webapp/resources/demoskins/default/default/errors.xsl (revision 271)
+++ trunk/calendar3/deployment/webpublic/webapp/resources/demoskins/default/default/errors.xsl (revision 272)
@@ -22,4 +22,7 @@
Unknown calendar
+
+ Unknown view
+
=
Index: trunk/calendar3/webclient/war/WEB-INF/struts-config.xml
===================================================================
--- trunk/calendar3/webclient/war/WEB-INF/struts-config.xml (revision 196)
+++ trunk/calendar3/webclient/war/WEB-INF/struts-config.xml (revision 272)
@@ -201,4 +201,5 @@
validate="false">
+
Index: trunk/calendar3/webcommon/src/org/bedework/webcommon/misc/SetSelectionAction.java
===================================================================
--- trunk/calendar3/webcommon/src/org/bedework/webcommon/misc/SetSelectionAction.java (revision 145)
+++ trunk/calendar3/webcommon/src/org/bedework/webcommon/misc/SetSelectionAction.java (revision 272)
@@ -80,5 +80,6 @@
* Forwards to:
* - "noAccess" user not authorised.
- * - "notFound" no event was found.
+ * - "notFound" no calendar or subscription was found.
+ * - "noViewDef" no view defined
* - "success" exported ok.
*