when you send a request to the server you get an http return code. 200 and 304 means OK if another code returns it means you have problem with your serverside code. SSL has special Session Codes for this but http doesnt. You can return an error code and handle it with your js code.
http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4105785#4105785 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4105785 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
