如何在每个 JSFUnit 的下拉列表中选择一个值?
我想更改下拉列表(h:selectOneMenu)中ID为“items”的值。
以下导致错误
client.setValue("items", "1");
java.lang.IllegalArgumentException:此方法不能用于 com.gargoylesoftware.htmlunit.html.HtmlSelect 类型的组件
我尝试过:
client.getElement("items").setAttribute("value","1");
它不会导致错误,也不会产生任何影响。
有没有可能解决呢?
提前感谢
I would like to change a value in dropdown list (h:selectOneMenu) with id "items".
The following causes error
client.setValue("items", "1");
java.lang.IllegalArgumentException: This method can not be used on components of type com.gargoylesoftware.htmlunit.html.HtmlSelect
I've tried:
client.getElement("items").setAttribute("value","1");
It causes no error and no effect as well.
Is there any possibility to solve it?
Thanx in advance
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
http://community.jboss.org/wiki/UsingselectcomponentsListboxRadioMenuetc
http://community.jboss.org/wiki/UsingselectcomponentsListboxRadioMenuetc