Results 1 to 1 of 1

Thread: Roo jsp customisation

  1. #1
    Join Date
    Nov 2011
    Posts
    1

    Default Roo jsp customisation

    I just recently started experimenting with Spring Roo. Using the manual it appeared fairly easy to create a simple app. Then I wanted to customize the index.jsp and inserted the following lines:

    Eclipse snip.jpg

    After deploying the app on Tomcat I found the following structure in Firebug:

    Firebug snip.jpg

    To my unpleasant surprise the <div> "submit" became part of the <div> "currentWord" and the <div> "score" became part of the <div> "wordlistBg". I spent some time searching the internet for a clue why this should happen, but had no luck. So perhaps someone can help me out? Does anyone know where to look for?
    Putting some content into <div>s "currentWord" and "wordList" completely changes the picture, but that is neither as desired nor an explanation.
    Attached Images Attached Images

Posting Permissions

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