• 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

Accessing class files in a JAR file with struts application.

 
Greenhorn
Posts: 6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I have included a JAR file with some class files & trying to access a form bean in struts-config which is in jar file. I have included the jar file in class path but on compiling the code I get

javax.servlet.UnavailableException: Parsing error processing resource path /WEB-INF/struts-config.xml

Despite of correct syntax.
<form-bean name="searchForm" type="com.form.SearchForm"/>.

Please provide any solution to fix the same. We use java 1.4, ant build and struts 1.1.

Can struts read class file from the JAR file?

Thanks in advance

Regards,
Abhishek
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic