aboutsummaryrefslogtreecommitdiff
path: root/src/main/webapp/jsp/null_request_page.jsp
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/webapp/jsp/null_request_page.jsp')
-rw-r--r--src/main/webapp/jsp/null_request_page.jsp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/main/webapp/jsp/null_request_page.jsp b/src/main/webapp/jsp/null_request_page.jsp
index 6d1008a..7f60325 100644
--- a/src/main/webapp/jsp/null_request_page.jsp
+++ b/src/main/webapp/jsp/null_request_page.jsp
@@ -74,6 +74,9 @@
<form action="<%= local_request_url %>" name="submitform" accept-charset="UTF-8" method="post">
<input type="hidden" name="XMLRequest" value="<?xml version='1.0' encoding='UTF-8'?><NullOperationRequest xmlns='http://www.buergerkarte.at/namespaces/securitylayer/1.2#'/>" />
<input type="hidden" name="DataURL" value="<%= data_url %>" />
+ <% if (locale != null) { %>
+ <input type="hidden" name="locale" value="<%= locale.toString() %>"/>
+ <% } // end if %>
<% if (!isExternalInvocation) { %>
<input type="submit" id="SendRequestButton" value="<fmt:message key="nullrequestpage.button.submit"/>" />
<% } // end if %>