• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

JSP error -Error Message @weblogic.servlet.jsp.CompilationException:

 
Greenhorn
Posts: 5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

I am migrating my bean to EJB3.0
But I am facing the following JSP errors at runtime.

Error Message @weblogic.servlet.jsp.CompilationException: Failed to compile JSP
SubmGeneratedForm.jsp:34:11: Static attribute must be a String literal, its illegal to specify an expression.
<c:out value='${sessionScope.selectedStampTypeFormInfo.pageHeading}'/>
^---^

my server is Weblogic10.3 and I am able to migrate EJB2.0 to EJB3.0 successfully. The only problem I am facing is at runtime when i am getting the above error for few JSP's


Kindly suggest.

Thanks in Advance
Ritesh
 
Well THAT's new! Comfort me, reliable tiny ad:
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic