billkl
11-30-2005, 11:07 PM
I have modified the Amazon sample to add a user review capability. I have added a add a review button that display a form(form borrowed from the address.lzx code) where the reviews were. When I click on the OK button, it correctly sends the data to my jsp which then updates the review database. I then send a request to the dtaset for an update. The form goes away but nothing is displayed in the Reviews area. If I click on the slider for the editorial review and then click on the customer reviews slider the review that I entered has been added to the reviews. Is there any way to cause the review display area to refresh it self withou clicking on the sliders? I no the data has updated the database and I no that the data must be in the product dataset because it is there when I click on the sliders. While I no of an update method to get data from a form to the dataset, I can't seem to find a way to update the form from the dataset other than doRequest() which I am already doing.