Thursday, January 21, 2010

When You Upgrade Struts

Sometimes, the application server won't recompile your JSP pages and you may receive errors like,
java.lang.NoClassDefFoundError: org.apache.struts.taglib.tiles.InsertTag
It misleads you to a classpath issue, but it is not.

All you need to do is to clean up the temp directory of this application.

No comments: