Categorized | java, spring

How to redirect to an external link with Spring Webflow?

Posted on 06 May 2008 by Wim Bervoets

Below you can find an easy way to redirect to an external site via a Spring Webflow view state. What happens here is the following:

  1. a JSF command link backing bean action method returns the String link1
  2. Spring Webflow will redirect you to the viewstate OpenLink1
  3. The OpenLink1 view-state uses the externalRedirect functionality with a backingbean/dataholder stored link value

<view-state id=”myViewState” view=”/viewstates/mypage.jspx”>
<transition to=”OpenLink1″ on=”link1″/>
</view-state>

<view-state id=”OpenLink1″ view=”externalRedirect:${conversationScope.dataHolder.link1}”/>

Share and bookmark:
  • StumbleUpon
  • del.icio.us
  • Digg
  • Facebook
  • Google
  • Slashdot
  • Technorati
  • TwitThis

3 Comments For This Post

  1. Shameer Antony Says:

    is thr a way to set the redirect code?

  2. Wim Bervoets Says:

    I’m not sure what you’re exactly trying todo. Could you give us some more context?

    Thanks,
    Wim

  3. Pavi Says:

    How to set the errors while using external redirects… ?

Leave a Reply

Friend Connect