Anoop's major update. Everything has changed location.
This commit is contained in:
parent
c4c899c895
commit
6251b6c670
438 changed files with 40585 additions and 0 deletions
27
webroot/jsp/testing.jsf
Normal file
27
webroot/jsp/testing.jsf
Normal file
|
@ -0,0 +1,27 @@
|
|||
<%@ page import="org.thdl.lex.*,org.thdl.lex.component.*" %>
|
||||
<%@ taglib prefix="c" uri="http://java.sun.com/jstl/core" %>
|
||||
<%@ taglib prefix="c_rt" uri="http://java.sun.com/jstl/core_rt" %>
|
||||
<!--testing.jsf-->
|
||||
|
||||
<p>
|
||||
You have reached the test page by specifying cmd=testing in your request. <br />
|
||||
|
||||
<c:forEach var="hi" items="${ requestScope.term.analyticalNotes }">
|
||||
<c:out value="${ hi }" />
|
||||
</c:forEach>
|
||||
|
||||
<%-- <%
|
||||
TermTest component = (TermTest) request.getAttribute("termTest");
|
||||
%>
|
||||
|
||||
Id: <%= component.getId() %> <br />
|
||||
Term: <%= component.getTerm() %> <br />
|
||||
Analytical Notes Hex: <%= component.getAnalyticalNotes().toString() %> <br />
|
||||
|
||||
|
||||
Id: <c:out value="${ requestScope.termTest.id }" /> <br />
|
||||
Term: <c:out value="${ requestScope.termTest.term }" /> <br />
|
||||
Analytical Notes Hex: <c:out value="${ requestScope.termTest.analyticalNotes }" /> <br /> --%>
|
||||
|
||||
</p>
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue