FW: xslt transform tag

2002-03-30 Thread Ming Fai
sorry that I've missed a point in the first email. best of all, there should be a variable to change (default) root path to the jsp file path. i.e. if abc.jsp and def.xml are put at the same directory, then a xmlUrl=def.xml could refer to the xml file. Is there a way to do it? regards, mingfai

Re: EL

2002-03-30 Thread Shawn Bayern
On Fri, 29 Mar 2002, Yuri Peter Kazakov wrote: Hello, how can I use JS functions in EL, for example: c:if test=${ a.indexOf( b ) 0 } doesn't work. Any ideas? Regards, Yuri. You can't. The JSTL expression language is really just for simple references to request parameters,

Re: several messages

2002-03-30 Thread Shawn Bayern
On Sat, 30 Mar 2002, Ming Fai wrote: The default path of xmlUrl is not webapps/, but the bin/ directory of Tomcat (I use tomcat 4.03). It is suggested in an old post (From: Stefan Kost, Date: Mon, 22 Oct 2001 02:28:37) that user.dir can be reset to webapps path. This method does work, but I

Re: problems with sql and fmt using JSTL beta 1 version

2002-03-30 Thread Shawn Bayern
Helen, 1. SQL result display problem. I successfully retrieve the resultset using c:forEach var=column items=${row} tdc:out value=${column}//td /c:forEach However, the following code retrieves blank values. I can see multiple empty lines, which means the query is successful, but all