Getting checkboxes to work correctly with Spring Form validation

I had a problem recently handling checkboxes within the Spring form validation framework. The checkbox would fail to retain its on state when the form was submitted and the validation failed. The checkbox was tied to a boolean attribute in the form object, so I’d followed the standard method of binding a field [...]

Simple FAQ presentation using CSS and jQuery

The jQuery JavaScript library is something I discovered within the last few months and have been using actively in my current project. I love the ease with which you can traverse the DOM and select elements, add events and enable special effects. It dramatically reduces the lines of code required to perform these tasks and [...]