Hello,

if I use an action outcome like this:
"mypage?faces-redirect=true&includeViewParams=true&myParam=myValue"

then myParam is not appended to query string in the redirect url.

I've seen in NavigationHandlerImpl where the redirect url is built, there's a comment, that the behaviour of adding parameters is not really defined in spec and so the parameters are cut at the moment.

Is there any way to add my parameters?

One possibility is to add the view params by "includeViewParams=true" but what to do if there are two actions with different parameters?

regards
Marcus


Reply via email to