Results 1 to 4 of 4

Thread: Web/JSP Customization

  1. #1

    Default Web/JSP Customization

    Roo looks very promising. Can you point us to tut where we can customize the web pages including the layout/css etc.

    -Irshad

  2. #2

    Default

    You can customize the css for generated applicaions by editing the default.css under /src/main/webapp/styles/standard.css.

    Customizing the generated pages is not so easy and will be overriden when roo updates scaffolded controllers.

    Improving customization of roo generated sites is also an issue on springsource-jira. When you would like to see this, you should get a jira-account and vote for the issue.

  3. #3
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    667

    Exclamation

    Quote Originally Posted by tbender View Post
    Customizing the generated pages ... will be overriden when roo updates scaffolded controllers.
    Unless you set automaticallyMaintainView = false in the relevant controller(s), which tells Roo to leave your nicely handcrafted views alone.
    Andrew Swan
    "Now is the EJB of our discontent made glorious Spring"

  4. #4
    Join Date
    Aug 2004
    Location
    Sydney, Australia
    Posts
    2,768

    Default

    This is also discussed in more depth in the reference guide, specifically the http://static.springsource.org/sprin...ng.html#d4e564 section.
    Ben Alex
    Project Founder, Spring UAA, Spring Roo and Spring Security

Posting Permissions

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