Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7583339
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 30, 20262026-05-30T18:39:13+00:00 2026-05-30T18:39:13+00:00

I have generated some pages using Spring Roo, and I need to show some

  • 0

I have generated some pages using Spring Roo, and I need to show some items from database on the homepage of the application.
So how can I pass model with data to homepage, Roo has added following lines which I have commented out

    <mvc:view-controller path="/" view-name="index"/>

I created a new controller using Roo called Home like this

    @RequestMapping("/")
    @Controller
    public class Home {
            @RequestMapping(method = RequestMethod.GET)
            public String index() {
                return "index";
            }
    }

Now all the pages show Index view, even /login .

Regards and thanks.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-30T18:39:15+00:00Added an answer on May 30, 2026 at 6:39 pm

    Try this:

    Don’t map to the “/” url, it will match all requests (as you have seen).
    Edit: According to comments, the highlighted part of the previous sentence is wrong. The workaround appears to still be valid.

    1. In your web.xml file, configure a welcome file (perhaps index.html).
    2. Use the index file name the @RequestMapping of your index controller (perhaps “/index.html”).

    Another option if that is not sufficient

    1. In your web.xml file, configure a JSP welcome file (perhaps index.jsp).
    2. In your JSP welcome file, forward the request to a known URL (maybe /blammy).
    3. Map your index controller to the known URL (ex. @RequestMapping("/blammy")).
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have some pages on my public website that display charts generated by ASP.NET
I have a wordpress-generated page where I need some posts (in a specific category)
I have some data generated in MATLAB that I want to process using Perl.
I have a generated nested Array which I store some data. How can i
Here is some parts from a diff file generated using git diff HEAD .
I have a PHP-generated page which is displaying some data about a set of
I have generated a collection of images. Some of them are blank as in
I'm working on databases that have moving tables auto-generated by some obscure tools. By
I have a collection of checkboxes with generated ids and some of them have
I have some types which are generated by a web service reference. I want

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.