Search:

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

Search: Search took 0.01 seconds.

  1. Replies
    1
    Views
    780

    Spring AOP and @PostConstruct

    Hi all,

    I have an annotation (@ExecTimeLogged) which is used as a part of a pointcut for an @Around advice which will log the execution time of the annotated method.

    I have tested it with a...
  2. Replies
    26
    Views
    27,882

    Does this technique only work using an XHR...

    Does this technique only work using an XHR upload? The reason I ask is I have it almost working without it but have reached a dead-end.

    Server-side is all good, but client-side my showStatus...
  3. Spring ElementDecoration and AjaxEventDecoration incompatible with Dijit?

    I am using Spring 3.0.5, Webflow 2.3.0 and Spring JS for decorating.

    One of my forms has the following code:


    <form:select path="selection">
    <form:option value="" label="Please...
  4. Same data binding that works for HTTP post, fails for XHR!

    Hi folks,

    I'm using Spring 3.0.5, Webflow 2.3.0, Spring JS, Tiles and Dojo.

    In one of my forms I have an enum called 'selection' bound to an option menu like this:


    <form:select...
Results 1 to 4 of 4