> One of the classes in that package, ServletSelectAnswerFormatter, generates
> an HTML select.  I get the options by invoking a method designed to be
> overridden in a subclass.
>
> My current project has such a subclass,
> CountryServletSelectAnswerFormatter, which resides in
> WEB-INF/classes/com/stortek/ilm/userresponse for the correct context.
>
> When the servlet runs, I get a ClassNotFoundException:
>
> Class not found:
> com.stortek.ilm.userresponse.CountrySelectServletAnswerFormat ter

Is this mistyped?  Above, you have "CountrySelectServlet..." not found, but 
you say it's actually called "CountryServletSelect..." (Servlet and Select 
are swapped), so it's right that it not be found.

-- 
Pablo Mayrgundter
Director of Applications and Services
www.reeltwo.com


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to