Hi Kris,
I start the app with the Bug-Button in the tool bar. The correspondent debug configuration starts the application with "grails run-app".
When I start the application with the project's...
Type: Posts; User: steynbergh; Keyword(s):
Hi Kris,
I start the app with the Bug-Button in the tool bar. The correspondent debug configuration starts the application with "grails run-app".
When I start the application with the project's...
I also have the problem that the debugger doesn't show the inplace plugin's source code.
I am using 2.9.0.M2, the inplace plugin is a project in my workspace.
The plugin is displayed in the plugin...
I use a SimpleFormController with a CustomNumberEditor:
protected void initBinder(HttpServletRequest request,
ServletRequestDataBinder binder) throws Exception
{
Locale locale =...
I have the same problem with numbers. The following hack works for me:
in messages.properties:
typeMismatch.command.amount=You didn't enter a number.
in the JSP:
<spring:bind...