Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8068267
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 5, 20262026-06-05T12:36:43+00:00 2026-06-05T12:36:43+00:00

I have correctly setup Hibernate Validator in Spring MVC application. Beans are validated, but

  • 0

I have correctly setup Hibernate Validator in Spring MVC application. Beans are validated, but I have trouble displaying errors.

In my JSP page I have following line:

<sf:errors path="*" cssClass="errors" element="div" />

When I run page and inspect it with chrome’s inspector, there is no div (or any) element for holding those errors. It’s completely ignored. That’s weird, because following line is correctly resolved to html form in same JSP:

<sf:form method="post" modelAttribute="tsCommand">

Here’s taglib I use for spring forms:

<%@ taglib prefix="sf" uri="http://www.springframework.org/tags/form"%>

Any ideas what might have gone wrong?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-05T12:36:46+00:00Added an answer on June 5, 2026 at 12:36 pm

    Your syntax is correct, I’m not sure about the “element=\”div\”” attribute.

    Your controller must seem like that:

    public void handleActionRequestInternal(@ModelAttribute("tsCommand") @Valid TsCommand tsCommand, BindingResult result, @ModelAttribute ModelMap model) throws Exception {
    

    And your context:

    <bean id="annotationMethodHandlerAdapter"
        class="org.springframework.web.portlet.mvc.annotation.AnnotationMethodHandlerAdapter">
        <property name="webBindingInitializer">
            <bean id="configurableWebBindingInitializer"
                class="org.springframework.web.bind.support.ConfigurableWebBindingInitializer">
                <property name="validator">
                    <ref bean="validator" />
                </property>
            </bean>
        </property>
    </bean>
    <bean id="validator"
        class="org.springframework.validation.beanvalidation.LocalValidatorFactoryBean" />
    

    Woth this, it’ll gonna be Ok 😉

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am getting this error. I have my hibernate connections and MVC all setup
I have following setup A -> B -> C A-Mapping: <hibernate-mapping> <class name=db.base.A table=A>
We're developing a data heavy modular web application stack with java but have little
I have the following setup in app.config: <hibernate-configuration xmlns=urn:nhibernate-configuration-2.2 > <session-factory name=Nh.Data> <property name=connection.provider>
I am having trouble getting my entity beans to connect correctly to MySQL. Here's
I've setup nhibernate but I have problems with validating entity before the actual save
I am developing a Spring/Hibernate application and I am seeing some unexpected behaviour whilst
In my mvc3 application, I have things setup like: 1. repositories for each entity
I have a basic MVC application that is using NHibernate for OR/M and data
Anyone have any experience using the thickbox jquery plugin? I have it setup correctly,

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.