摘要: ActionRedirect actionRedirect =new ActionRedirect(mapping.findForward(""));actionRedirect.addParameter(fieldName, valueObj);return actionRedirect;//或则返回 本类中的其他action方法PS:struts2中则可以在struts.xml中的result的tpe属性去配置<result name="redirect" type="redirect"> <param name 阅读全文
posted @ 2012-08-31 17:27 draem0507 阅读(240) 评论(0) 推荐(0) 编辑
摘要: struts1.1 配置文件属性关键字: struts1.1 配置文件属性 Struts应用采用两个基于XML的配置文件来配置,分别是web.xml和struts-config.xml文件。web.xml文件是配置所有web应用的,而struts-config.xml文件是struts专用的配置文件,事实上也是可以根据需要给这个配置文件起其他名称的。 Web应用的发布描述文件: web应用发布描述文件可以在应用开发者,发布者和组装者之间传递配置信息,Web容器在启动的时候从该文件中读取配置信息,根据它来装载和配置web应用。文档类型定义DTD对XML文档的格式做了定... 阅读全文
posted @ 2012-08-31 16:24 draem0507 阅读(1580) 评论(0) 推荐(0) 编辑
View Code