Hello
I have some question with onGet and onRender method:
1.is onRender always called before onGet?
2.is a page refresh triggers onRender and onGet? or only one of them

i.e. I have a stateful edit student page list of courses(using table object)
through a many to many relationship.
when I added or remove a course and updated the database in the submit
listener, i call onRender to fetch the data from database and repopulate the
table.
It seems the table is not always refreshed correctly, Am I doing it write
with onRender method?

Thanks
Yinghai

Reply via email to