[Plone-IT] recuperare 'fullname' nel mailer

Redbedbug redbedbug a gmail.com
Gio 19 Giu 2008 15:04:04 UTC


Ciao ml,

sto realizzando un form con PloneFormGen, pero` non riesco
a recuperare il fullname da inserire nel mailer.

Le ho provate di tutte, ecco alcune prove che ho fatto:

here/fullname
request/fullname

<span tal:define="fullname python:member.getProperty('fullname')"
tal:omit-tag="" tal:on-error="string:no known name"> Fullname:
<span tal:replace="fullname"><strong>replace
fullname</strong></span></span>

(anche con here.getProperty('fullname')

<span tal:content="python:request.get('fullname',
member.getProperty('fullname', ''))"></span>

<span tal:replace="python:member.getProperty('fullname')">Full
Name</span>

<em tal:define="sm python:modules['AccessControl'].getSecurityManager();
             fullname python:sm.getFullname()"
 tal:content="fullname"> </em>

Non so piu` che altro provare, avete qualche idea?

Grazie, Rbb.






Maggiori informazioni sulla lista Plone-IT