In the world of software development radiobuttons are essential part of graphic user interface. Spring MVC tag library provides special tag for this element of form. If to be more precisely there are two tags for this purpose: radiobutton, radiobuttons. Both of them are useful for a particular task. As you understand I'm going to show how to use these tags in the post.
Tag Archives JSP
I have already published the post about processing of 'checkbox' tag using Spring MVC tag library. Now I want to develop this theme and proceed with the 'checkboxes' tag. It's not much harder, but in some cases you'd better to use it. In this article I will provide examples of Spring 'checkboxes' tag in conjunction with java.util.List and java.util.Map, so be ready to examine two examples.
It's hard to imagine a situation when a modern web-application doesn't have checkboxes in a form. In one of the previous posts I wrote about form handling in Spring MVC, as a continuation of this series I'm going to write about Spring MVC forms, and in particular about checkbox processing. This post will be about a standard usage of
Today I want to examine the JSP most common exceptions which are not obvious for a newcomer and even for an experienced JEE developer. This article requires base knowledge of web-development with Java, Tomcat or any other servlet container and any popular IDE (e.g. Eclipse).