Commit ab3e8f70 authored by Bill Lynch's avatar Bill Lynch Committed by bill

Updated keys


git-svn-id: http://svn.igniterealtime.org/svn/repos/messenger/trunk@1028 b35dd754-fafc-0310-a699-88a17e54d16e
parent 7effdb23
...@@ -29,11 +29,13 @@ ...@@ -29,11 +29,13 @@
String username = ParamUtils.getParameter(request,"username"); String username = ParamUtils.getParameter(request,"username");
%> %>
<p> <p>
<fmt:message key="error.requested_user" /> <% if (username == null) { %>
<% if (username != null) { %> <fmt:message key="error.requested_user_not_found" />
(<fmt:message key="error.username" /><%= username %>) <% } else { %>
<fmt:message key="error.specific_user_not_found">
<fmt:param value="${username}" />
</fmt:message>
<% } %> <% } %>
<fmt:message key="error.not_found" />
</p> </p>
<% } else if (exception instanceof GroupNotFoundException) { %> <% } else if (exception instanceof GroupNotFoundException) { %>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment