Ordinary hut

人间一福地,胜似天仙宫
posts - 61, comments - 50, trackbacks - 0, articles - 1

struts2

     摘要: struts2单独使用没有任何问题,加入spring后,发现页面表单可以传到struts2的action中,但是返回到页面后,数据丢失,  阅读全文

posted @ 2012-08-19 23:06 landor 阅读(1055) | 评论 (0)  编辑 |

     摘要: The requested list key 'roles' could not be resolved as a collection/array/map/enumeration/iterator type. Example: people or people.{name} - [unknown location]  阅读全文

posted @ 2009-04-11 15:27 landor 阅读(22627) | 评论 (18)  编辑 |

     摘要: 运行了一下struts2.1.6自带的例子showcase,把这个war包拷贝到tomcat的webapp下,运行,结果报错java.lang.NullPointerException  阅读全文

posted @ 2009-04-09 09:10 landor 阅读(1539) | 评论 (0)  编辑 |

     摘要:
在jsp页面的form里面加上
注意:要先访问到这个jsp页面,来给token初始的值,这样当你提交的时候,才能匹配上  阅读全文

posted @ 2009-04-07 21:09 landor 阅读(2914) | 评论 (4)  编辑 |

     摘要: 在bean标签中获取request  阅读全文

posted @ 2009-04-07 21:05 landor 阅读(381) | 评论 (0)  编辑 |

     摘要: struts2 if标签、set、select、radio、generator、optiontransferselect、property标签  阅读全文

posted @ 2009-04-07 21:03 landor 阅读(2470) | 评论 (0)  编辑 |

     摘要: RequestAware接口中get方法是获取不到页面数据的  阅读全文

posted @ 2009-04-07 20:57 landor 阅读(466) | 评论 (0)  编辑 |

     摘要: 可以在资源文件中定义日期及其数字的格式化  阅读全文

posted @ 2009-04-07 20:54 landor 阅读(2101) | 评论 (0)  编辑 |

     摘要: ActionContext是被存放在当前线程中的,获取ActionContext也是从ThreadLocal中获取的  阅读全文

posted @ 2009-04-07 20:47 landor 阅读(3661) | 评论 (0)  编辑 |