I am using:
– MyEclipse Derby as database
– myEclipse 7 Bench
– Spring 2.5
– Hibernate 3.2
In Icefaces’s page, I have a delete button to remove a record from the list records.
After I click the delete button, Iceface’s page doesn’t change anything but In database the record is deleted.
If I log into the page again, the record is deleted.
How can I refresh page with delete function?