Hi!
> <navigation-case>
> <from-outcome>added</from-outcome>
> <to-view-id>/view.jsf?myParam=#{myManagedBean.id}</to-view-id>
> <redirect/>
Have a look at MyFaces-Orchestra. Especially at urlParamNav package [1]
to get an idea how this can be done.I hope we can provide an implementation without Orchestra in the upcoming MyFaces Commons project soon. Ciao, Mario [1] http://svn.apache.org/viewvc/myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/urlParamNav/

