Thanks for the quick response bear,
I believe the platform that the webpage is running on (JavaCard 3.0), does not support Ajax. I've never used Ajax before, so I can't verify, but I do know that it is using a subset of the servlet 2.4 spec. Some of the missing components are:
Dependencies on unsupported APIs (java.io.File, java.net.URL, java.util.Map, java.util.Set, java.security.cert.X509Certificate...)
Dependencies on floating point support
Dependencies on serialization and cloning support (java.io.Serializable, java.lang.Cloneable)
Configuration of filters that are invoked under request dispatcher forward and include calls or under the error page mechanism
Support for distributed container and session migration
Some of the programmatic and declarative security features
Support for deployment in web containers that are JavaServer Pages
(
JSP) enabled or part of a Java
Platform, Enterprise Edition (Java EE) application server, especially web application environment and dependencies on other Java platform specifications:
Java EE, version 1.4
Java Server Pages (JSP), version 2.0 1-4 Java Servlet Specification, Java Card Platform, v3.0, Connected Edition March 2008
Java Naming and Directory Interface(J.N.D.I.).
source:
http://java.sun.com/javacard/3.0/releasenotes.jsp
Assuming I can use an Ajax request, will it be handled by a servlet like a GET/POST? Does the rest of my logic still hold true?
Thanks again,
Reed
Btw, contentType="null" was a shot in the dark. I won't do it again.
