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

Popular posts from this blog

Delphi XE2 Indy10 udp client-server interchange using SendBuffer-ReceiveBuffer -

Qt ActiveX WMI QAxBase::dynamicCallHelper: ItemIndex(int): No such property in -

Enable autocomplete or intellisense in Atom editor for PHP -