在Struts中把改成弹出错误信息的方法

      Java 2004-6-17 11:4
由于在Struts中用自己写的ActionForm时,做验证后,出错信息一般都是用<html:errors>来显示的,可是这些错误信息是显示在页面上的,并不是像用DynaActionForm时,是用弹出信息的方式显示。为了保持系统的一致性,要把<html:errors>也改成弹出式的。

以下是我的修改方法:
<logic:messagesPresent> 
<script>
error = '';
<html:messages id="error"> 
error+='<bean:write name="error"/>'+'\n';
</html:messages> 
alert(error);
</script>
</logic:messagesPresent>
标签集:TAGS:
回复Comments() 点击Count()

回复Comments

{commentauthor}
{commentauthor}
{commenttime}
{commentnum}
{commentcontent}
作者:
{commentrecontent}
}