通过 Coldfusion 验证下拉列表

发布于 2024-10-21 06:26:00 字数 303 浏览 0 评论 0原文

这看起来很简单,但我无法弄清楚为什么此代码无法验证: http://pastebin.com/ R6nQ8ZER

我之前得到了帮助,根据从下拉列表中选择的选项来显示文本框。似乎下拉列表的逻辑可能不允许我验证所选选项。

每次选择选项并提交表单时,都会出现选择从属关系的错误,并且下拉列表会清除我的选择。我以为是 cfparam 删除了我的选择,但另一次剥离尝试证明这不是 cfparam

有什么想法吗?

提前致谢。

This seems simple enough, but I'm not able to figure out why this code will not validate: http://pastebin.com/R6nQ8ZER

I previously got help to make textboxes appear depending on which option was selected from a drop down list. It seems as though the logic for the drop down list may not allow me to validate the selected option.

Each time an option is selected and the form is submitted, the error appears to select an affiliation and the drop down list clears my selection. I thought it was the cfparam erasing my selection, but another stripping down attempt proved it was not the cfparam

Any thoughts?

Thanks in advance.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

凯凯我们等你回来 2024-10-28 06:26:00

结果我没有命名选择列表,因此代码不知道要查找什么。我只是忽略了这个属性,但后来纠正了它。

Turns out I didn't name the select list so the code didn't know what to look for. I simply overlooked this attribute but have since corrected it.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文