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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 29, 20262026-05-29T14:55:21+00:00 2026-05-29T14:55:21+00:00

I am building MVC CRUD application. In JSP file I got this error The

  • 0

I am building MVC CRUD application. In JSP file I got this error

The tag handler class for "fmt:message"
     (org.apache.taglibs.standard.tag.rt.fmt.MessageTag)
         was not found on the Java Build Path

Here is my JSP file at the line “fmt:message”

<%@ include file="/WEB-INF/jsp/include.jsp" %>
<%@ taglib prefix="form" uri="http://www.springframework.org/tags/form" %>

<html>
<head>
  <title><fmt:message key="title"/></title>
  <style>
    .error { color: blue; }
  </style>  
</head>

<body>
<h1><fmt:message key="addprod.heading"/></h1>
<form:form method="post" commandName="addprod">
  <table width="95%" bgcolor="f8f8ff" border="0" cellspacing="0" cellpadding="5">
      <tr>
      <td align="right" width="20%">Add a new Product: (Please enter ID for the new product) </td>
        <td width="20%">
          <form:input path="productID"/>
        </td>

        <td width="60%">
          <form:errors path="productID" cssClass="error"/>
        </td>
    </tr>
    <tr>
      <td align="right" width="20%">Add a new Product: (Please enter name for the new product) </td>
        <td width="20%">
          <form:input path="productname"/>
        </td>

        <td width="60%">
          <form:errors path="productname" cssClass="error"/>
        </td>
    </tr>
        <tr>
      <td align="right" width="20%">Add Price: (Specify price in number) </td>
        <td width="20%">
          <form:input path="productprice"/>
        </td>

        <td width="60%">
          <form:errors path="productprice" cssClass="error"/>
        </td>
    </tr>
  </table>
  <br>
  <input type="submit" align="center" value="Add">
</form:form>
<a href="<c:url value="hello.htm"/>">Home</a>
</body>
</html>

Kindly guide me how to solve it. I added all the jars related, But could not understand the error exactly. Thanks

  • 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-29T14:55:22+00:00Added an answer on May 29, 2026 at 2:55 pm

    I see two potential problems.

    1. Regarding the specific error you’re seeing, you need to ensure
      the appropriate tag library is on your build path. In Eclipse,
      right-click your project and select “Properties”. In the dialog that
      pops up, select “Java Build Path”. The window should display tabs
      representing the various kinds of libraries you can add to your
      project. One of those tabs should list the “JSTL” library–my
      projects, for instance, use jstl-1.2.jar. If you don’t see it in
      any of the libraries on your build path, you may need to add it
      manually by copying it to your project’s external library folder and
      adding the JAR manually to your build path.

      See: http://wiki.eclipse.org/FAQ_How_do_I_add_an_extra_library_to_my_project%27s_classpath%3F for more info.

    2. After you add the library to your build path, you still have to
      make sure that the tags it contains are available to your specific
      JSP. In your example, you have:

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

      That allows you to use Spring’s form tag library in your current JSP. I do not see a similar declaration for the fmt library, which I would expect to look something like:

      <%@ taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt" %>
      

      It’s possible that you’ve got that in your include.jsp file; if so you should be fine.

    Hope this helps.

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

Sidebar

Related Questions

I'm building a Spring MVC web application with Tiles/JSP as the view technology. Previously
I'm currently building a Spring MVC application. I was looking to use JSP pages
I am building an MVC application in which I am reading a list of
I'm building a MVC web application (using the Spring MVC framework), and I'm a
I am building a .NET MVC web application. Is cloud hosting the way to
I'm building a .NET MVC application which will be deployed on a Windows 2003
I'm building my first ASP.NET MVC application and I am having some troubles with
Building decent RIA data-intensive crud-like application is still hard. In spite of existence tons
I am building a MVC 3 application where the users may not be in
I am building an MVC 3 application with an IIS 7.5 backend. On my

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.