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:
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.