# ======================================================================== # Properties file for the xml/xslt based calendar web application # ======================================================================== # # author Mike Douglass douglm@rpi.edu # These are required by the Struts framework errors.header= messages.header= edu.rpi.sss.util.action.noactionerrors=yes applicationResources=
  • Cannot load application resources bundle {0}
  • # set the default content type - html for jsp, xml for xml/xslt. edu.rpi.sss.util.action.contenttype=@DEFAULT-CONTENTTYPE@ edu.rpi.sss.util.error.exc=
  • Exception: {0}
  • # Turn nocache headers on. We don't use the standard struts directives # because we need to be able to turn nocache off for a single response. # This gets around an IE problem with delivery of files. edu.rpi.sss.util.action.nocache=yes org.bedework.security.prefix=@SECURITY-PREFIX@ # Define the names and hosts for the user and public events clients. # This allows us to dynamically create cross links in pages. # If the host is not defined the host (and port) of the originating # client will be used. #These will appear as session attributes: # cal.pubevents.client.uri # cal.personal.client.uri # cal.admin.client.uri # This provides a reference to the public events calendar as a convenience org.bedework.public.admin.uri=@ADMIN-URI@ # This provides a reference to the public events calendar as a convenience org.bedework.public.calendar.uri=@PUBEVENTS-URI@ # This provides a reference to the personal events calendar used for adding # public events to a personal calendar org.bedework.personal.calendar.uri=@PERSONAL-URI@