I figure it's gotta be me.

In my beginXxx method I add four parameters to the request 
object.  I examined them all in the debugger, and they all 
look great.  In my setUp method, however, I do the 
following:

        System.out.println("setUp parameters=" + 
request.getParameterMap ());

and it spits out this:

setUp 
parameters={Cactus_TestMethod=[Ljava.lang.String;@78d244, 
CurrentView=[Ljava.lang.String;@348b11, 
Cactus_TestClass=[Ljava.lang.String;@162212, 
Cactus_AutomaticSession=[Ljava.lang.String;@16daa9, 
ProMVCURI=[Ljava.lang.String;@6d999a, 
Cactus_Service=[Ljava.lang.String;@7f4fbb}

Only 2 of the 4 I added in beginXxx made it to the setUp 
method (CurrentView and ProMVCURI).  Needless to say, my 
test from that point crashes and burns.  Curiously, the 
two parameters that did make it to this point were the 2nd 
and 4th parameters added.  Just thought I'd throw that in 
there to increase the weirdness factor.

Has anyone else observed this behavior (I'm using version 
13-1.4)??  Does anyone have a clue as to what I'm possibly 
doing wrong??

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to