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

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 functi

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 com.mintpixels.web.h