Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
请让我知道如何在弹出窗口中显示服务器端验证错误消息。在 Struts2 中,我们使用<s:actionerror/>. 请帮忙怎么办?
<s:actionerror/>
shahith, 一种方法是在您的 jsp 中为错误创建一个隐藏变量,并使用 bean 映射它或使用 getter n setter 在动作类中声明变量,一旦出现错误,请在页面加载时将此错误设置为此声明的变量,通过java 脚本读取此变量的值,如果您在此隐藏变量中找到任何值,则将其显示在警报中。 希望这会有所帮助...