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 7576477
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 30, 20262026-05-30T16:55:49+00:00 2026-05-30T16:55:49+00:00

I have a spring application where i validate all validations in custom spring validator

  • 0

I have a spring application where i validate all validations in custom spring validator class.

My form has nearly 15 fields.If there is a error in the last field , how to set the focus to that element.

Does spring tags support that. Any technical ideas ? Currently i display my error messages near the fields itself.

  • 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-05-30T16:55:50+00:00Added an answer on May 30, 2026 at 4:55 pm

    It is possible to use spring:bind tag to determine whether a field or the whole model object has error and the overall status of the object after processing (submission).

    <spring:bind path="user.username">
        <input id="inputId" type="text" name="${status.expression}" value="${status.value}"/>
        <c:if test="${status.error}">
            <c:forEach items="${status.errorMessages}" var"error">
                <span class="field-error">${error}</span>
            </c:forEach>
            <script type="text/javascript">
                document.getElementById('inputId').focus();
            </script>
        </c:if>
    </spring:bind>
    

    Note:

    • The status variable is exposed by the spring:bind tag.
    • The javascript part will focus the element when the specific field
      has validation errors.
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a Spring MVC based web application. There are many custom tags written
I have a Spring application that I believe has some bottlenecks, so I'd like
We have a Hibernate/Spring application that have the following Spring beans: <bean id=transactionManager class=org.springframework.orm.hibernate3.HibernateTransactionManager
I have a rather large spring application, and all I'm trying to share is
In my spring application context file, I have something like: <util:map id="someMap" map-class="java.util.HashMap" key-type="java.lang.String"
I currently have to validate custom Field Objects for my application. Simply put, each
In my application i have to validate XML data and pickup all invalid characters
I have an application which has questions. After answer all the questions, score will
I need to add a form to my existing application i have it all
I have a spring application that uses an embedded Jetty instance. Since I am

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.