• 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 validation errors when Migrating to RAD7

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

I have a project which is coded in WSAD512. Now when I tried to migrate the code to RAD7, I see lot of HTML/JSP validation errors..Like "No start tag <form<", "No start tag [td]" etc...even though the tags all have the starting tags correctly coded. Anybody has any idea on this.
Thanks!!
 
Ranch Hand
Posts: 43
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Do you have any includes in the JSP pages? That's one place to look.

I also had trouble when I upgraded because the default tag library references changed. Once I update to the new ones, it was fine.
 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi all,
I saw the same error three years later...
I found the reason on Ibm's wibesite.
http://www-01.ibm.com/support/docview.wss?uid=swg21254986

Your website is just amazingggg.
Thanks
 
reply
    Bookmark Topic Watch Topic
  • New Topic