Results 1 to 2 of 2

Thread: tiles-example problem

Hybrid View

  1. #1
    Join Date
    Sep 2004
    Posts
    1

    Default tiles-example problem

    I download the latest Spring download and cannot find the any html file under the samples\tiles-example.

    The Index.jsp has this line:
    <c:redirect url="/index.html"/>

    If someone got this to work, can they share with me what they did.

  2. #2
    Join Date
    Sep 2004
    Posts
    5

    Default

    Spring uses url mappings that map url's to a controller, so even though I haven't looked at the tiles-example app, I'm sure you will find a mapping of *.html to a controller, and there should not be a .html file. Look up SimpleUrlHandlerMapping in springs docs for more info.

Similar Threads

  1. Tiles-example problem
    By khem in forum Web
    Replies: 4
    Last Post: Apr 27th, 2006, 11:26 PM
  2. Replies: 2
    Last Post: Oct 24th, 2005, 07:52 AM
  3. Replies: 1
    Last Post: Oct 21st, 2005, 05:27 AM
  4. Replies: 1
    Last Post: Jul 5th, 2005, 03:48 AM
  5. Lazy Load Problem when Doing UnitTest
    By yoshi in forum Data
    Replies: 7
    Last Post: Sep 29th, 2004, 10:00 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •