Closed gabrielmarquez29 closed 9 months ago
Do not use this issue tracker to ask questions, instead use one of these channels. Questions will likely be closed without notice.
Which version(s) did you encounter this bug ? version 4.5.2
Can't load in template "admin/path1/page1" template header @include{'/admin/commom/header.templ'}
Static Path1 -> Page1 will fail.
Reproducers are very helpful for contributors and will likely help them fixing your bug faster.
run mainVerticle in browser http://127.0.0.1:8080/ Click first link Static Path 1 -> Page 1
This is most likely a duplicate of #2544
See the limitation about includes documented in https://vertx.io/docs/vertx-web/java/#_mvel_template_engine
Questions
Do not use this issue tracker to ask questions, instead use one of these channels. Questions will likely be closed without notice.
Version
Which version(s) did you encounter this bug ? version 4.5.2
Context
Can't load in template "admin/path1/page1" template header @include{'/admin/commom/header.templ'}
Do you have a reproducer?
Static Path1 -> Page1 will fail.
Reproducers are very helpful for contributors and will likely help them fixing your bug faster.
Steps to reproduce
run mainVerticle in browser http://127.0.0.1:8080/ Click first link Static Path 1 -> Page 1
Extra