Thursday, January 18, 2007

JDeveloper Layout dissappearing

When this happens first open the project properties page and ensure that for all JSP tag libraries 'Execute Tags in JSP Visual editor" is checked.

And open the jspx page again and check whether the layout is coming properly.

If not try the following steps

  1. Close JDeveloper
  2. Take a backup of you Web Application project.
  3. Remove the folders "classes" and "model"
  4. Now run Jdeveloper and voila your layout is back

I think this is because JDeveloper uses the classes to display the format in the design mode

No comments: