Results 1 to 2 of 2

Thread: External Redirect Expression Language

  1. #1

    Default External Redirect Expression Language

    In 2.2.0, the webflow EL changed (to Spring-EL maybe? not sure...)

    Now my syntax is:

    externalRedirect:servletRelative:/controller/aMethod?param1=#{flowScope.param1}

    My question is: what is the syntax to attach another argument?

    If I do this, it blows up:


    externalRedirect:servletRelative:/controller/aMethod?param1=#{flowScope.param1}&param2=#[flowScope.param2} saying param2 must end in a semi colon....

  2. #2

    Default Fixed

    Just doing an XML escape & worked fine...

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •