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

Popular posts from this blog

PySide and Qt Properties: Connecting signals from Python to QML -

c# - DevExpress.Wpf.Grid.InfiniteGridSizeException was unhandled -

scala - 'wrong top statement declaration' when using slick in IntelliJ -