• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: D2W Tiered Navigation
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: D2W Tiered Navigation


  • Subject: Re: D2W Tiered Navigation
  • From: Theodore Petrosky <email@hidden>
  • Date: Thu, 06 Nov 2014 13:49:46 -0500

they don’t show up because you need to set rules

100 : pageConfiguration like ‘*Product*' => navigationState = “Products" [com.webobjects.directtoweb.Assignment]

be very careful with the plurals and such. Names must match exactly.

Ted


On Nov 6, 2014, at 1:43 PM, Flavio Donadio <email@hidden> wrote:

> 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@hidden)
> Help/Unsubscribe/Update your Subscription:
>
> This email sent to email@hidden


 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden


  • Follow-Ups:
    • Re: D2W Tiered Navigation
      • From: Flavio Donadio <email@hidden>
References: 
 >D2W Tiered Navigation (From: Flavio Donadio <email@hidden>)

  • Prev by Date: D2W Tiered Navigation
  • Next by Date: displaying an uploaded swf
  • Previous by thread: D2W Tiered Navigation
  • Next by thread: Re: D2W Tiered Navigation
  • Index(es):
    • Date
    • Thread