Search:

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

Search: Search took 0.03 seconds.

  1. Replies
    1
    Views
    291

    You really should be passing the flowscope...

    You really should be passing the flowscope variable as argument to your method...
  2. jacksonMapper throws exception because it cant...

    jacksonMapper throws exception because it cant construct JavaType object - it requires Class as argument. I am not familiar with jackson mapper but it seems to me that if you want to do Ajax calls...
  3. You should always be setting up your model...

    You should always be setting up your model properly yourself. Apparently Spring MVC does it for you in the first example, but I would consider this a bug - or at least a design pattern that should...
  4. Replies
    0
    Views
    619

    JSF ajax events handling in Spring

    I am using Primefaces 3.4, Mojarra 2.1 and cannot get ajax events to work properly. Consider the following example:


    <p:dataTable id="customersTable" value="#{customersList}" var="customer">
    ...
  5. flowExecutionUrl resolves to physical resource name

    In my JSP view flowExecutionUrl points to a physical file name, like this


    /WEB-INF/views/tiles/baseLayout.jsp?execution=e1s2&_eventId=viewImage

    JSP code:


    <img...
  6. Replies
    0
    Views
    210

    URL-based authentication provider

    I need to authenticate users against two different UserDetailProviders depending on which URL on the website user is going to. I have browsed Spring docs and sources and the only solution I can see...
  7. Managing tree-like hierarchical data with Spring

    Confession: I'm a Spring noob. Have read thru reference docs, and really like the whole thing. Am considering refactoring our POJOs for Spring, but cant figure out the best approach.

    Background...
  8. Replies
    6
    Views
    2,805

    Not sure how this will translate to Spring Flex...

    Not sure how this will translate to Spring Flex but in POJO I did the following in order to send a message to a single subscriber (I use custom adapter):

    extract subscriber IDs when message...
Results 1 to 8 of 8