Hello

I'm putting shale-tiles through its paces, all seems to work except
for when i have a navigation rule defined in
faces-config/navigation-rule.

<navigation-rule>
        <from-view-id>/login.jsp</from-view-id>
        <navigation-case>
                <from-outcome>success</from-outcome>
                <to-view-id>/welcome.jsp</to-view-id>
                <redirect/>
        </navigation-case>
</navigation-rule>

/login.jsf is a tile def (/login) and works fine, as is welcome which
also works fine when I make a fresh request once the container has
logged the user in.  To my mind the backing bean should return the
string "success" and when it does forward (in this case redirect) to
the welcome page.

/login.jsf only exists as a tiles defined path the jsp is in
/WEB-INF/faces/login.jsp likewise welcome.jsp. But the faces servlet
isn't compaining about not having a real jsp where it usually would
be, therefore i assume that its happy.

Anybody have any thoughts what's happening or not as the case may be?

Mark

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to