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
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
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
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
> > 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:
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