Title: Message
    I have a simple page with a dynamic list (ie., a list with content extracted from a db). Each row has its delete and update link (using DirectLink component).
    Update seems to work fine, since another page with a form to modify the row is shown, and after submiting the page list appears up to date (with the recent changes). The problem is the delete link: the list page is not updated. The only difference is: in the first case, the navigation starts in the list page, then goes to the form page, and finally to the list page again; in the second case, only the page list is visited.
    After performing the action associated with a direct link, which is the proper manner to navigate to another page? and how can I force that page to be regenerated? (I mean, I don't want to navigate to a cached page).
    Thanks,
        Dar�o

Reply via email to