I'm trying to use sendMail-tag from the Orion Utiltags library and I am having no 
success, anyone who has solved this problem?

If I use the "subject"-attribute, like this:
        <util:sendMail to="[EMAIL PROTECTED]" subject="Enquete">

I get the compile-time error:
Error parsing JSP page /vipe/main.jsp line 280
        subject is not a valid attribute for tag util:sendMail


If I leave the "subject" out, like this:
        <util:sendMail to="[EMAIL PROTECTED]">

I get the compile-time error:
        Error parsing JSP page /vipe/main.jsp line 280
        Property to not found in bean/tag
        com.evermind.taglib.util.IfInRoleTag

which seems way out-of-line.....
Any help is appreciated.

Harrie


Reply via email to