I'm definitely missing a step. I followed the instructions and created the Type, added my field to the auto-created Dialog, added the new data entries. Added a paragraph to access the data, added a dialog for the paragraph to select the uuidLink to the data in the data repository. Used the dialog from the website page to add the paragraph to be displayed. Everything works great in author.
Then I activated the Type, activated each of the data entries, activated the paragraph, and activated the website page, but it's not showing up. To try and do a sanity check, I added some comments to the paragraph's .jsp file. The comments (including the value of the uuid) are being output, but the data is apparently not being located. Did I miss a step? Is there something I should check? This is getting extremely frustrating. (*Chris*) On Wed, Sep 9, 2009 at 9:00 AM, Chris Pratt <[email protected]> wrote: > This is getting curioser and curioser the more I work with it. It seems > every time I publish now, it duplicates nodes in the public instance. I > checked and all the things you mention have been activated (except the > "menu", I'm not sure what you're referring to there). And just to make > things wackier, If I double click on the file in AdminCentral it shows the > text from the data module, but when I go to the page directly from the > application, it doesn't. They both show the exact same URL, but the > behavior is completely different. Help!!! > (*Chris*) > > > On Tue, Sep 8, 2009 at 11:56 PM, Jan Haderka <[email protected] > > wrote: > >> >> On Tue, 2009-09-08 at 17:13 -0700, Chris Pratt wrote: >> > So far it's working great in the magnoliaAuthor, but when I try to >> > publish to the magnoliaPublic, it's not working. If I use the >> > AdminConsole on magnoliaPublic and try to look at the data that got >> > published, some of it seems a bit funky. The JCR browser is showing: >> <snip/> >> > at >> info.magnolia.cms.filters.ServletDispatchingFilter.doFilter(ServletDispatchingFilter.java:162) >> > Any idea what I did wrong? >> >> It's more what you did _not_ do :D >> When you create a new type, few things are generated for you by Magnolia >> - the tree configuration (so you can browse the items of given type) >> - the dialog (so you can edit the items). >> - the menu entry >> The dialog you have probably found, since you needed to edit it to add >> custom fields, the tree you can find at >> config:/modules/data/trees/<typeName>. The menu entry can be found at >> config:/modules/admininterface/config/menu/data/<typeName> >> In order for your paragraphs to be able to access the data from data >> module, there are only two things you need to activate: >> - the type itself >> - the items of given type >> In order to browse and/or modify the items on the public instance, you >> need to activate the rest of the type related configuration: >> - the dialog >> - the tree configuration and >> - the menu >> HTH, >> Jan >> >> >> ---------------------------------------------------------------- >> For list details see >> http://www.magnolia-cms.com/home/community/mailing-lists.html >> To unsubscribe, E-mail to: <[email protected]> >> ---------------------------------------------------------------- >> >> > ---------------------------------------------------------------- For list details see http://www.magnolia-cms.com/home/community/mailing-lists.html To unsubscribe, E-mail to: <[email protected]> ----------------------------------------------------------------
