Scott,

Thanks.. I did get them.. I'm having a problem where after
conversion I getting a

404 There is no such command "AdminTree".
/commerce/userda/AdminTree.m was not found on this server

when it had no problem before. I'm guessing it's missing
something in the config file.. here's the file.

<?xml version="1.0"?>

<!--
        $Id: maverick.xml,v 1.4 2002/01/10 10:09:38 lhoriman Exp $
        $Source: /cvsroot/mav/maverick/examples/friendbook-jsp/WEB-INF/maverick.xml,v
$
-->

<maverick version="2.0" default-view-type="document"
default-transform-type="document">

        <command name="AdminTree">
                <controller type="com.xxx.xxx.admin.AdminTree"/>
                <view name="success">
                <domify node="adminTree">
                                <transform path="adminTree.xsl"/>
                        </domify>
                </view>
        </command>

</maverick>

_______________________________________________
Mav-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mav-user

Reply via email to