Hello, Community!

Mea culpa, I suspect, something little bit interesting happens with a
Flash content:

1. Add sub-sub-sub page to the "Home" template and choose "Article"
(wondering why I can not put a flash on a "Home" or "Section", but
anyway).
2. Click "New Content" button and add "Flash Animation".
3. See that nothing actually happened, just a little whitespace with
"Edit" buttons.

Right, because for some reasons it was rendered like this (notice
"null" string and the log record below the snippet):
-----------------------------------
<div id="id-1250653493687" class="flash">
<a href="null?height=188">
</a>
</div>
-----------------------------------


And the log record:
-----------------------------------
[#|2009-08-19T13:05:06.278+0900|INFO|sun-appserver2.1|javax.enterprise.system.stream.out|_ThreadID=20;_ThreadName=httpSSLWorkerThread-8080-4;|2009-08-19
13:05:06,278 ERROR olia.module.templating.MagnoliaTemplatingUtilities:
Can't resolve link with UUID  because of IllegalArgumentException: .
-----------------------------------


This behavior can be reproduced also on a live demo here:
http://www.magnolia-cms.com/home/products/demo.html


The template is looks like this ("begin flashcontent" must be
somewhere else...) :
-----------------------------------
[#assign cms=JspTaglibs["cms-taglib"]]

[#if mgnl.editMode]
  <div style="clear:both;">
      [[email protected] /]
  </div>
[/#if]

<div class="flash">
    <p>fuck!</p>
    <a href="${model.link}"></a>
</div><!-- end flashcontent -->
-----------------------------------

I've got working my Flash by simply adding an HTML Paragraph with
<OBJECT> tag, but this probably should not be the case... :-)
Thanks a lot!

-- 
Kind regards, BM

Things, that are stupid at the beginning, rarely ends up wisely.

----------------------------------------------------------------
For list details see
http://www.magnolia-cms.com/home/community/mailing-lists.html
To unsubscribe, E-mail to: <[email protected]>
----------------------------------------------------------------

Reply via email to