How do you access bootstrap4 js bundle in tapestry 5.5

2020-09-03 Thread Charan Lingamgunta
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.

Re: Pagelink with a zone

2020-05-04 Thread Charan Lingamgunta
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

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