hi,

you need to mention *method =post* in the form tag
like this
<form name=*"ACT"* * method="post"* action=*"AdminActions"* onsubmit=*"return
checkWholeForm(this)"* >

Thanks and Regards
Vikas Tandon
Software Developer

On Fri, Sep 24, 2010 at 9:00 AM, Nelson Rodrigo - LHQ <
nelson.rodr...@loadstarlk.com> wrote:

>  Dear Friends
>
>
>
> In my servlet I have used doGet method,
>
> Now according to my requirement I have to move those doGet codings to
> doPost method
>
> What I have done is just cut all the doGet part and past them in doPost
> part
>
>
>
> No any compiling errors but not working that doPost part
>
> I just check doGet part and doPost  parts
>
> By using System.*out*.println("Susccess in doGET"); in doGet part
>
> System.*out*.println("Susccess in doPost"); in doPost part
>
>
>
> Response only from doGet part
>
>
>
> I am using eclips as ide
>
>
>
>
>
> This is how I call servlet in html page
>
> <form name=*"ACT"*  action=*"AdminActions"* onsubmit=*"return
> checkWholeForm(this)"* >
>
>
>
>
>
> Thanks & Kind Regards,
>
> Nelson Rodrigo
> Executive – Software Development
> *LOADSTAR (PRIVATE) LIMITED
> *Sri Lanka | Tel: +94 11 483 7914 | Fax: +94 11 224 0892 | Mobile: +94 77
> 311 6556
>
> P *SAVE PAPER*  - *Please consider our environment before printing *ü
>
>
>
> --
> 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<java-ee-j2ee-programming-with-passion%2bunsubscr...@googlegroups.com>
> For more options, visit this group at
>
> http://groups.google.com/group/java-ee-j2ee-programming-with-passion?hl=en?hl=en

-- 
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

Reply via email to