niallp      2004/09/01 18:48:31

  Modified:    web/tiles-documentation/WEB-INF tiles-tutorial-defs.xml
  Log:
  Correct RSS feed errors in Tiles Tutorial Dynamic Portal
  
  Revision  Changes    Path
  1.8       +4 -2      
jakarta-struts/web/tiles-documentation/WEB-INF/tiles-tutorial-defs.xml
  
  Index: tiles-tutorial-defs.xml
  ===================================================================
  RCS file: 
/home/cvs/jakarta-struts/web/tiles-documentation/WEB-INF/tiles-tutorial-defs.xml,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- tiles-tutorial-defs.xml   21 Jul 2003 15:22:44 -0000      1.7
  +++ tiles-tutorial-defs.xml   2 Sep 2004 01:48:31 -0000       1.8
  @@ -194,7 +194,9 @@
     <!-- Dynamic portal main page (uses common layout) -->
   <definition name="rssChannelTile" path="/tutorial/actions/rssChannel.do" >
         <putList name="urls" >
  +  <!-- 
            <add value="http://www.newsforge.com/newsforge.rss"; />
  +    -->
            <add value="http://xmlhack.com/rss.php"; />
            <add value="http://lwn.net/headlines/rss"; />
          </putList>
  @@ -203,8 +205,8 @@
     <!-- Dynamic portal main page (uses common layout) -->
   <definition name="rssLocalChannelTile"  path="/tutorial/actions/rssChannel.do" >
         <putList name="urls" >
  -         <add value="/tutorial/rss/rss-example.xml" />
  -         <add value="/tutorial/rss/apacheweek-headlines.xml" />
  +         <add value="/examples/rssFeed/rss-example.xml" />
  +         <add value="/examples/rssFeed/apacheweek-headlines.xml" />
          </putList>
   </definition>
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to