Struts2 DOJO anchor tag does not displaying as link, why? -
i trying use struts2 dojo anchor tag on jsp.
<%@ page contenttype="text/html; charset=utf-8"%> <%@ taglib prefix="s" uri="/struts-tags"%> <%@ taglib prefix="sx" uri="/struts-dojo-tags"%> <sx:head/> <sx:a href="www.google.com"> email link</sx:a>
Comments
Post a Comment