| Author |
Migration to RAD 7.5 - Unable to Find Struts Tag Handler Classes
|
Bryan Meyer
Greenhorn
Joined: Nov 18, 2008
Posts: 6
|
|
I've recently been working on moving a web application that utilizes Struts 1.1 from RAD 7.0 to RAD 7.5. I know that RAD 7.5 does not allow new Struts 1.1 projects to be created but it does allow existing Struts 1.1 projects to be migrated. The application is to be run on Websphere Application Server 7 and has been set up for this.
Once I migrated my application to RAD 7.5, I noticed hundreds of warnings indicating that the tag handler classes for the utilized Struts tags are not able to be found on the build path. The struts.jar file is on the build path for the web project.
What could be the issue in RAD not being able to find these classes? I have the appropriate files on the build path for Struts 1.1 and still the warnings will not go away.
Could there be a conflict with the Struts files that are included with RAD 7.5? If so, how can this be corrected?
Thanks for any help you could provide.
|
 |
Pallav Bora
Ranch Hand
Joined: Oct 13, 2009
Posts: 73
|
|
Option 1
#1. Sometimes RAD displays warnings unnecessarilly
#2. Build and deploy the application. If it works properly then ignore those warning
#3. If the application works in step 2 above then you may be able to configure RAD not to display those warning.
Option 2
# 1 Try puttig struts jars in the WEB-INF\lib forlder of the web app.
Hope this helps
|
 |
Jeanne Boyarsky
internet detective
Marshal
Joined: May 26, 2003
Posts: 26218
|
|
Bryan,
Struts 1.1 is just Java. You may not be able to use the Struts wizards, but there is no reason RSA 7.5 can't fun a Struts app. I find RSA to be very poor at validating JSPs in general and have turned off that option.
|
[Blog] [JavaRanch FAQ] [How To Ask Questions The Smart Way] [Book Promos]
Blogging on Certs: SCEA Part 1, Part 2 & 3, Core Spring 3, OCAJP, OCPJP beta, TOGAF part 1 and part 2
|
 |
 |
|
|
subject: Migration to RAD 7.5 - Unable to Find Struts Tag Handler Classes
|
|
|