Re: xsp-request:get-parameter-values -> Java String[]

2002-10-10 Thread Christian Joelly
Hello all! sorry for that stupid question, i forgot as="array" ;-( thx for your time Chris On Thu, Oct 10, 2002 at 12:05:04PM +0200, Christian Joelly wrote: > i want to write the values from an request parameter to a String array, > but it seem that this task is too complex for my brain ;-) ca

Re: xsp-request:get-parameter-values -> Java String[]

2002-10-10 Thread Atlanoff
Hello Christian, -- How about like this sample: I used vector instead array, but it works correctly. java.util.Vector Vector v = (Vector)request.getAttribute("checkup"); for(int i=0; i < v.size(); i++) { } === CJ> doesn't work... CJ> thx, Chr

xsp-request:get-parameter-values -> Java String[]

2002-10-10 Thread Christian Joelly
Hello! i want to write the values from an request parameter to a String array, but it seem that this task is too complex for my brain ;-) can anybody tell me how to do that? String asKst[] = ; doesn't work... thx, Chris its Cocoon 2.0.1... -- KNAPP Logistics Automation http://www.knapp.com