Emanuel Rabina

Results 87 comments of Emanuel Rabina

This would be awesome to have IMO. Have you seen what I've been doing to make each test file equate to a single JUnit test? https://github.com/ultraq/thymeleaf-layout-dialect/blob/master/Tests/nz/net/ultraq/thymeleaf/tests/decorator/DecoratorTester.java And that's just 1...

I finally got tired of the boilerplate involved with hooking up a new `thtest` file w/ JUnit, so I went looking for a way to dynamically generate a test for...

Agree, it is in need of some love and updating!

Really need this one now. Found a case where I was passing a date object around and Dates don't serialize/deserialize very well! That virtual DOM idea (#28) is sounding more...

Now sitting on a `__thymeleafLocalVariables` property of an element. If I'm to keep it out of the DOM then something like a `Map` might be needed as the key can...

Hey there, sorry to take so long getting back to you on this one as this is an interesting bug and had me stumped for a very long time. However,...

Another thing I found which might be good to do this: processing templates as document fragments still gets the browser to operate on them. eg: I had a template where...

The browsers XML deserializer also has issues with self-closing `th:block: elements, throwing the whole parsing structure out. This'll need an HTML parser, cripes. Should be simpler than putting together the...

To merge the titles of the layout and content pages, the layout dialect will select the `` element wherever it is within ``, and in the process completely bypass any...