It does pring index.jsp's contents when there is no servlet (or when I don't write form<> tag) but otherwise there is an empty screen.
My main.jsp in WebContent outside WEB-INF contains "hihihh".
I'm not sure what we need to write in action parameter in index.jsp, is it the name of the servlet class, or something else.
I tried out writing 'pramod' , 'test' but no use.
Please advise.
Thanks,
Pramod
Bear Bibeault
Author and opinionated walrus
Marshal
I didn't understand your first question on response in browser and made hhihh to hello to make it meaningful.
It's just for test purpose.
All I'expecting is index.jsp with 'hi' and 'go' button but even that is not appearing and the browser screen is plain white and there is no error in server log.
Also, not sure what I need to write in the Action parameter of the Form tag.
I did check the browser source code in Chrome which was blank.
Don't understand what is the problem with index.jsp excluding <form> tag.
Why can't it print even 'hi'.
I had also run debug on server option, same reply.
Could you please tell me if the action tag value is right or wrong.
Bear Bibeault
Author and opinionated walrus
Marshal