actionForm 中内置成员为对象的问题
struts框架下的actionForm 中放了一个私有成员,是一个对象:private User user;并加入了相应的getter setter方法,在注入页面中写<html:text properties="user.username"/>
<html:text properties="user.password"/>
报错,提示说找不到“Cannot find bean user in any scope"配置文件没问题,请教怎么解决?,最重要的就是如何写页面给user对象的各个成员注值?