java - can Struts Support HTML5? -
i have been using struts framework have implement html 5 on application is possibke have makje changes in struts tag library?
since have embeded html tags
<html:form action="action.jsp" type="sample" name="applyform" >
can 1 help?
there no html5 specific taglib struts 1.x. (you tagged 'struts', i'm assuming using). write own extending standard struts taglib. shouldn't prove difficult. option use regular jsp el/jstl.
Comments
Post a Comment