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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T01:20:07+00:00 2026-05-27T01:20:07+00:00

I have a custom JSP tag which is using a parameter which is an

  • 0

I have a custom JSP tag which is using a parameter which is an enum. This approach is a consequence of using other classes which need this enumeration. The point is I have no clue how to assign an enum value in the EL:

<mytaglib:mytag enumParam="${now what do I type here?}" />

The only workaround which I found so far was to make the enumParam an Integer and convert it to desired values:

<mytaglib:mytag enumParam="3" />

I believe there must be a better way to do it. Please help.

  • 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-27T01:20:07+00:00Added an answer on May 27, 2026 at 1:20 am

    EL allows the use of Enums!

    There are three ways to set a tag attribute value using either an rvalue or lvalue expression:
    [..]

    With text only:

    <some:tag value=”sometext”/>

    This expression is called a literal expression. In this case, the attribute’s String value is coerced to the attribute’s expected type. Literal value expressions have special syntax rules. See Literal Expressions for more information. When a tag attribute has an enum type, the expression that the attribute uses must be a literal expression. For example, the tag attribute can use the expression “hearts” to mean Suit.hearts. The literal is coerced to Suit and the attribute gets the value Suit.hearts.

    http://download.oracle.com/javaee/5/tutorial/doc/bnahq.html

    Enum:

    public Enum Color{ 
       RED, BLUE, GREEN 
    }
    

    JSP/ Tag file

    <mytaglib:mytag enumParam="${'RED'}" />
    

    Tested with Tomcat 7.0.22 as well as Jetty 6.1.26.

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

Sidebar

Related Questions

I have a custom jsp tag like this: <a:customtag> The body of the custom
I have defined a custom tag to take one parameter, a number, which it
I have a problem: I need to build a custom tag, which can take
i wrote custom tag which makes it easy to localize strings; in jsp it
Is it possible for a custom JSP tag to detect if there are other
I have developed JSP custom tag named <ctn:input mandatory = true> with one custom
When trying to use a custom JSP tag library, I have a variable defined
I have a really strange problem, following attribute of a jsp tag <custom:tag onclick=addBid('<%=
I am defining a custom tag htmlencoder. I have These files: WEB-INF/classes/HtmlEncoderTag.jar ,with a
I would like to write a custom JSP tag whose output includes other JSP

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.