• 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

validation from validator: "org.xml.sax.SAXParseException: Attribute "value" was already specified f

 
Ranch Hand
Posts: 74
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Compilation of JSP File '/jsp/addtrunk.jsp' failed:
--------------------------------------------------------------------------------

addtrunk.jsp:1:1: The page failed validation from validator: "org.xml.sax.SAXParseException: Attribute "value" was already specified for element "html:text".".
<%@ taglib uri="/tags/struts-bean" prefix="bean"%>
^------------------------------------------------^


web.xml






struts config file






addtrunk.jsp'


 
Bartender
Posts: 1845
10
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
What in heavens name is:
?

You're using your own version of the HTML tag library?
Looks like a possible cause of the problem.
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic