首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > JAVA > Java Web开发 >

struts中的标签有关问题

2012-02-06 
struts中的标签问题在 html:text 中可以嵌入 bean:write 吗?怎么嵌?我怎么写都是错的[解决办法]不能可

struts中的标签问题
在 <html:text> 中可以嵌入 <bean:write> 吗?怎么嵌?我怎么写都是错的

[解决办法]
不能
可以 <input type=text value= <bean:write ,,,/> >
或者

<html:text value= "${变量名} ">

热点排行