~ubuntu-branches/ubuntu/trusty/libstruts1.2-java/trusty-proposed

« back to all changes in this revision

Viewing changes to web/tiles-documentation/doc/portal/strutsIntegration.jsp

  • Committer: Bazaar Package Importer
  • Author(s): Arnaud Vandyck
  • Date: 2004-11-19 15:35:25 UTC
  • Revision ID: james.westby@ubuntu.com-20041119153525-mdu08a76z4zo67xt
Tags: upstream-1.2.4
ImportĀ upstreamĀ versionĀ 1.2.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<table  width="100%">
 
2
<tr>
 
3
<th bgcolor="aqua">
 
4
  <font size="+1"><strong>Tiles and Struts</STRONG></FONT>
 
5
</TH>
 
6
</TR>
 
7
  <TR>
 
8
    <TD>
 
9
      <P>
 
10
      <FONT size=2>Tiles are actually shipped with Struts</FONT></P>
 
11
      <P>             
 
12
      <FONT size=2>    
 
13
          Tiles and Struts code are clearly separated. In fact, Tiles can run without Struts. But using 
 
14
          both give you interresting features, like forwarding an action to a tile's definition.  
 
15
      </FONT>
 
16
      <FONT size=2>Following is a list of actual modifications :</FONT> </P></TD></TR>
 
17
  <TR>
 
18
    <TD><FONT size=2><b>Tile Action Servlet</B></FONT></TD></TR>
 
19
  <TR>
 
20
    <TD>
 
21
      <UL>
 
22
        <LI><FONT size=2>Add a 
 
23
        "processForward" method. </FONT>    
 
24
        <LI><FONT size=2>Purpose : be 
 
25
        able to subclass servlet, and override the forward mechanism. </FONT>
 
26
        <LI><FONT size=2>Needed if you 
 
27
        want to forward to a definition in 
 
28
  struts-config.xml.</FONT></LI>
 
29
        <LI><FONT size=2>A ready to run servlet is provided.</FONT></LI>
 
30
     </UL>
 
31
  
 
32
    </TD>
 
33
  </TR>
 
34
  <TR>
 
35
    <TD><FONT size=2><STRONG> <EM>text</EM> 
 
36
    tag</STRONG></FONT></TD></TR>
 
37
  <TR>
 
38
    <TD>
 
39
      <UL>
 
40
        <LI><FONT size=2>Not 
 
41
        mandatory, can be omitted if not used </FONT>
 
42
        <LI><FONT size=2>Add a 
 
43
        "prefix" attribute. </FONT>    
 
44
        <LI><FONT size=2>Purpose : be 
 
45
        able to add a prefix to the name of generated input tag. This 
 
46
        modification is not mandatory. It is only useful in some 
 
47
        examples.</FONT> </LI></UL></TD></TR></TABLE>
 
 
b'\\ No newline at end of file'