JSP nested tags
i plan to write a custom tag which will wrap all content of the jsp.
will this be a problem because other jstl tags are going to live inside my tag? i remember this being a problem once.
my tag only needs the output of all the **** in the page so that it can look for some stuff and change it.

