Quote:
Originally Posted by qkmadson I am having the exact same problem. ${obj.from} returns undefined. Any answer on this? |
Hello,
I have the same question...
obj.to and obj.from exist?
Have a way more simplist to get this values?
Im using the com_zimbra_jspsample zimlet
===============
<dragSource type="ZmMailMsg">
<canvas type="dialog" width="600" height="350"/>
<actionUrl target="/service/zimlet/com_zimbra_jspsample/sample.jsp">
<param name="subject">${obj.subject}</param>
<param name="id">${obj.id}</param>
<param name="email">${obj.email}</param>
</actionUrl>
</dragSource>
================
Where obj.subject and obj.id works fine... but obj.to, obj.from, obj.email. Returns NULL
Tanks...
Rafael Carvalho