ADF form and GET or POST methode
LausOct 25 2012 — edited Oct 25 2012Hi,
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