|
| All of the documentation I have been able to find from IBM states that in order to convert a Struts application to a portlet the application has to have been developed using Struts version 1.1. They also state that you need to get all of the .jar and .tl
d files from the SPFStandardBlank.war file which can be found in the Portal/installableApp directory and add them to the Struts application, replacing the existing ones.
However, when I start from my application, which was built using Struts version 1.1, and I copy over the files they say to, I have problems with my code. The files copied over are older files than the ones my application was built on and the copied over
files don?t support the ActionMessage and ActionMessages Struts classes, which were new in Struts version 1.1.
This leads me to believe that the files IBM indicates to use in order to have your Struts application work in a Portal 6.0 environment do NOT support Struts version 1.1. They only support Struts version 1.0.
Can anyone shed some light on this problem?
Thanks!
Carol
|
|