I am currently trying to save a text var from HTML5 (with canvas) into jsp but cant find out how to do it or if is it even possible?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
If you mean “how to get a JSP var into an HTML 5 compoent”
Otherwise you would need a webservice to submit client side variables to a server for server side use. Be sure to sanitize whatever you send from the client to the server as well. Good luck!
edit: per comments – HTML 5 has some native API use : http://today.java.net/article/2010/03/31/html5-server-push-technologies-part-1 — ultimately though you will need a serverside component to process these requests