Refresh problem with chat

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • khuma
    New Member
    • Oct 2011
    • 1

    Refresh problem with chat

    I write a chat program with jsp but i have a problem with refresh( i use this <meta HTTP-EQUIV="Refresh" CONTENT="10"> tag in head tag of main page). And i use <s:include value="/chatviews/inputchat.jsp"/> tag also in that page. Sometimes the text (in textfield) was lost even when i was writing the message. So could you please tell what should i use or how should i do?

    with thanks
    Khuma
  • Rabbit
    Recognized Expert MVP
    • Jan 2007
    • 12517

    #2
    You should use AJAX instead to refresh just the chat window rather than the whole page.

    Comment

    Working...