sitemesh / sitemesh3

SiteMesh 3: Official repository
https://sitemesh.github.io/sitemesh-website/
Apache License 2.0
480 stars 168 forks source link

how to custom same Tag in jsp's page #125

Closed weiwangda2014 closed 1 year ago

weiwangda2014 commented 4 years ago

i have defined in decorator

and i have defined a page ,as follows

<JavaScripts>
    a......
</JavaScripts>

<JavaScripts>
    b......
</JavaScripts>

the result is

a....

but now, i need result is

a...... and b......

Is there any way to fix my problem?

codeconsole commented 1 year ago

Example: https://github.com/sitemesh/sitemesh3/issues/99