passing arguments from one panel pane to panel page with multiple panes

I am attempting to create a page with panels where some of the panels will contain links to other pages with multiple panels.

Here is an example. Suppose there is a CCK content type called "Dogs". There is a content_taxonomy field named "breed" and a additional content_taxonomy fields for "things that are good about the breed" and "things that are bad".

I want to create a page that will have one panel that has a list of all of the entries for the "breed" field. Each entry in this list will be linked to a main page for that "breed" that will have multiple panels. One of the panels will list all of the entries for "things that are good" about the breed. Another panel will have a list of all "things that are bad" about the breed.

I can create a view that will do this for one of the lists (such as "things that are bad"). But I cant figure out how to do this from a panel. One issue is, how do I get the list of breed entries into the original panel that will be linked to the main "breed" panel pages?

Thanks for any suggestions.

Groups:
Login to post comments