JSP with AJAX

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • MarySandoval
    New Member
    • Jan 2007
    • 4

    #1

    JSP with AJAX

    Hi, I'm very sorry if i posted here, I don't know the correct forum...
    Here is my question, how can I update a table in JSP (using a display:tag table) using AJAX? I deleted a row, now, i wanted to bring a new list to the table from the database...

    Thx in advance...
  • r035198x
    MVP
    • Sep 2006
    • 13225

    #2
    Originally posted by MarySandoval
    Hi, I'm very sorry if i posted here, I don't know the correct forum...
    Here is my question, how can I update a table in JSP (using a display:tag table) using AJAX? I deleted a row, now, i wanted to bring a new list to the table from the database...

    Thx in advance...
    I'll copy this to the Ajax forum.

    Comment

    • MarySandoval
      New Member
      • Jan 2007
      • 4

      #3
      thank you very much, i read in that forum that jsp is different from javascript so i decided to post here... sorry...

      Comment

      • r035198x
        MVP
        • Sep 2006
        • 13225

        #4
        Originally posted by MarySandoval
        thank you very much, i read in that forum that jsp is different from javascript so i decided to post here... sorry...
        You should not apologize. This is the right place to post it IMO. You are using JSP after all. The reason I copied it there is because you said you want to do the update using Ajax so I thought an Ajax expert might help you better. I've never used Ajax myself even though I work with a lot of JSPs.

        Comment

        Working...