Hi, I'm creating my own paragraph like in this tutorial: http://documentation.magnolia-cms.com/templating/introduction.html#CreateaParagraph
But instead of plain text I'd like to include an image and a heading, that's why my dialog looks the following: [img]http://i12.photobucket.com/albums/a235/mhbgif/dialog.jpg[/img] But what do I have to write in my JSP file? [code]<%@ taglib uri="cms-taglib" prefix="cms"%> <cms:editBar /> <table border="1" width="100%"> <th>My Paragraph</th> <tr> ${content.heading} </td> <tr align="right"> ${content.abstract} </td> <tr> ${content.textBlock} </td> <tr> ${content.image} </td> </table>[/code] This just prints out every content.* in a single line and after that an empty (?!) table...why doesn't this get printed in the table as I've written in the code? -- Context is everything: http://forum.magnolia-cms.com/forum/thread.html?threadId=35c62a29-777c-4787-93c9-5215b7823acd ---------------------------------------------------------------- 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]> ----------------------------------------------------------------
