Re: Compiling jsp:getProperty in 5.5.17 vs. 5.5.9

2006-11-05 Thread Bill Barker
Of course, you are free to change the code back to 5.5.9, but no, there is no configuration option to change it back. Unfortunately, you were relying on a bug in TC 5.5.9, that would have meant that you wouldn't be able to run your app in a different JSP container. The correct way to get this

Compiling jsp:getProperty in 5.5.17 vs. 5.5.9

2006-11-03 Thread Werno, Peter
Hello, we just upgraded to NetBeans 5.5 which now comes with tomcat 5.5.17 built in. Unfortunately, we are using a couple of jsp:getProperty ../ tags which were compiled in 5.5.9 as follows: ...handleGetProperty(_jspx_page_context.findAttribute(admin.template.fo rm), templateID))); and in