Re: fmt:formatDate problems jstl 1.0.3

2003-09-02 Thread Felipe Leme
On Tuesday 02 September 2003 01:15 pm, Tony Grant tony-at-tgds.net |jakarta| wrote: > They are returned to the jsp in the format 2003-11-09 the JSP code is > generated by Dreamweaver MX > <%=(((oeuvre_data = oeuvre.getObject("dateexpofin"))==null || > oeuvre.wasNull())?"":oeuvre_data)%> >From whi

Re: forEach problem

2003-09-02 Thread Adam Hardy
Great. That's sorted it. Thanks Adam On 09/02/2003 10:15 PM Karr, David wrote: If you're using the non-RT version of the tag library, then you can't use expression scriptlets for attribute values. You'll have to change your initial "c:set" to this (untested): <%=Constants4Lists.SECTION_LIST %>

RE: forEach problem

2003-09-02 Thread Karr, David
If you're using the non-RT version of the tag library, then you can't use expression scriptlets for attribute values. You'll have to change your initial "c:set" to this (untested): <%=Constants4Lists.SECTION_LIST %> > -Original Message- > From: Adam Hardy [mailto:[EMAIL PROTECTED] >

c:forEach problem

2003-09-02 Thread Adam Hardy
Hi All, I'm trying to swop a struts logic:iterate tag for a c:forEach and I have run into the problem that I get no output. I get no errors either. There is obviously something wrong with my forEach tag. Here is what I have: My key identifying the c

fmt:formatDate problems jstl 1.0.3

2003-09-02 Thread Tony Grant
Hello, I am trying to format dates that are the result of a database query. The dates are stocked in the database (PostgreSQL) as "date" data type. They are returned to the jsp in the format 2003-11-09 the JSP code is generated by Dreamweaver MX <%=(((oeuvre_data = oeuvre.getObject("dateexpofin"

sql:resultset behaves strangely

2003-09-02 Thread Martin van Dijken
Hey gang, I've got something really strange going on. I've got a servlet that creates a resultset and then puts this resultset in the request attributes under "results". In the page I've got these tags: No results found I figure this should loop the content of the resultset if anything

RE: message and struts tiles

2003-09-02 Thread Chen, Gin
yup.. just include a var and optional scope attribute. isnt jstl simple? ;) example would be something like: and then in your result page do a: -Tim -Original Message- From: Ray Madigan [mailto:[EMAIL PROTECTED] Sent: Sunday, August 31, 2003 5:56 PM To: Tag Libraries Users List Subje