Weblogic application under Struts configuration occurs when the wrong solution tag

  Abstract: Weblogic application under Struts configuration occurs when the wrong solution tag 

  <tr> <td> 

  Error message: 

  Webloigc Struts configuration in the application errors often arise Below, and in no other Web server under: 

  Parsing of JSP File '/ index.jsp' failed: 
  ———————————————— – 
  / Index.jsp (3): Error in using tag library uri = '/ WEB-INF/struts-html.tld' prefix = 'html': The Tag class' org.apache.struts.taglib.html.FormTag 'has no setter method corresponding to TLD declared attribute 'name', (JSP spec 1.1, 5.4.1) 
  Probably occurred due to an error in / index.jsp line 3: 
  <% @ Taglib uri = "/ WEB-INF/struts-html.tld" prefix = "html"%> 

  Reasons: 

  This is because the tag weblogic very strict requirements 

  Solution: 

  Open struts.jar can see org and META-INF directory of the two, in the META-INF directory is verified by the tld document, in fact we only have this META-INF directory can be deleted.    Struts can download the source code, and then re-generate new jar file, consisting only of java class files, documents do not contain tld 

  </ Td> </ tr> </ table> 
  ↑ Back 

Share and Enjoy: These icons link to social bookmarking sites where readers can share and discover new web pages.
  • Digg
  • del.icio.us
  • Facebook
  • DotNetKicks
  • DZone
  • Netvouz
  • Propeller

Tags: ,

Releated Java Articles

Comments

Leave a Reply