strutsintegration.jsp

来自「jakarta-struts-1.2.4-src」· JSP 代码 · 共 47 行

JSP
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>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?