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

Basic question

 
Greenhorn
Posts: 5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator
Am using displaytag to show tables. That works fine. But when i write any scriplet its giving error.
Error :
The content of elements must consist of well-formed character data or markup.
Can anyone tell me where am going wrong
version am using:
<jsp:root version="1.2" xmlns:jsp="http://java.sun.com/JSP/Page" xmlns:display="urn:jsptld:http://displaytag.sf.net/el" xmlns:c="urn:jsptld:http://java.sun.com/jstl/core">

<jsp:directive.page contentType="text/html; charset=UTF-8" />
 
Sheriff
Posts: 13411
Firefox Browser VI Editor Redhat
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator
Duplicate of:
https://coderanch.com/t/290210/JSP/java/PLEASE-HELP-jsp-scriplet
Since the other has a more meaningful subject line, I'll close this one.

shruthip prashu,
Please try to keep your question to one thread. This will make it much easier to keep track of the converstaion and prevent people from wasting time making suggestions that have already been made.

If you need to change your post or subject line, simply click on the link in the original thread.

Good luck with your question.
 
    Bookmark Topic Watch Topic
  • New Topic