We are trying to implement a signature pad.  The code that I found that
seems to work well with CF in both browsers comes with example code that I
am using as the basis for the actual code.  There are some calls that are
giving the following errors:

 

Description       Resource          Path     Location           Type

HttpServlet cannot be resolved to a type            TestServlet.java
/servlet/src        line 26   Java Problem

HttpServletRequest cannot be resolved to a type            TestServlet.java
/servlet/src        line 34   Java Problem

HttpServletResponse cannot be resolved to a type         TestServlet.java
/servlet/src        line 34   Java Problem

 

These calls are unmodified from the original code that did work fine, but
won't compile.  I do not have the source on the .class files so I can't look
and make sure that syntax or class are correct.is there anyway to expose at
least the function names to make sure that isn't the problem?  There are no
javadocs.



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:330723
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to