Maybe using: http://static.springsource.org/spring-webflow/docs/2.3.x/reference/html/ch06s07.html#streaming-actions ?
Which approach is the best for these cases?
I was taking a look to a lot of...
Type: Posts; User: mauro_monti; Keyword(s):
Maybe using: http://static.springsource.org/spring-webflow/docs/2.3.x/reference/html/ch06s07.html#streaming-actions ?
Which approach is the best for these cases?
I was taking a look to a lot of...
Hi Guys,
Quick question. I am working with webflow in an application and I need to render JSON as result of an evaluation expression.
My flow is defined in this way
<view-state id="..."...
Hi guys,
Well i think that were are talking about different thinks. It's easy and straightforward make an upload from a JSP page to a Spring Controller.-
But what i trying to do is send...
Hi guys,
I am working with Spring 3 and RestTemplate. I have basically, two applications and one of them have to post values to the other app. through rest template.
When the values to post...
Hi Oakeye,
I'm posting an (non working :P) example project with the configuration that i am using for post multifileparts through Rest Template.
It would be nice if you can check what i am...
Oakeye, thanks for your response again.
That configuration is already on my application-context.xml.
I have:
<bean id="multipartResolver"...
Any suggestion? Just i want to know if it can be done.
Oakeye, thanks for your response.
That is not working for me, i am getting a convertion exception all the time.
Here is the stacktrace...
...
Oakeye, thanks for your response.
That is not working for me, i am getting a convertion exception all the time.
Here is the stacktrace...
...
Oakeye, i understand your example, but i have a question... can i do this:
public void post(@RequestParam("file") MultiPartFile pFile){
MultiValueMap<String, Object> map = new...
Hi everyone,
Im trying to use the rest template to post a file to a Spring Controller, but i am getting an converter error all the time.
i have this:
<form:form method="post"...
Hi People,
I have a question to make: somebody tried to integrate Oracle Tuxedos Services with Spring? It is possible?.
Regards...
Mauro
knows anybody if its possible to send emails using IMAP providers trough Spring and the Java Mail API ?
Thanks in advance!
Mauro.
Well...
I commented the annotation @DirectAction and its work.
That annotation expose the methods of the controller to the client side as Javascript Objects... (DirectJNgine API).
I will look...
Well i have no luck with this...
The resourceDAO still being null...
My action-servlet.xml
<beans xmlns="http://www.springframework.org/schema/beans"
...
Marten...
Thanks! for reply...
So... i will check my setup.
Mauro.
Hi,
I have been working with annotations to configure a Spring MVC Controller. My class looks like:
@Controller
public class LoginController {
@RequestMapping("/login/loginView.dst")
Did you solve it? I have the same requirement (in my case i using SimpleAsyncTaskExecutor.execute(Runnable) to create new the Thread) and i canīt find a solution.
My Runnable class has an...