Please help,

I am using TomCat 5.0.14 under windows and I am trying to run a jsp 
page
that I found at

http://www.javaworld.com/javaworld/jw-05-2003/jw-0523-calltag-p2.html

and it looks like the JSP 2.0 expressions are not working? 
(JSP 1.0 stuff works)

Here's the page :

<%@ taglib prefix="tf" 
uri="http://devsphere.com/articles/calltag/TestFunction.tld"%>

<jsp:useBean id="obj" 
class"com.wilmingtontrust.util.calltag.TestBean"/>

<HTML>
<BODY>

${tf:testMethod(obj, "abc", 123, true)}

<HR>

${tf:testMethod(obj, obj.text, obj.number, obj.logic)}

</BODY>
</HTML>

Here's what I get :

${tf:testMethod(obj, "abc", 123, true)}
  _____ 

${tf:testMethod(obj, obj.text, obj.number, obj.logic)}

Any suggestions ?

thanks in advance, tony

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to