Hello, all!

Here I come again!

This time, I am having the same problem Pascal had back in June. Please, check 
the "Can't see the tabs in D2W app" thread... Which means... My tiered 
navigation is not working. The "subtabs" don't show up.

Here's my NavigationMenu.plist:

(
        {
                name = Root;
                directActionClass = DirectAction;
                directActionName = default;
                children = ("Products");
        },
        {
                name = "Products";
                action = "session.navController.listProductsAction";
                children = ("ListProduct","CreateProduct");
    },
    {
                name = "ListProduct";
                action = "session.navController.listProductsAction";
    },
    {
                name = "CreateProduct";
                action = "session.navController.createProductAction";
    }
)

I tried all the solutions suggested by Ramsey Gurley, but still... No dice.


Cheers,
Flavio
 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      ([email protected])
Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to [email protected]

Reply via email to