Search:

Type: Posts; User: BeringStrait; Keyword(s):

Search: Search took 0.01 seconds.

  1. One html input's value is bound to one session object and one httprequest object

    I find this problem in Spring 3.1. I have two objects: A is in session scope and B is in request scope. Both A and B have attributes with the same name. For example, both A and B have an attribute...
  2. No. This is a very basic requirement for a...

    No. This is a very basic requirement for a validation framework. It is hard to believe that I have to write my own validator for this issue.
  3. How to use parameters in Hibernate validation messages?

    I uses Hibernate validation in a bean and defines the validation messages in a properties file. Is there any way to use parameters in the message? So I can use one validation message for all the...
  4. How to activate Hibernate validation only when the field is not null nor blank?

    I have the following validation for a string field. Hibernate validation is always invoked when I submit the web page. However, if the field in the web page is blank, the validation should be...
Results 1 to 4 of 4