You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by hu...@apache.org on 2004/07/23 11:06:51 UTC

cvs commit: jakarta-struts/web/examples/exercise bean-include.jsp

husted      2004/07/23 02:06:51

  Modified:    web/examples/exercise bean-include.jsp
  Log:
  Apply #30105 "bean-include.jsp example missing include file" submitted by Michael Rush.
  
  Revision  Changes    Path
  1.2       +2 -2      jakarta-struts/web/examples/exercise/bean-include.jsp
  
  Index: bean-include.jsp
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/web/examples/exercise/bean-include.jsp,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- bean-include.jsp	8 Jan 2004 16:20:19 -0000	1.1
  +++ bean-include.jsp	23 Jul 2004 09:06:50 -0000	1.2
  @@ -7,8 +7,8 @@
       <div align="center">
         <h1>Test struts-bean:include Tag</h1>
       </div>
  -    <bean:include id="welcome" page="/welcome.html" />
  -    <p>Display the contents returned by invoking 
  +    <bean:include id="welcome" page="/welcome.jsp" />
  +    <p>Display the contents returned by invoking
       <code>/welcome.html</code>directly, with no filtering.</p>
       <hr />
       <pre>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
For additional commands, e-mail: dev-help@struts.apache.org