|
I have a page that lists all the records in a table
and at the bottom of the page I have a button to add a new record that takes you
to a new page with a form on it, and in the form submit on that page, after
posting to the database, I call cycle.setPage("View") which returns it to the
list of database records, but it does not update the display of the records and
if I refresh, it simply reposts the form, what am I doing wrong??
|
