[magnolia-dev] Re: How to render a MultiValueField

2015-08-11 Thread Sergio Vaca (via Magnolia Forums)
Hi Christoph: Thanks for the help. regards -- Context is everything: http://forum.magnolia-cms.com/forum/thread.html?threadId=555b7f3b-f73f-42be-b42c-0e20668b54c3 For list details, see:

[magnolia-dev] Re: How to render a MultiValueField

2015-08-11 Thread Sergio Vaca (via Magnolia Forums)
Hi Christoph: The multi value field responsive jcr value me and not how to get it in the context of magnolia [code]jcr:ee8020cc-844e-40c6-b5f4-9ace176af8de https://google.com[/code] How I can get internal values ​​? regards. -- Context is everything:

[magnolia-dev] Re: How to render a MultiValueField

2015-08-11 Thread Christoph Meier (via Magnolia Forums)
Sergio Once again: The key to figure out how to access content is to know the structure of the saved content. To figure out the structure of the saved content, please use the app named JCR browser and search the content node which stores the multi value field. = see

[magnolia-dev] Re: How to render a MultiValueField

2015-08-11 Thread Christoph Meier (via Magnolia Forums)
Add on for Sergio: Note that Magnolia provides different field transformer classes which lead to different content structure (when saving the field). Have a look at https://documentation.magnolia-cms.com/display/DOCS/Transforming+field+values cheers, chm -- Context is everything:

[magnolia-dev] Re: How to render a MultiValueField

2015-08-10 Thread Christoph Meier (via Magnolia Forums)
Hi Sergio I recommend using the JCR-Browser (https://your-host/your-context/.magnolia/admincentral#app:websiteJcrBrowser:;) to have a look at the content which stores the value(s) of this multifield. Usually when you understand how the content is stored, you also know how to fetch it.