
struts2
文章平均质量分 83
panjone
这个作者很懒,什么都没留下…
展开
-
Struts2使用Kindeditor4.0.3在线编辑器--上传图片、视频、FLASH、附件
Kindeditor一直比较喜欢,国产免费开源,界面也很清爽,主要是功能很强大,以后工作了一定要赞助下! Kindeditor支持java,提供的示例程序由jsp充当文件管理和上传,以前使用好好的,但这次使用的struts2,而struts过滤器包装了request,对就因为这点, kindeditor不能使用了。在kindeditor论坛上有位前辈的描述比较清楚: ?转载 2013-03-27 17:25:00 · 1441 阅读 · 0 评论 -
struts2+ajax简单实例
index.jsp: <%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%> <% String path = request.getContextPath(); String basePath = request.getScheme() + "://" + requ原创 2013-04-30 01:37:04 · 665 阅读 · 0 评论 -
strtuts+ajax 用户名无刷新验证简单实例
AjaxAction: package ajax.demo; import java.util.ArrayList; import java.util.List; import ajax.model.User; import com.opensymphony.xwork2.ActionSupport; public class AjaxAction extends ActionSup原创 2013-04-30 20:05:23 · 714 阅读 · 0 评论