Re: Error: Unable to compile class for JSP

2012-01-12 Thread Pid
On 11/01/2012 20:44, Justin Larose wrote: > ma...@apache.org wrote on 01/11/2012 01:19:17 PM: > >> From: ma...@apache.org >> To: Tomcat Users List >> Date: 01/11/2012 01:20 PM >> Subject: Re: Error: Unable to compile class for JSP >> >> Justin Larose

Re: Error: Unable to compile class for JSP

2012-01-11 Thread Justin Larose
ma...@apache.org wrote on 01/11/2012 01:19:17 PM: > From: ma...@apache.org > To: Tomcat Users List > Date: 01/11/2012 01:20 PM > Subject: Re: Error: Unable to compile class for JSP > > Justin Larose wrote: > >> > An error occurred at line: 230 in the jsp file

Re: Error: Unable to compile class for JSP

2012-01-11 Thread markt
Justin Larose wrote: >> > An error occurred at line: 230 in the jsp file: /object_table.jsp >> > The type Part is ambiguous >> > 227:{ >> > 228: //do nothing here - we don't want the filter to be >displayed >> > for lifecycles >> > 229: } >> > 230: else if (objType.eq

Re: Error: Unable to compile class for JSP

2012-01-11 Thread Pid
On 11/01/2012 16:56, Justin Larose wrote: >>> An error occurred at line: 230 in the jsp file: /object_table.jsp >>> The type Part is ambiguous >>> 227:{ >>> 228: //do nothing here - we don't want the filter to be > displayed >>> for lifecycles >>> 229: } >>> 230: else i

Re: Error: Unable to compile class for JSP

2012-01-11 Thread Justin Larose
> > An error occurred at line: 230 in the jsp file: /object_table.jsp > > The type Part is ambiguous > > 227:{ > > 228: //do nothing here - we don't want the filter to be displayed > > for lifecycles > > 229: } > > 230: else if (objType.equals(Part.class)) > > 231:

Re: Error: Unable to compile class for JSP

2012-01-11 Thread Pid
On 11/01/2012 13:53, Justin Larose wrote: > An error occurred at line: 230 in the jsp file: /object_table.jsp > The type Part is ambiguous > 227:{ > 228: //do nothing here - we don't want the filter to be displayed > for lifecycles > 229: } > 230: else if (objType.equal