You need Java EE to compile these. This is not included in the standard JDK. Download Java EE and you should be ok to compile the code.
mxAjax / CFAjax docs and other useful articles: http://www.bifrost.com.au/blog/ On 15 February 2010 09:45, Eric Roberts <[email protected]> wrote: > > 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:330731 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

