struts 2 自动完成器
<ajax:autocompleter name="cityName" list="list" size="1" label="Select City"
listValue="cityName" listKey="id" autoComplete="true"></ajax:autocompleter>
我正在使用 struts 2 和 ajax 但它不起作用
<ajax:autocompleter name="cityName" list="list" size="1" label="Select City"
listValue="cityName" listKey="id" autoComplete="true"></ajax:autocompleter>
i am using struts 2 with ajax but its not working
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
确保>位于 中jsp 的。它生成自动生成所需的代码。
Make sure <ajax:head/> is in the <head></head> of the jsp. It generates the required code for autogeneration.
你应该使用struts url标签来调用一个动作,它给你json对象作为列表
you should use struts url tag to call an action which gives u json object as list