在我的网络应用程序中,我想在
中发回一些文字addActionError("User not logged in. <a href=\"logon\">Click Here</a> to log in");
问题是html文本显示为普通文本,并且不会显示为单击的链接。
答案 0 :(得分:11)
在escape="false"
标记上设置<s:actionerror>
属性;它默认为true
:
<s:actionerror escape="false"/>
有关详细信息,请参阅<s:actionerror>
docs。大致是:
escape default=false required=false type=Boolean ==> Whether to escape HTML