TheMachine
New Member
I have to use the html 5 \[code\]<canvas>\[/code\] tag in my project. The project is a SpringMVC application and i am using spring-form.tld. I need to write the \[code\]<canvas>\[/code\] tag just like the following tag \[code\]<form:input path="weight" id="weight" title="Enter Weight"/>\[/code\].this format is required so databinding can take place.How can this be achieved ?