sam morris

Greenhorn
+ Follow
since Sep 07, 2005
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by sam morris

I have managed to setup application server 6.0 to work with our application. We use the CVS system. How is it possible so that i integrate/commit the new server configuration in such a way that others can update server project(??) or something else so that they do not have to go through the whole process of setting up each and everything in the server all over again...is there a way to do this ?
18 years ago
Hi,
I am trying to get ArrayList going with struts in request scope. Since it gives the index problem i am creating a new class which extends ArrayList and then overriding the set() method and it in turns checks index and if needed instantiates a new Object that i want and it all works fine.

I am trying to see if anything generic can be done and the only way seems to be to pass the class type to instantiate as a parameter of <form-property> in the config file but in order to do that i have to subclass FormPropertyConfig and read the parameter to instantiate the proper class. I tried subclassing FormPropertyConfig and put the new class name in the className attribute in <form-property> but it is giving an error saying
"TestFormConfig must be a subclass of org.apache.struts.upload.CommonsMultipartRequestHandler". I have no idea what the problem is. Can anyone help.
18 years ago
will a form bean type of java.util.List put in values for a request scope if we have proper objects in the list...

it supposedly works for type of object[] in request scope but does not when the objects are put in list and the form type is of java.util.list....any ideas why ?

i am pretty new to struts...
18 years ago