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

Error: Unable to compile class for JSP

2012-01-11 Thread Justin Larose
Well now that I got the certificate setup and users login to the application they are not seeing all content... When they login to the application (Tomcat version 7.0.23) they get the error below in the initial splash window. (there should be a menu instead) If I switch back to the Tomcat 6.0 ve