First, I just used the JSTL taglibs-mailer for the first time. 
It was remarkable how easy and effective it was.

My hack was that I wanted to execute to method
in a bean ef and then to do a getProperty to obtain
the result of the method.

I executed <% ef.doToString(); %>
and then 
 <jsp:getProperty name="ef" property="done" />

doToString normalizes and concatenates a string into 
a member done.

>From my readings of JavaSererPages(Bergsten) the EL
does not provide a technique to execute a method 
such at <% ef.doToString(); %> which I could use
in the EL based mailer or assign to a variable.

Is there a better way of executing a method that returns
a sting into an EL variable?

Or is that to be fixed in the next release?



--
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