摘要: extjs:Ext.onReady(function(){ Ext.get("btnSubmit").on('click',function(){ var content =Ext.get("com_content").getValue(); if(content==""){ Ext.MessageBox.alert("内容不能为空!"); } else{ Ext.Ajax.request({ url:'MessageBoxServlet', p... 阅读全文
posted @ 2012-03-09 14:26 合肥房屋托管 阅读(670) 评论(0) 推荐(0) 编辑
摘要: <jsp:useBean id="abc" class="com.hoo.entity.Message"></jsp:useBean> <jsp:getProperty property="str" name="abc"/>id和name保持一致。 str表示Message类中的属性。 Message是javaBeanstruts2 中 的方式: 现在action类中添加:ActionContext.getContext().getSession().put("user 阅读全文
posted @ 2012-03-09 14:12 合肥房屋托管 阅读(482) 评论(0) 推荐(0) 编辑
摘要: 1.1、dwr.xml的配置 <dwr> <allow> <create creator="new" javascript="testClass" > <include method="testMethod1"/> </create> </allow> </dwr> <allow>标签中包括可以暴露给javascript访问的东西。 <create>标签中指定javascript中可以访问的java类,并定义DWR应当如何获得要 阅读全文
posted @ 2012-03-09 14:08 合肥房屋托管 阅读(3735) 评论(0) 推荐(0) 编辑
摘要: 第一、在web.xml里面有如下配置:<?xml version="1.0" encoding="UTF-8"?><web-app xmlns="http://java.sun.com/xml/ns/j2ee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/we 阅读全文
posted @ 2012-03-09 13:58 合肥房屋托管 阅读(290) 评论(0) 推荐(0) 编辑