-
Sep 15th, 2011, 05:20 AM
#1
(Very) minor bug in 1.1.5 running under IE7 - create form raises error
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
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules