Uso Plone2.5. Comunque adesso sono riuscita a farlo andare. Il problema era che io usavo il tal define per definire href. Utilizzando tal attributes la cosa funziona. Grazie ancora.
<html xmlns:tal="http://xml.zope.org/namespaces/tal" xmlns:metal="http://xml.zope.org/namespaces/metal" i18n:domain="plone"> <body> <div metal:define-macro="portlet" tal:omit-tag=""> <tal:block> <dl class="portlet"> <dt class="portletHeader" tal:content="here/cartellalink/Title">Title</dt> <dd class="portletItemSingle odd" tal:repeat="item here/cartellalink/objectValues" > # Prova </dd> </dl> </tal:block> </div> </body> -- View this message in context: http://www.nabble.com/Link-diretti-tp18150899s21526p18151388.html Sent from the Plone - Italy mailing list archive at Nabble.com.
_______________________________________________ Plone-IT mailing list [email protected] http://lists.plone.org/mailman/listinfo/plone-it http://www.nabble.com/Plone---Italy-f21728.html
