Redirect to URL with param from navigation-case

2007-10-30 Thread Stas Ostapenko
to redirect from navigation-case to URL with param which is a property of a managed bean. How it could be implemented ? Any suggestions and/or examples are highly welcome.

Re: Redirect to URL with param from navigation-case

2007-10-30 Thread Mario Ivankovits
Hi! navigation-case from-outcomeadded/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

Re: Redirect to URL with param from navigation-case

2007-10-30 Thread Matthias Wessendorf
good candidate, indeed. -M On 10/30/07, Mario Ivankovits [EMAIL PROTECTED] wrote: Hi! navigation-case from-outcomeadded/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]

Re: Redirect to URL with param from navigation-case

2007-10-30 Thread Andrew Robinson
-id redirect/ /navigation-case /navigation-rule Actually, I want to redirect from navigation-case to URL with param which is a property of a managed bean. How it could be implemented ? Any suggestions and/or examples are highly welcome.