Can you do a pure servlet redirect instead?

On 11/8/05, Duncan Krebs <[EMAIL PROTECTED]> wrote:
>
> Hi,
> I'm trying to set a navigation case where after successfull login the user
> gets redirected to a non jsf link. The problem with the following entry in
> myfaces-config.xml is that the Jsf controller changes the .dp to .jsf and I
> don't want it to do that! Any ideas?
>
>
>
> <navigation-case>
>
> <!-- good login display web home-->
>
> <from-outcome>webloginsuccess</from-outcome>
>
> <!-- here it changes welcome.dp to welcome.jsf-->
>
> <to-view-id>/web/home/welcome/welcome.dp</to-view-id>
>
> <redirect/>
>
> </navigation-case>

Reply via email to