2 Replies Latest reply on Apr 1, 2008 6:52 AM by ilya_shaikovsky

    How to refresh a page partly ?

    sugi_chn

      I have a link in my index page.When i click it an (first request)ajax request is sent which hits my DB thru webservice and returns list [which has email id and userid]of users.

      I 've to update the user info by clicking individual user hyperlink,again here i make an ajax cal to get full detail of the user.

      but when i do this my whole page is refreshing so that two Ajax requests are made.How to avoid it ?

      I tried using <a4j:region> but then, stylesheets are missing.

      Can any one help me to get thru???????????


      -Sugi