Spring Web Flow Tag Library 21 December 2006
Posted by Marten Deinum in Java, Spring Web Flow.Tags: Spring, tag library, tags, web flow
add a comment
A while ago we started to use Spring Web Flow. We needed to convert our old WizardForms and Multi SimpleFormController screens to the Spring Web Flow ones. After converting about three jsp’s I got fed up with the hidden fields, the submit buttons with the specified name. Generating urls with a flowExecutionKey and eventId was even worse. Also after making al those typos in flowExecutionKey I decided to create a taglibrary which can write different HTML tags needed in Spring Web Flow.
(more…)