uklance / tapestry-stitch

Sample components and concepts in Tapestry 5
MIT License
14 stars 7 forks source link

page source contains </body><body> #29

Open tapestryGodot opened 9 years ago

tapestryGodot commented 9 years ago

hello, I am exploring tapestry-stitch and its tabgroup feature. it works nicely, but breaks javascript functionality that is initialized in the -tag: the tabgroup seems to add a new ... section at the end of the page that is produced. without the tabgroup, the page source looks like:

<!DOCTYPE xml>... ...

with the tabgroup, this becomes:

<!DOCTYPE xml>... ...

so, the problem is that the second ... breaks the initialization that takes place when opening the first

would you have any idea how to merge these two bodies? a simple search/replace of "" into "" would do the job ;-)

thanks, g.