On 10.2.22 04:26, D Tim Cummings wrote:
I don't know the annotation @Include. I tried Vangel's solution using
@Import(stylesheet = "context:css/app.css",module = {
"bootstrap/collapse", "bootstrap/dropdown"}) and that gave me some
more errors in browser javascript console and still no success in
displaying navigation menu.
I forgot that there is one more change you need. In Layout.tml, in the
navbar-toggler button change data-bs-toggle to data-toggle and
data-bs-target to data-target.
Something like this
<button class="navbar-toggler" type="button" data-toggle="collapse"
data-target="#navbarSupportedContent"
aria-controls="navbarSupportedContent" aria-expanded="false"
aria-label="Toggle navigation"><span
class="navbar-toggler-icon"></span></button>
I tested it with the 5.8.0 quickstart and it worked here.
The other errors are related to the fact that the source map files are
missing, but they are only useful for debugging purposes (afaik).
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org