Re: Problem with tag library calling

2006-06-14 Thread Hassan Schroeder
On 6/12/06, Alex Turner [EMAIL PROTECTED] wrote: I have the following lines in my source file: %@ taglib prefix=mp uri=com.mintpixels.web.helper % Has this ever worked? Because that uri above doesn't look much like a URI to me :-)(nor does it match any examples in JSP.7.3)... -- Hassan

Re: Problem with tag library calling

2006-06-13 Thread Alex Turner
This is still an issue - I'm trying to get a client to live... This syntax error really doesn't help me actualy fix the problem Please help somebody... This is a disaster right now. Alex. On 6/12/06, Alex Turner [EMAIL PROTECTED] wrote: It looks like it's generating the following

Problem with tag library calling

2006-06-12 Thread Alex Turner
I have the following lines in my source file: %@ taglib prefix=mp uri=com.mintpixels.web.helper % [snip] mp:dynselect values=Selling,Refininancing name=selling_refinancing/ When I run the jsp, I get the following errors: org.apache.jasper.JasperException: Unable to compile class for JSP An

Re: Problem with tag library calling

2006-06-12 Thread Alex Turner
It looks like it's generating the following function: private boolean _jspx_meth_mp_dynselect_0(PageContext _jspx_page_context) throws Throwable { PageContext pageContext = _jspx_page_context; JspWriter out = _jspx_page_context.getOut(); // mp:dynselect