Hi,
I tired to define the SimpleUrlLogoutSuccessHandler explicitly like described above, but this had no effect at all. The NPE remains the same.
Any ideas, what went wrong?
I also tried to...
Type: Posts; User: ganm; Keyword(s):
Hi,
I tired to define the SimpleUrlLogoutSuccessHandler explicitly like described above, but this had no effect at all. The NPE remains the same.
Any ideas, what went wrong?
I also tried to...
Hi,
We have written a custom FlowHandlerAdapter that is capable of handling Portlet 2.0 Events.
We want, in the handleEvent method, to read the current flowExecutionKey like
String...
Hi all,
I tried exactly this to send an Event.
action class:
public class FireEventAction implements Action {
public Event execute(RequestContext context) throws Exception {
EventBody...
Hi,
We're using SWF2.2 and JSF1.2 in a portal environment.
Our example. We have a combobox containing 'countries' as String on our page. On a transition, we want to save the current value as a...
Hi,
I don't know, what I'm doing wrong. Tried to follow the first tutorial.
Added
<repositories>
<repository>
<id>spring-extensions-milestone</id>
<name>Spring Extensions...
Hi,
I tried this already. If I ad it to my artifactory, it says that there are no artifacts.
Regards
Hi,
Can anybody tell, the location of a mvn-repo containing spring-surf?
Thx
michael
Hi,
I'm working on something similar.
To fire portlet-events from a webflow, I use a Custom-Action:
package myPackage;
import javax.portlet.ActionResponse;
Hi,
I would like to use a MessageConverter (MappingJacksonHttpMessageConverter) in my RESTTemplate. Unfortunately the following exception apperars:
Caused by:...