Hi all

I'm trying to implement som generic behaviour  in mai navigation
config using wildcard character

<navigation-rule>
        <from-view-id>/jsp/shipper/*</from-view-id>
        <navigation-case>
            <from-outcome>REPORTS</from-outcome>
            <to-view-id>/jsp/shipper/modules/reports/index.jsp</to-view-id>
        </navigation-case>
    </navigation-rule>

but it do not work at all... the page in the wildcard scope just
reload instead of routing to the right view-id

any clues?

thanks

--
::SammyRulez::
http://sammyprojectz.blogspot.com

Reply via email to