Hi

I have the misfortune of needed to support my Spring Roo application on IE7. Generally things have been pretty good, however with /webapp/WEB-INF/tags/form/create.tagx file is causing problems. Whenever you try and submit a form under IE7 you get a debug message that complains that the encodePk() function is not defined.

Looking at the create.tagx file the encodePk() function is only defined if a compositePkField is required. All well and good but under IE7 the absence of the function causes the warning message.

I changed this to a c:choose statement that defined a blank encodePk() method by default.

As I said really minor but certainly annoying in IE7

Chris