JSF按钮操作如何等待ajax更改事件完成
你好,我有一个问题, 我有一个输入和一个 ajax 更改事件。更改方法检查输入是否超过 100 个条目,如果为 true,则拆分输入。例如,我在输入中插入 200 个条目,更改方法在 UI 中提供了两个输入,每个输入 100 个条目。问题是我有一个搜索按钮和一个搜索操作。我希望此操作在更改事件后执行。因此,如果我输入 200 个条目并单击搜索按钮,我希望拆分完成并在触发按钮操作方法之后。我怎样才能做到这一点?
Hello I have one problem,
I have one input with one ajax change event. The change method checks if input has more than 100 entries and If is true it splitting the input. E.x I insert 200 entries into input, change method gives me two inputs in UI with 100 entries each. The problem is I have one search button with one action for search. I want this action execute after change event. So if I enter 200 entries and click search button I want split to complete and after trigger button action method. How can I achieve that?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论