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

  • Home
  • SEARCH
  • 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 8528373
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 11, 20262026-06-11T08:47:13+00:00 2026-06-11T08:47:13+00:00

I am using Struts1 and JSP. I can access the form property using the

  • 0

I am using Struts1 and JSP. I can access the form property using the <bean:write> tag but I can’t do it with the JSTL. Why not? My form is a DynaActionForm.

This statement works:

<bean:write name="myForm" property="origin"/>

This does not work, displays ${myForm.map.origin} plain vanilla:

<c:out value="${myForm.map.origin}"/>

This does not work either, displays ${myForm.origin} plain vanilla:

<c:out value="${myForm.origin}"/>
  • 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-11T08:47:14+00:00Added an answer on June 11, 2026 at 8:47 am

    That can happen if there’s somewhere a Servlet/JSP, JSTL and/or web.xml version mismatch. During Servlet 2.3/JSP 1.2, EL was part of JSTL 1.0. During Servlet 2.4/JSP 2.0, EL was moved from JSTL to JSP and JSTL 1.1 shipped without EL. The web.xml version declaration dictates the Servlet/JSP version currently used and must be supported by the target container.

    So, if you’re using JSTL 1.0 on Servlet 2.4/JSP 2.0, or are using JSTL 1.1 on Servlet 2.3/JSP 1.2, then you will face exactly this problem. Also, if you’re using JSTL 1.1 on Servlet 2.4/JSP 2.0, but the web.xml is declared conform Servlet 2.3 (or doesn’t contain any version declaraion), then you will also face exactly this problem.

    All is explained in our JSTL wiki page. You can also find download links to the right JSTL versions and examples of the right version-specific web.xml declarations in there.

    Another possible cause is that you’ve a <%@page isElIgnored="true"%> declaration in top of the JSP or <jsp-config><el-ignored>true</el-ignored></jsp-config> in web.xml, but that’s a too obvious cause to be overlooked.

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

Sidebar

Related Questions

I'm receiving this error on my jsp file - 'Can not find the tag
How can I expose a Java bean to a JSP page by using struts?
Using struts2 with jsp with standard struts tag libraries. I'm trying to dynamically hide
I am trying to implement ajax in jsp(avoid form submit) using struts2. I used
i want to do arithmetic operation on jsp . I am using struts tag
how to write the below code using struts2 tag library. since struts2 have many
Using struts2 how can I keep list values just after click in a jsp
I have a working Action and JSP form that I'm using for creating new
I am using Struts 2. I have a JSP. It has this code: <span
Hi: In my jsp page,I have a form to add/update a nested object using

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.