Re: Problem with ExpressionEvaluatorManager in a custom jstl tag

2003-06-10 Thread Vic Cekvenich
Please post on another mail list, JSPTags or JSP. .V Dom wrote: Hi I've created a tag using rt expression without trouble. I 've created the same tag using jstl : in doEndTag(), I call ExpressionEvaluatorManager.evaluate with the right parameters, but running it, i get (in a try catch):

RE: Problem with ExpressionEvaluatorManager in a custom jstl tag

2003-06-10 Thread Menke, John
Did you implement the tag by following the EL examples in the struts-contrib source code? -Original Message- From: Vic Cekvenich [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 10, 2003 7:33 AM To: [EMAIL PROTECTED] Subject: Re: Problem with ExpressionEvaluatorManager in a custom jstl tag

RE: Problem with ExpressionEvaluatorManager in a custom jstl tag

2003-06-10 Thread Karr, David
First of all, you'll get better luck asking this on the taglibs-user list. I'm assuming you have the call to EEM in a try/catch, and you're not seeing an exception there, which would indicate that EEM is throwing a RuntimeException subclass. You might temporarily add a catch for that so you