On the mailer taglib, 
I didn't seem to be able to find a syntax that 
allows me to set a string  either using EL or RT notation. 

Is that correct?
or is my understanding faulty?
Is there more than one way ?

Example:
I have some bean called stringBean.

How do I get a property such as stringBean.server into the attribute 
server below from my bean?
< mt:mail
        server="mail.myotherserver.com"
        user="abc"
        password="xxxxxx"
        to="[EMAIL PROTECTED]"
        from="[EMAIL PROTECTED]"
        subject="love and kisses >
<mt:message>
<%= msg %>
</mt:message>
<mt:send/>
</mt:mail>


--
To unsubscribe, e-mail:   <mailto:taglibs-user-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:taglibs-user-help@;jakarta.apache.org>

Reply via email to