BlackPepperSoftware / thymeleaf-fragment.js

Process Thymeleaf fragments in the browser.
Apache License 2.0
8 stars 3 forks source link

Support parameterized fragments #15

Open rosemead opened 5 years ago

rosemead commented 5 years ago

Hi. I've tried applying thymeleaf-fragment.js to the parameterized fragment example in the thymeleaf docs. Could not get it to work.

Are <head> fragments supported ? parameterized fragments? If so, would appreciate pointers how to accomplish this. Thanks!

markhobson commented 5 years ago

Hi there, I'm afraid parameterized fragments aren't supported. Specifically, fragments with parameters are resolved but the parameter values are ignored. See this test for an example.