当前位置:
代码迷
>>
J2EE
>> struts2b标签<s:textarea>根据action里传过来的值,设置可编辑或不可编辑
详细解决方案
struts2b标签<s:textarea>根据action里传过来的值,设置可编辑或不可编辑
热度:
448
发布时间:
2016-04-22 03:21:41.0
求教: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'"/>
相关解决方案
ssh action 调用service的时分service 为null
Struts-config.xml配置文件《action-地图pings》元素的详解
关于<form action >的一个有关问题
form 表单交付 <form action="<c:url value='desktop'/>"
上面是JAVA WEB中,学生在线考试(action)的代码,有几个不明白,帮忙解释一上
<textarea> 自动换行写入数据 读出的数据怎么自动换行
strust2 No result defined for action and result input有关问题
struts2 action 实施大概超过一分钟后 不执行跳转了
struts2 下传一段时间后报错No result defined for action and result input重启后便没有有关问题了
description The requested resource (/gongqiu/goindex.action) is not available.解决方法
function 施行 *action
struts action 提交有关问题
No result defined for action com.tes.web.action.FirstAction and result success,该怎么处理
SSH框架中获取Action.action?submit=toList的类似完整路径解决思路
<s:action>标签上传参数到action,该怎么解决
struts2 action 执行时间过长 不执行跳转了,该怎么处理
struts.xml里 <action name="">的有关问题,求指点迷惑
<s:a href="aa.action!parentid=9"/> 是这么传参的吗
急在Struts2 action 中得到数据后,为某个字段截取字符串,怎么将该字段作为参数传到后台呢
Struts2 的 Action 类里如何创建 session request response out 对象
No result defined for action com.score.student.action.StudentAction and result i,该如何处理
No result defined for action XXX and result input求解,该怎么解决
struts action 返回字符串有关问题
struts action 跳转 页面后 frameset 404 异常
websphere5.12 Error 503: Failed to load target servlet [action],该如何处理
<textarea>文本变换
postbackurl 和 <form action="">中的action有什么区别解决方法
asp.net 2.0裡面的 TextArea 回車換行問題,该怎么处理
textarea,设置wrap为hard,如何用javascript取得其中的自动换行符
兄弟们帮小弟我一下在当在<textarea> 存在 </textarea> 的时候怎么办