I'm not sure but I think it has something to do with if the value is treated as a compile time value or the runtime expression is used. I've always seen it set as either true or false, I'm not sure if yes and no will work as well.
-----Original Message----- From: Kevin Passey [mailto:[EMAIL PROTECTED]] Sent: Friday, July 12, 2002 9:13 AM To: 'Tag Libraries Users List' Subject: RE: Mailer SETRECIPIENT as a .getParameter("Email") It was set to "No" so I set it to yes and retried - no luck. What does that mean? Thanks Kevin -----Original Message----- From: Leonard Crowe [mailto:[EMAIL PROTECTED]] Sent: 12 July 2002 15:05 To: 'Tag Libraries Users List' Subject: RE: Mailer SETRECIPIENT as a .getParameter("Email") Is this a custom taglib? In the taglib tld for the attribute is rtexprvalue set to true or false? I think it needs to be set as follows: <rtexprvalue>true</rtexprvalue> -----Original Message----- From: Kevin Passey [mailto:[EMAIL PROTECTED]] Sent: Friday, July 12, 2002 7:20 AM To: '[EMAIL PROTECTED]' Subject: Mailer SETRECIPIENT as a .getParameter("Email") Hi everyone.. I am new to JSP and TAGlibs so please stick with me. What is wrong with this line and how can I get this to work.. <mt:setrecipient type="to" address='<%= request.getParameter("Email") %>'/> If I hard code an address it works fine - is there a work around? Thanks in advance Kevin Passey -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
