• 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

Please help me debug this error in Struts/taglibs

 
Ranch Hand
Posts: 45
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi All,
I am getting this below error in one of my JSP pages.It would be great if anyone can help me ot with this.Do I have to set classpath or import or something.

/****** confirmation.jsp page ****************/



/****** confirmation.jsp page ****************/


org.apache.taglibs.standard.tag.el.core.OutTag
 
Ranch Hand
Posts: 624
IntelliJ IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I see you are using a logic tag, but I do not see a <@taglib ...> declaration to use the logic tag library.

Is "org.apache.taglibs.standard.tag.el.core.OutTag" the full error message that you are getting?

What web server (incl version) are you using?


By the way, if you edit your post, and select the "Disable smilies in this post." option (below the "Instant Graemlins" section) your <c:out> tags in your post will display properly - but you will need to remove the extra spaces the smilies put in.
 
reply
    Bookmark Topic Watch Topic
  • New Topic