怎么样使用prototype.js扩展struts标签实现xmlhttprequest
要点
1 prototypes.js很好的封装了javascript的oo和客户端的ui效果
2 struts还很常用,能混口饭吃
3 rails对web2.0的标签有
1 link_to_remote2 form_remote_tag 3 observe_field 4 periodiccally_call_remote
都是对prototypes.js的服务端封装,和jsp中taglib一样
4 prototypes.js中的Ajax.Updateter把xmlhttprequest的整个回掉流程封装得很好了
5 改写一个struts的form标签,让他具有ajax功能
5.1 taglib处理类
package com.xxxx.web.taglib;
本文地址:http://www.45fan.com/dnjc/67218.html