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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T20:49:51+00:00 2026-05-27T20:49:51+00:00

The jsp page named uploadTextContent.jsp contains the following code, <html:cancel value=Close accesskey=c styleClass=Button onclick=JavaScript:closeWellFormatContent(‘<%=request.getAttribute(message)%>’)

  • 0

The jsp page named uploadTextContent.jsp contains the following code,

<html:cancel value="Close" accesskey="c" styleClass="Button" onclick="JavaScript:closeWellFormatContent('<%=request.getAttribute("message")%>')" />

When tried to be deployed in Weblogic 10, I am getting the following error while activating changes.

Substituted for the exception weblogic.servlet.jsp.CompilationException which lacks a String contructor, original message – uploadTextContent.jsp:51:137: This attribute is not recognized. ‘)” /> ^—–^

Could you please let me know what shall be the rootcause for this error and how this can be rectified.

  • 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-27T20:49:52+00:00Added an answer on May 27, 2026 at 8:49 pm

    <%=request.getAttribute("message")%> – this scriptlet contains double quotes and it appears inside of attribute’s double quotes.

    Try to replace scriptlet with EL expression (to avoid double quotes):

    <html:cancel value="Close" accesskey="c" styleClass="Button" onclick="JavaScript:closeWellFormatContent('${requestScope.message}')" />
    

    EDIT

    It might be that EL evaluation is disabled. In order to enable it you need to set isELIgnored of the page directive to false:

    <%@ page isELIgnored="false" %>
    

    This setting will enable JSP evaluation for one page. If EL evalution is required in all or most of the pages then it’s better to set el-ignored configuration option to false in web.xml like this:

    <jsp-config>  
      <jsp-property-group>  
        <url-pattern>*.jsp</url-pattern>  
        <el-ignored>false</el-ignored>  
      </jsp-property-group>  
    </jsp-config> 
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a drop down in a jsp page having the following code <s:select
I have a jsp page with two radio tags. The page contains a struts2
I've got a JSP page with a piece of Javascript validation code which limits
M sending the parameters from the jsp page, the code is <s:url id=url action=searchAction>
I have the following in my jsp page (assume that client is an object
My JSP page has many Submit buttons for example <input type=submit name=RemoveCustomer value=Submit/> <input
I'm using Spring MVC. I want to include menu page (named menu.jsp) with a
Here is the HTML from my .jsp page: <tr> <td><input type=checkbox name=<%=editID%>COM /> </td>
I have a jsp page as: <html> <head> <title>Try in JNLP</title> <script src=http://www.java.com/js/deployJava.js></script> <script>
<html> <body> <form action=Test1.jsp method=post> <select name=source onchange=> <option value=rss>RSS LINK</option> <option value=other>OTHER LINK</option>

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.