Commit 6169870d authored by Axel Brand's avatar Axel Brand Committed by daeva

removed incorrectly used jstl function

git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@13676 b35dd754-fafc-0310-a699-88a17e54d16e
parent a702d7ef
...@@ -6,7 +6,8 @@ ...@@ -6,7 +6,8 @@
<%@ page import="java.util.Set"%> <%@ page import="java.util.Set"%>
<%@ page import="java.util.Date"%> <%@ page import="java.util.Date"%>
<%@ page import="java.util.ArrayList" %> <%@ page import="java.util.ArrayList" %>
<%@ taglib prefix="c" uri="http://java.sun.com/jstl/core" %> <%@ taglib uri="http://java.sun.com/jstl/core_rt" prefix="c"%>
<% <%
TransportSessionManager transportManager = TransportSessionManager.getInstance(); TransportSessionManager transportManager = TransportSessionManager.getInstance();
int current_page; int current_page;
...@@ -68,9 +69,6 @@ ...@@ -68,9 +69,6 @@
<%= current_page %> <%= current_page %>
<%= current_limit %> <%= current_limit %>
<h1>For Loop in JSTL</h1> <h1>For Loop in JSTL</h1>
<c:forEach var="i" begin="1" end="20" step="1" varStatus ="status">
<c:out value="${i}" />
</c:forEach>
<h5>Logintime 1970 means User did only register but never logged in, propably because of invalid credentials.</h5><br> <h5>Logintime 1970 means User did only register but never logged in, propably because of invalid credentials.</h5><br>
<form name="unregister-form" id="gojara-RegOverviewUnregister"method="POST"> <form name="unregister-form" id="gojara-RegOverviewUnregister"method="POST">
<div class="jive-table"> <div class="jive-table">
......
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