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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 30, 20262026-05-30T20:01:00+00:00 2026-05-30T20:01:00+00:00

Working with a struts 1 project, I’m trying to save myself hours of coding

  • 0

Working with a struts 1 project, I’m trying to save myself hours of coding by using the output value of a JSTL tag to set the disabled property of some input boxes on a JSP page. unfortunately the following doesn’t work:

<html:text property="name" size="15" maxlength="50" disabled="${not empty empRights}"/>

or

<html:text property="name" size="15" maxlength="50" disabled='<c:out value = "${not empty empRights}" />' />`

where empRights can only have true or false values. Is there anyway to achieve this?
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-30T20:01:01+00:00Added an answer on May 30, 2026 at 8:01 pm

    There are many ways to achieve it. (None of which include arbitrary nesting of custom tags, which is never legal.)

    If empRights can only be true or false, checking it for empty seems weird. The easiest would be to set a value based on it, but you need it to be "disabled" or "" (empty), not "true"/"false". Easiest is to use a ternary (assuming JSP 2.0+ container):

    ${empRights ? 'disabled' : ''}
    

    (Or the opposite; not sure what you were trying to achieve via empty.)

    Alternatively, set another variable and use that instead.

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

Sidebar

Related Questions

I am working in a struts project and there I am using Solr Server
I am working on Struts project using the Spring Source Toolsuite IDE. When there
I'm using MyEclipse to develop a really simple Java Struts project. Everything was working
I have been working with Struts for some time, but for a project I
we are working on a web application which is developed using Struts 2 Framework.
Currently I am working on web project which uses JSP/Servlet and struts framework. We
I'm working through some struts tutorials, and here's one of the ones I'm using:
I am working on a project to take an existing project using JSF1.2, JSP,
I'm currently working on a ray-tracer in C# as a hobby project. I'm trying
I'm working on a project using Hibernate to persist my entities (the full stack

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.