Hi all!

I have a strange problem. In my template I use the editor component like
shown below but the editor is not loaded. The source of the page does not
contain any <script> tags, though when tracing through the code the
writeScript method of the Editor component is called and the processed
values seem reasonable. But form some reason the pageRenderSupport doesn't
seem to render it to the page.

Any idead how to fix that?

Regards,
Otho

<table>
...
<tr>
<td colspan="3">
Description:<br/>
<textarea t:type="t5components/editor" width="100%"
value="currentProduct.description" toolbarSet="Basic">Dummy</textarea>
</td>
</tr>
<tr>
<td colspan="3">
Long description:<br/>
<textarea t:type="t5components/editor" width="100%"
value="currentProduct.longDescription" toolbarSet="Basic">Dummy</textarea>
</td>
</tr>
...
</table>

Reply via email to