求教:struts2b标签<s:textarea>根据action里传过来的值,设置可编辑或不可编辑。这样写,无效:<s:set name="tool" value="tool"/><s:textarea name="introduce" <s:if text="#tool==1">readonly=="true"</s:if> ></s:textarea>求教,该怎样写,可以达到效果[解决办法]<s:set name="tool" value="'tool'"/>