Skip to content
Snippets Groups Projects
Commit 4f83425b authored by ahmada4's avatar ahmada4 Committed by Elengikal
Browse files

Updated viewReminderOutbox.jsp to link reminderMessage.jsp

parent 967776a5
No related branches found
No related tags found
1 merge request!21UC39
......@@ -55,7 +55,7 @@ pageTitle = "iTrust - View My Sent Messages";
<td><%= StringEscapeUtils.escapeHtml("" + ( action.getName(message.getTo()) )) %></td>
<td><%= StringEscapeUtils.escapeHtml("" + ( message.getSubject() )) %></td>
<td><%= StringEscapeUtils.escapeHtml("" + ( message.getSentDate() )) %></td>
<td><a href="viewMessageOutbox.jsp?msg=<%= StringEscapeUtils.escapeHtml("" + ( index )) %>">Read</a></td>
<td><a href="reminderMessage.jsp?msg=<%= StringEscapeUtils.escapeHtml("" + ( index )) %>">Read</a></td>
</tr>
<% index ++; %>
<% } %>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment