You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by ma...@apache.org on 2003/06/09 03:54:46 UTC

cvs commit: jakarta-struts/web/tiles-documentation/tutorial/common/menu menuSrc.jsp

martinc     2003/06/08 18:54:46

  Modified:    web/tiles-documentation/tutorial/common/menu menuSrc.jsp
  Log:
  Fix the path for the menuViewSrc.jsp page. This fixes a servlet exception
  thrown when attempting to render extendedDefinitionTag.jsp.
  
  Revision  Changes    Path
  1.2       +1 -1      jakarta-struts/web/tiles-documentation/tutorial/common/menu/menuSrc.jsp
  
  Index: menuSrc.jsp
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/web/tiles-documentation/tutorial/common/menu/menuSrc.jsp,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- menuSrc.jsp	6 Jul 2002 01:13:53 -0000	1.1
  +++ menuSrc.jsp	9 Jun 2003 01:54:46 -0000	1.2
  @@ -1,6 +1,6 @@
   <%@ taglib uri="/WEB-INF/struts-tiles.tld" prefix="tiles" %>
   
  -<tiles:insert page="/common/menuViewSrc.jsp" flush="true" >
  +<tiles:insert page="/tutorial/common/menuViewSrc.jsp" flush="true" >
     <tiles:putList name="list" >
       <tiles:add value="/tutorial/basicPage.jsp" />
       <tiles:add value="/tutorial/portalPage.jsp" />
  
  
  

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