struts中的标签问题
在 <html:text> 中可以嵌入 <bean:write> 吗?怎么嵌?我怎么写都是错的
[解决办法]
不能
可以 <input type=text value= <bean:write ,,,/> >
或者
<html:text value= "${变量名} ">
发布时间: 2012-02-06 15:52:45 作者: rapoo
struts中的标签问题
在 <html:text> 中可以嵌入 <bean:write> 吗?怎么嵌?我怎么写都是错的
[解决办法]
不能
可以 <input type=text value= <bean:write ,,,/> >
或者
<html:text value= "${变量名} ">