File: strutsIntegration.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 (47 lines) | stat: -rw-r--r-- 1,610 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
36
37
38
39
40
41
42
43
44
45
46
47
<table  width="100%">
<tr>
<th bgcolor="aqua">
  <font size="+1"><strong>Tiles and Struts</STRONG></FONT>
</TH>
</TR>
  <TR>
    <TD>
      <P>
      <FONT size=2>Tiles are actually shipped with Struts</FONT></P>
      <P>             
      <FONT size=2>    
	  Tiles and Struts code are clearly separated. In fact, Tiles can run without Struts. But using 
	  both give you interresting features, like forwarding an action to a tile's definition.  
      </FONT>
      <FONT size=2>Following is a list of actual modifications :</FONT> </P></TD></TR>
  <TR>
    <TD><FONT size=2><b>Tile Action Servlet</B></FONT></TD></TR>
  <TR>
    <TD>
      <UL>
        <LI><FONT size=2>Add a 
        "processForward" method. </FONT>    
        <LI><FONT size=2>Purpose : be 
        able to subclass servlet, and override the forward mechanism. </FONT>
        <LI><FONT size=2>Needed if you 
        want to forward to a definition in 
  struts-config.xml.</FONT></LI>
        <LI><FONT size=2>A ready to run servlet is provided.</FONT></LI>
     </UL>
  
    </TD>
  </TR>
  <TR>
    <TD><FONT size=2><STRONG> <EM>text</EM> 
    tag</STRONG></FONT></TD></TR>
  <TR>
    <TD>
      <UL>
        <LI><FONT size=2>Not 
        mandatory, can be omitted if not used </FONT>
        <LI><FONT size=2>Add a 
        "prefix" attribute. </FONT>    
        <LI><FONT size=2>Purpose : be 
        able to add a prefix to the name of generated input tag. This 
        modification is not mandatory. It is only useful in some 
        examples.</FONT> </LI></UL></TD></TR></TABLE>