how to access an array declared in a jsp and to use in servlet
i have done like this:
declared an array of size 3 and in servlet declared a variable initialized to null and assigned to request.getParameter (arr) but its not working .is it correct

String[] array = request.getParameterValues("paraname"); ?

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.