Re: Issues with implementing the EL in a non-JSP environment

2003-02-03 Thread Martin Cooper
On Thu, 30 Jan 2003, Karr, David wrote: > How practical is it to consider deploying tools/frameworks using the EL > which do not use JSP? I looked in the two jar files (standard and > jstl), and it appears "standard" contains all the EL classes, but it > also contains some classes which are obv

Escaping quotes in form fields - c:out doesn't see my variable

2003-02-03 Thread Stephen Riek
Sorry for such an easy question but I must be misunderstanding the fundamental usage of the JSTL. How do I get JSTL to output a string which has been formatted to escape special characters, so that it is safe to put in a form field ? I have tried the following but it does not work- "> where '

How to retrieve the value of Config.FMT_LOCALE using JSTL

2003-02-03 Thread Vernon Wu
I use the Config.set to set up the locale for my project. It works great in terms of locale setting. I need to use the locale information to alter presentation (JSP) such as the order of year, month, day. My problem is how to retrieve the locale setting with JSTL, althought I know how to retr

Re: JSTL SQL

2003-02-03 Thread Jeff Wilder
OK i have confirmed that this is not a jstl issue or a driver issue. As when i connect with odbc i still get the '?'. And when i use the usual non-jstl method for connecting with both drivers i still get '?'. Has anyone else ever had this issue. The special characters are correct in the data

problems with fmt:setLocale

2003-02-03 Thread Alberto Tomas
Hy all, I have the same problem that Pablo Benito has: "http://www.mail-archive.com/taglibs-user@jakarta.apache.org/msg04074.html"; I'm using jboss-3.0.3_tomcat-4.1.12. Now I'm using the nightly build. How can I solve this problem? Thank you in advance, Alberto. __