Re: JSTL on the fly

2002-10-18 Thread Hans Bergsten
Chen, Gin wrote: 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. No, but you can use the

RE: JSTL on the fly

2002-10-18 Thread Chen, Gin
Thanks Hans! :) I was just trying to be lazy and do the creation of the bean in the fmt tag. :-P -Tim -Original Message- From: Hans Bergsten [mailto:hans;gefionsoftware.com] Sent: Friday, October 18, 2002 1:44 PM To: Tag Libraries Users List Subject: Re: JSTL on the fly Chen, Gin wrote