Results 1 to 2 of 2

Thread: links

  1. #1
    Join Date
    Oct 2005
    Posts
    4

    Default links

    i need solution for setting links in html.
    I want write somthing like <a href="page1"> and map in configuration:
    page1->/some_file.html

    Mapping to controller and in html will be in one place.

  2. #2
    Join Date
    Aug 2004
    Location
    Hawaii, US
    Posts
    225

    Default

    Spring MVC doesn't support this out of the box. However, Spring Web Flow sort of does this, as an entire flow is behind one URL. But it's not exactly what you're looking for.

    Seth

Similar Threads

  1. Replies: 14
    Last Post: Mar 23rd, 2007, 02:33 PM
  2. Replies: 10
    Last Post: Oct 10th, 2005, 05:38 PM
  3. Replies: 4
    Last Post: Aug 19th, 2005, 02:07 PM
  4. Replies: 1
    Last Post: Dec 18th, 2004, 05:24 AM
  5. Replies: 1
    Last Post: Nov 3rd, 2004, 03:41 PM

Posting Permissions

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