You really should be passing the flowscope variable as argument to your method...
Type: Posts; User: goldman; Keyword(s):
You really should be passing the flowscope variable as argument to your method...
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...
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...
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">
...
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...
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...
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...
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...