Justin Larose <Justin.Larose@nexweb.org> 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.equals(Part.class))
>> > 231: {
>
>> Have you imported more than one Part.class by accident, via a
>wildcard
>> import perhaps?
>
>I did not import any classes.
You must have at least one import to resolve the class Part. Since I'm pretty sure a class
with that name was added in servlet 3, wildcard imports are very likely the problem.
Mark
> I installed Tomcat 7 in a different
>directory and copied all the webapp directories to the new location.
>
>- Justin
>******************************************************************************
>This email and any files transmitted with it are intended solely for
>the use of the individual or agency to whom they are addressed.
>If you have received this email in error please notify the Navy
>Exchange Service Command e-mail administrator. This footnote
>also confirms that this email message has been scanned for the
>presence of computer viruses.
>
>Thank You!
>******************************************************************************
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org
|