I have a application where the frontend is based on the Spring Roo 1.1.2 jspx files.
Every think works fine in Tomcat 6, but if I deploy the same application in a Websph
Also you need to use js comments //
to make sure panels work with Websphere7 properly, otherwise you won't be seeing folding panels.
Convert below file last lines like below: (You may need to edit the jsp files using this fiel as well to avoid the execution of cached/compiled version)
load-scripts.tagx
Also Websphere 7 does not have built in support for png files and they won't be rendered unless you convert them to jpg and edit the tags to use jpg instead of png files, or you may install the addon for png support to Websphere 7
EDIT: Adding below to web.xml may solve the problem as well
png
image/png