Results 1 to 2 of 2

Thread: unable to use <% %> tags in my jspx file

  1. #1

    Default unable to use <% %> tags in my jspx file

    Hey guys, I'm currently having an issue where I cannot use <% %> tags in my jspx file, when I build the project I get the error "the content of elements must consist of well-formed characterdata or markup..

    I'm attempting to get an url request to show specific values on the page...

    I'd post thefull error but I am using my phone because I am having issues with my internet

  2. #2
    Join Date
    Oct 2011
    Posts
    1

    Default

    try use <jsp:expression> tag, <%%> is not valid xml

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •