long « Parameter « JSP-Servlet Q&A





1. JSP functions - How to declare long as parameter in TLD    stackoverflow.com

I'm getting an error WARNING: Method "pl" for function "pl" not found, I think its because I'm not declaring the parameters right. <function-signature>java.lang.String pl(java.lang.Long, java.lang.String)</function-signature> is what I have in the TLD. ...