In the html of the page I get the following href attribute value:
[code]<a
href="${link:{uuid:{2a47818b-bfc8-4041-9fcd-2c68c108622b},repository:{website},path:{/antonbauer-broadcast/en-GB/Shop/broadcast-batteries}}}">Broadcast
Batteries</a>[/code]
For rendering the value set in the RichTextArea field I do:
[code][#assing myFieldName = model.myFieldName]
${myfieldName}[/code]
And in the model class:
[code]myFieldName = PropertyUtil.getString(myHomePageNode,
MyStaticClass.MY_RICH_TEXT_FIELD_PROPERTY, "");[/code]
Is it what you meant?
--
Context is everything:
http://forum.magnolia-cms.com/forum/thread.html?threadId=88dbb8e2-7868-48c1-b850-2cc020c3deb3
----------------------------------------------------------------
For list details, see http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: <[email protected]>
----------------------------------------------------------------