Skip to Main Content

Java Development Tools

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

ADF form and GET or POST methode

LausOct 25 2012 — edited Oct 25 2012
Hi,
I am little new to ADF and confused about something. In my ADF project I created a page with button and input text field. The button is connected to servlet.
Each time I click the button, the doGET methode is activated in servletm, but when I look at the form i browser using (Chrome development tools) I can se that form with input text field is using POST methode.
Why then in my servlet only the doGet methode is accessed. By the way I have written bouth doGet() and doPost methode in servlet?
Any help.
Thx

Edited by: MarcusO on 2012.10.25 05:59
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Nov 22 2012
Added on Oct 25 2012
0 comments
219 views