2008年5月29日

摘要: <head><style> .cl a{color:black} <!--超链接原本颜色-->.cl a:hover{color:red} <!--鼠标覆在上面的颜色-->.n{TEXT-DECORATION:none} a:hover{TEXT-DECORATION:underline}<!--{TEXT-DECORATION:none},这... 阅读全文
posted @ 2008-05-29 22:05 Fei飞 阅读(2928) 评论(3) 推荐(0) 编辑
 
摘要: ActionMessages meg = new ActionMessages();meg.add("*.error", new ActionMessage("*.error")); this.saveErrors(request, meg);return mapping.getInputForward(); 阅读全文
posted @ 2008-05-29 21:29 Fei飞 阅读(781) 评论(1) 推荐(0) 编辑