Search:

Type: Posts; User: saraeliza

Search: Search took 0.18 seconds.

  1. Replies
    6
    Views
    3,209

    Re: doGet and doPost not supported in URL

    All I did was run my DAOs after connecting them to my sql. I didn't do anything different to the code, so the method for get was correct for my code.
  2. Replies
    6
    Views
    3,209

    Re: doGet and doPost not supported in URL

    I was able to get the doGet to work, I'm still having trouble with the doPost. I will look at examples and see if they can help. Thank you! 😊
  3. Replies
    6
    Views
    3,209

    Re: doGet and doPost not supported in URL

    I am using wildfly 19. I tried to add the servlet mapping and servlet classes on the web.xml but that didn't do anything different. But other than that I haven't tried anything else on the web.xml
  4. Replies
    6
    Views
    3,209

    doGet and doPost not supported in URL

    For a code I am working on I'm using servlets with jsp. In the servlets I have doPost and doGet with certain servlets that I want to get something on the server or to add it. In the jsp I have the...
Results 1 to 4 of 4