Quote:
|
1 - ${prop.userName} -> It's wrong I know, but what's right?
|
What do you want to get here?
a single username created for zimbra to interact with the external app?
or the username of the user that click on the zimlet?
Quote:
|
2 - I've put method="post" on "actionUrl" but I always read params in $_GET
|
Yeah, the method="post" doesn't work.
I think there is already a bug about it in bugzilla.
For now you will have to use javascript if you want use POST.