| 30 |
30 |
| 31 <c:set scope="page" var="redirectLocation" value="${requestScope[Constants.REQ_ATTR_REDIRECT_LOCATION]}"/> |
31 <c:set scope="page" var="redirectLocation" value="${requestScope[Constants.REQ_ATTR_REDIRECT_LOCATION]}"/> |
| 32 |
32 |
| 33 <fmt:message bundle="${lightpit_bundle}" key="commit.success"/> |
33 <fmt:message bundle="${lightpit_bundle}" key="commit.success"/> |
| 34 <fmt:message bundle="${lightpit_bundle}" key="commit.redirect-link"/> |
34 <fmt:message bundle="${lightpit_bundle}" key="commit.redirect-link"/> |
| |
35 <a href="${redirectLocation}"><c:out value="${redirectLocation}"/> </a> |