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.
>
> 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
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
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