English 中文(简体)
Java边验证(xwork2)不使用输入错误页面(Struts2)
原标题:Java side validation (xwork2) does not work from input error page (Struts2)

我正在使用“Stuts2”和“jsp”页和“xwork”验证。 我的问题是java一侧的验证,当时,由于投入错误,我先把土地投入到投入页,然后我离开了这些错误,再次提交。 应当显示同样的错误,但只是字面。 Java案含有实地错误,在第二次审判后再也没有显示。

What is the problem? Missing interceptor or bug in struts2? I have the following interceptors: - com.opensymphony.xwork2.interceptor.I18nInterceptor - com.opensymphony.xwork2.validator.ValidationInterceptor - com.opensymphony.xwork2.interceptor.PrametersInterceptor

我从另一个透镜中读到,输入着陆页的确忽略了验证。 我如何在发出该页的电话时也能够进行验证?

最佳回答

您还需要<代码>DefaultWorkflowInterceptor,该编码负责发现验证错误和重新计算表格。

对于任何额外的麻烦,你们都需要提供你们的行动守则,以便我们能够看到情况。

问题回答

暂无回答




相关问题
Spring Properties File

Hi have this j2ee web application developed using spring framework. I have a problem with rendering mnessages in nihongo characters from the properties file. I tried converting the file to ascii using ...

Logging a global ID in multiple components

I have a system which contains multiple applications connected together using JMS and Spring Integration. Messages get sent along a chain of applications. [App A] -> [App B] -> [App C] We set a ...

Java Library Size

If I m given two Java Libraries in Jar format, 1 having no bells and whistles, and the other having lots of them that will mostly go unused.... my question is: How will the larger, mostly unused ...

How to get the Array Class for a given Class in Java?

I have a Class variable that holds a certain type and I need to get a variable that holds the corresponding array class. The best I could come up with is this: Class arrayOfFooClass = java.lang....

SQLite , Derby vs file system

I m working on a Java desktop application that reads and writes from/to different files. I think a better solution would be to replace the file system by a SQLite database. How hard is it to migrate ...

热门标签