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

org.apache.jasper.JasperException: Attribute action invalid for tag link according to TLD

 
Ranch Hand
Posts: 71
Hibernate Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Getting JasperException as Attribute action invalid for tag link according to TLD.
Developed an application for DispatchAction with struts.jar (Struts 1.2 distribution), struts-core-1.3.10.jar and struts-extras-1.3.10.jar in the classpath and in the lib folder of the application in server with the TLDs in WEB-INF.

Exception is due to these statements:
<html:link action="/add">Add</html:link><br />
<html:link action="/modify">Modify</html:link><br />
<html:link action="/delete">Delete</html:link>


Thanks in advance.
 
Deepak Kumar Jena
Ranch Hand
Posts: 71
Hibernate Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Can anybody suggest the reason behind this Exception?
reply
    Bookmark Topic Watch Topic
  • New Topic