Page 1 of 1

Basic HTML form support

Posted: Tue Dec 31, 2013 2:33 am
by azadusman
Hi Broadleaf team,

Does the broadleaf support basic HTML form as part of thymeleaf as we cannot take blc form for one of the scenario. If support is there can u please share the code snippet to work with it.

Thanks in Advance.
Azad Usman

Re: Basic HTML form support

Posted: Wed Jan 01, 2014 11:31 am
by RapidTransit
azadusman wrote:Hi Broadleaf team,

Does the broadleaf support basic HTML form as part of thymeleaf as we cannot take blc form for one of the scenario. If support is there can u please share the code snippet to work with it.

Thanks in Advance.
Azad Usman

It is possible, if you're running into CSRF Token problems read my post you can adapt it as you see fit: viewtopic.php?f=20&t=2047

I've also adapted to using it in a Spring MVC Interceptor so it could be available on any page without using a Thymeleaf processor

The rest is just basic Spring MVC