当前位置: 代码迷 >> Java Web开发 >> struts中的标签有关问题
  详细解决方案

struts中的标签有关问题

热度:29   发布时间:2016-04-17 14:38:20.0
struts中的标签问题
在 <html:text> 中可以嵌入 <bean:write> 吗?怎么嵌?我怎么写都是错的

------解决方案--------------------
不能
可以 <input type=text value= <bean:write ,,,/> >
或者

<html:text value= "${变量名} ">
  相关解决方案