Page 3 of 3

New User "List" problems

Posted: Fri Apr 12, 2013 8:02 pm
by Kateryna Grynko

On "ClickableLinkDetails" page rest service works correctly: list was created. But it's not refreshed when opening page again.
Try calling "restservice2" not on "Page Load" event but on "Page Show".


New User "List" problems

Posted: Fri Apr 12, 2013 8:03 pm
by TimKuehn

This is the current event:
ClickableLinkDetails Load Invoke service Datasource: restservice2

I can change it to page load and see what happens.


New User "List" problems

Posted: Fri Apr 12, 2013 8:04 pm
by TimKuehn

invoking the service on "page show" did the trick. Thx!