Search:

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

Search: Search took 0.02 seconds.

  1. Hi, I tired to define the...

    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...
  2. JSF/Portlet flowExecutionKey is null on first view

    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...
  3. Replies
    3
    Views
    969

    Problems sending Event

    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...
  4. Replies
    1
    Views
    357

    Conversion from page to model

    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...
  5. Thread: Maven Repository

    by ganm
    Replies
    4
    Views
    1,671

    Hi, I don't know, what I'm doing wrong. Tried...

    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...
  6. Thread: Maven Repository

    by ganm
    Replies
    4
    Views
    1,671

    Hi, I tried this already. If I ad it to my...

    Hi,

    I tried this already. If I ad it to my artifactory, it says that there are no artifacts.

    Regards
  7. Thread: Maven Repository

    by ganm
    Replies
    4
    Views
    1,671

    Maven Repository

    Hi,

    Can anybody tell, the location of a mvn-repo containing spring-surf?

    Thx
    michael
  8. Replies
    1
    Views
    779

    Hi, I'm working on something similar. To...

    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;
  9. Class not found when using Message Converters in REST

    Hi,

    I would like to use a MessageConverter (MappingJacksonHttpMessageConverter) in my RESTTemplate. Unfortunately the following exception apperars:



    Caused by:...
Results 1 to 9 of 9