New with custom tags, it's possible to:
Write a custom tag passign an id parameter
The tag searches the database for that id and gets a list of, lets
say, department objects.
If list is empty it should let me to write proper message in the
calling jsp.
If list is not empty, then I should be able to get the list from the jsp.
Is that possible? is there any example?