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.
_______________________________________________ Plone-IT mailing list Plone-IT@lists.plone.org http://lists.plone.org/mailman/listinfo/plone-it http://www.nabble.com/Plone---Italy-f21728.html