Re: Pagelink with a zone

2020-05-04 Thread Thiago H. de Paula Figueiredo
On Mon, May 4, 2020 at 11:18 AM Charan Lingamgunta wrote: > > my recommendation is having a component instead of a > > page for each tab > > > > That was my first solution for this. It just seemed a little odd to have > non-reusable pages in the components directory. But we can live with that. >

Re: Pagelink with a zone

2020-05-04 Thread Charan Lingamgunta
> my recommendation is having a component instead of a > page for each tab > That was my first solution for this. It just seemed a little odd to have non-reusable pages in the components directory. But we can live with that. Just so I'm not misunderstanding anything, there is no correct way to re

Re: Pagelink with a zone

2020-04-30 Thread Thiago H. de Paula Figueiredo
Hello! I'm afraid I don't understand the desired scenario here. PageLink is for full page requests, not for AJAX (including Zones). If you really want to keep the webapp strucutred that way (i.e. each tab is a page), you'd be better served with iframes. On the other hand, my recommendation is hav

Pagelink with a zone

2020-04-27 Thread Charan Lingamgunta
Is there a way I can direct the pagelink component to a zone. I tried using eventlink and delegate to return the instance of an injected page. This works but I have dynamic number of pages in a loop for a tab component. I would just like to specify in the link where the page should be loading. So