-
Feb 24th, 2011, 08:44 AM
#1
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}¶m2=#[flowScope.param2} saying param2 must end in a semi colon....
-
Feb 24th, 2011, 09:39 AM
#2
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
-
Forum Rules