thymeleaf / thymeleaf-docs

Thymeleaf documentation
Apache License 2.0
44 stars 54 forks source link

Add explanation for variable templates in Link Expression paths #7

Closed danielfernandez closed 10 years ago

danielfernandez commented 10 years ago

This thymeleaf/thymeleaf#89 was added for 2.1.3, but there should be a reference to this new way of creating URLs dynamically in the tutorials.

marceloverdijk commented 10 years ago

Can you briefly explain how to use this to create url's? Especially together with @ context aware url's.

jmiguelsamper commented 10 years ago

You can see some examples in the companion tests https://github.com/thymeleaf/thymeleaf-tests/blob/20140309/src/test-21/resources/engine21/features/link/link05.thtest

danielfernandez commented 10 years ago

Docs updated. Will be published with 2.1.3

marceloverdijk commented 10 years ago

Nice, looking forward to release of 2.1.3. I was under impression it was already released but Maven central only has org.thymeleaf:thymeleaf-testing:2.1.3 artifact (May 4), rest is on 2.1.2 (Dec 8).