Does JSTL EL support creating objects?

for example the following sniplet:

<center><%= new java.util.Date() %></center>

can i do this using jstl tags without first having to set up a bean?

in particular. I want to use the fmt tag to format this date.

Thanks,
-Tim

--
To unsubscribe, e-mail:   <mailto:taglibs-user-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:taglibs-user-help@;jakarta.apache.org>

Reply via email to