Search:

Type: Posts; User: steynbergh; Keyword(s):

Search: Search took 0.02 seconds.

  1. Hi Kris, I start the app with the Bug-Button...

    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...
  2. I also have the problem that the debugger doesn't...

    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...
  3. CustomNumberEditor, spring:bind and status.value

    I use a SimpleFormController with a CustomNumberEditor:


    protected void initBinder(HttpServletRequest request,
    ServletRequestDataBinder binder) throws Exception
    {
    Locale locale =...
  4. Same problem with typeMismatch.java.lang.Double

    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...
Results 1 to 4 of 4