hi vinay,

you can use request.getParameterNames() method to get all parameter in
current page.
the method will return an enumeration. then you can iterate through it
to obtain all value from the page.

regardz
ivan

On Mar 22, 6:37 pm, vinay basavanal <vins1...@gmail.com> wrote:
> Hi all,
>
>           If i have a b to b application in which in my jsp there more then
> hundreds of input boxes and they could be string,int,float so in my servlet
> i have to do requset.getParameter("name ")  for  all the field and also
> conversion ,is there a better way then this.

-- 
You received this message because you are subscribed to the Google
Groups "Java EE (J2EE) Programming with Passion!" group.
To post to this group, send email to
java-ee-j2ee-programming-with-passion@googlegroups.com
To unsubscribe from this group, send email to
java-ee-j2ee-programming-with-passion+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/java-ee-j2ee-programming-with-passion?hl=en?hl=en

To unsubscribe from this group, send email to 
java-ee-j2ee-programming-with-passion+unsubscribegooglegroups.com or reply to 
this email with the words "REMOVE ME" as the subject.

Reply via email to