« Return to Thread: JSP when tag question

Re: JSP when tag question

by Len Popp :: Rate this Message:

Reply to Author | View in Thread

On Sat, Jul 4, 2009 at 13:52, Jim Anderson<ezjab@...> wrote:
> Having said that, I'm a bit surprised that there was not
> error message generate by  tomcat about seeing a reference
> to <c:choose> and <c:xxx> with no definition available.

I would guess that JSP processor allows unknown tags in case its
output is to be processed by some other software that understands
those tags. JSP can be used to create XML as well as HTML, and it can
be used to create output that isn't a web page.
--
Len

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@...
For additional commands, e-mail: users-help@...

 « Return to Thread: JSP when tag question