- Error displayed on 'choose collection' submit screen instead of blank
collection list and 'next >' control (which led to error). Fixes SF bug
#1363633.
git-svn-id: http://scm.dspace.org/svn/repo/trunk@1442 9c30dcfa-912a-0410-8fc2-9e0234be79fd
appropriate HTTP headers to stop browsers caching the page, causing potential
back-button related mishaps. Unfortunately only seems to work with pages
read by a POST. GET pages can still be reached by the 'back' button. Although
this is consistent with REST architecture, it does mean some issues may remain
git-svn-id: http://scm.dspace.org/svn/repo/trunk@732 9c30dcfa-912a-0410-8fc2-9e0234be79fd
to all of our JSPs so that they could render unicode
and <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
added to the headers so that the browsers would display unicode.
git-svn-id: http://scm.dspace.org/svn/repo/trunk@577 9c30dcfa-912a-0410-8fc2-9e0234be79fd
is used to bring the help window to the front when a help link is clicked. In
other browsers a regular link is a fallback.
A new JSP tag, "dspace:popup" has been added to simplify inserting and changing
help links.
git-svn-id: http://scm.dspace.org/svn/repo/trunk@400 9c30dcfa-912a-0410-8fc2-9e0234be79fd
- Renamed "step" parameter to progressbar.jsp to "current_stage" to avoid
clash with "step" hidden field in forms. Workaround for possible Tomcat
4.0.4 bug where if you wrap a request, parameters set by jsp:param are
ignored.
- If no "step" parameter is received as part of a POST, assumed "select
collection" so that "Submit to this collection" buttons on collection home
pages work.
git-svn-id: http://scm.dspace.org/svn/repo/trunk@257 9c30dcfa-912a-0410-8fc2-9e0234be79fd