作者lotoyoko (Shen)
看板Ajax
标题[问题] struts radiobox点不到
时间Tue Jan 26 15:33:27 2016
原本系统使用IE9使用正常,
但使用IE11时,radiobox必须点选物件的右上方一些才会触发,
<td>
<s:radio list='#{true:"制式", false:"非制式"}' name="formEntity.standard"
value="formEntity.standard == null ? true :
formEntity.standard" theme="simple" cssStyle="border:0px;"
</td> onclick="onSelStandard()" />
使用的struts2-core版本为2.1.7
原本认为是struts版本过旧导致,
希望藉由升级struts解决此问题,
升级版本为
struts2-core-2.3.24.1
xwork-core-2.3.24.1
commons-lang3-3.4
ognl-3.0.6
quartz-1.6.4
servlet-api-2.4
使用tomcat6
jdk1.7
以上更换後又产生另一个问题
严重: Exception starting filter struts2
Unable to load configuration. - bean -
jar:file:/C:/Users/shen/Desktop/tomcat6/webapps/twse/WEB-INF/lib/struts2-core-2.3.24.1.jar!/struts-default.xml:85:192
at org.apache.struts2.dispatcher.Dispatcher.init(Dispatcher.java:493)
此问题我一直摸不着头绪,
还请各位大大指点迷津,
给小弟我一个方向寻找解答。
--
※ 发信站: 批踢踢实业坊(ptt.cc), 来自: 60.248.27.129
※ 文章网址: https://webptt.com/cn.aspx?n=bbs/Ajax/M.1453793609.A.0C0.html
※ 编辑: lotoyoko (60.248.27.129), 01/26/2016 15:44:50
1F:→ lotoyoko: 最新情报小弟我已经成功更新完版本了..但是点不到的问题 01/26 17:40
2F:→ lotoyoko: 仍然存在,请问按钮触发偏上是要朝哪个方向解决呢? 01/26 17:41
3F:→ lotoyoko: 经测试是因为使用了theme="simple"寻找解决办法中 01/27 00:08