Hello,
I couldn't find anything about this in the documentation so I figured I'd
ask.
I'm in tapestry 5.5 and I can't seem to access bootstrap javascript files.
> javascriptSupport.require("bootstrap/bootstrap.bundle");
does nothing and so does
> javascriptSupport.require("bootstrap4/bootstrap.
utred that way (i.e. each tab is a page), you'd be
> better served with iframes.
>
> On the other hand, my recommendation is having a component instead of a
> page for each tab. Also, you could reuse these components in pages if you
> need or want that.
>
> On Mon, Apr 27, 20
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