Hello all,

    I have a proposal to deal with redirects in the maverick.xml file.
Right now redirect paths to commands have to be "hardcoded", insofar as you
have to specify the redirect not as a logical command name but as a physical
URL, i.e.:

<view name="success" type="redirect" path="welcome.m"/>

I'd like to write a patch that would support this type of functionality :

<view name="success" type="redirect" path="welcome">
    <param name="isCommand" value="true"/>
</view>

As well as a standard redirect to a non-command:

<view name="success" type="redirect" path="somePage.html"/>

This way all references to commands are logical references rather than
physical.

If this sounds like a good idea, please let me know, and I'll get cracking.

Thanks,
Roy




-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
No, I will not fix your computer.
http://thinkgeek.com/sf
_______________________________________________
Mav-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mav-user
Archives are available at http://www.mail-archive.com/

Reply via email to