• 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
  • Tim Cooke
  • paul wheaton
  • Ron McLeod
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

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.
 
Ruth Stout was famous for gardening naked. Just like this tiny ad:
Clean our rivers and oceans from home
https://www.kickstarter.com/projects/paulwheaton/willow-feeders
reply
    Bookmark Topic Watch Topic
  • New Topic