collection « Tag « JSP-Servlet Q&A





1. Effective way to handle singular/plural word based on some collection size    stackoverflow.com

There are many instances in my work projects where I need to display the size of some collection in a sentence. For example, if the collection's size is 5, it will ...

2. JSP Tag Library to Add To Collection    stackoverflow.com

I've got a JSP page which builds a list of Strings. You can add to the list and clear the list. I've got a scriptlet at the top of ...