File: testAll.jsp

package info (click to toggle)
libstruts1.2-java 1.2.9-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 47,516 kB
  • ctags: 29,430
  • sloc: xml: 90,344; java: 71,078; jsp: 31,692; makefile: 10; sh: 2
file content (35 lines) | stat: -rw-r--r-- 1,076 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<%@ taglib uri="/WEB-INF/struts-tiles.tld" prefix="tiles" %>


In the right column you can find some basic examples, 
while in the left column you find the corresponding output result.
<table cellspacing=4 cellpadding="2" border="4" >
<tr>
<td><strong>Output Result</strong></td>
<td><strong>Sources</strong></td>
</tr>
<tr>
    <td valign="top"><tiles:insert page="testBasic.jsp" /></td>
    <td valign="top">
	  <tiles:insert page="/common/viewSrcBody.jsp">
	    <tiles:put name="srcPath" value="/test/testBasic.jsp" />
	  </tiles:insert>
	</td>
</tr>
<tr>
    <td valign="top"><tiles:insert page="testList.jsp" /></td>
    <td valign="top">
	  <tiles:insert page="/common/viewSrcBody.jsp">
	    <tiles:put name="srcPath" value="/test/testList.jsp" />
	  </tiles:insert>
	</td>
</tr>
<tr>
    <td valign="top"><tiles:insert page="testDefinitions.jsp" /></td>
    <td valign="top">
	  <tiles:insert page="/common/viewSrcBody.jsp">
	    <tiles:put name="srcPath" value="/test/testDefinitions.jsp" />
	  </tiles:insert>
	</td>
</tr>
</table>