hi, is ajax can work in components? i mean let say that i separated the comment into 2 components, 1 for list of view comments and the other is form to post the comment. i have a problem when i post the comment using the form, the data that have been posted is not directly change on list of comments (the other components), i must refresh my browser many times so that the list comments can show the latest posted comment. is there any clue or solution to implement ajax that works in other components?
any hints, suggestion is greatly appreciate. thank you very much.