struts中的标签有关问题

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

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

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

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