Hi,
i have a search component with event search go to another page called Search, in page Search on load i invoke my service and populate a grid. If i make submit to another page the parameters is going in request?
thanks
Hi,
i have a search component with event search go to another page called Search, in page Search on load i invoke my service and populate a grid. If i make submit to another page the parameters is going in request?
thanks
You can use local storage: http://docs.appery.io/documentation/a...
Hi,
thanks for your answer, works fine with local storage first time, but when try submit again inside the page called Search, is not work. Work only on first submit. Can help me?
thanks
Check to make sure the button click is invoked again (put a debug statement).
YEs, is inviked again because it is inside a template. How i can put in debug statement?
Can you explain what you mean by template?
You can use
console.log(...);
Template with workarea.
i have a template called HomeTemplate with a search box and a work area, i created the pages called Home and Busca using this template HomeTemplate.
In HomeTemplate i have:
http://d.pr/i/1aPh
to Local Storage (and go to other page called Busca
in Search page i have:
http://d.pr/i/UpIo
When i submit from Home to Busca the to Local Storage works and busca_service works to. So when i try submit again inside the page Busca is not work.
any help?
Try switching to page show event. Load event is only invoked once -- when the page loads for the first time.
Hello! I think Max meant you need to use Show event instead of Load.