Re: JSTL and WebSphere 4.0

2003-06-06 Thread Kan Ogawa
Hi, Augusto. Augusto Rodriguez wrote: Hi all !! quick question, does JSTL work in WebSphere 4.0?? No, WebSphere 4.0 doesn't support Servlet 2.3 and JSP 1.2. -- Kan Ogawa [EMAIL PROTECTED] - To unsubscribe, e-mail: [

RE: Standard Taglib 1.0.3: almost ready

2003-01-16 Thread Kan Ogawa
che.org, if you've got any questions > or bugs to report. > > Thanks for all the feedback, reports, and questions. The implementation > benefits immeasurably from your feedback. > I found some minor typos in standard-examples web application, so I will submit the patch. Can

RE: Why fmt:formatNumber switches response characher encoding?

2002-12-18 Thread Kan Ogawa
dependent on the servlet container. If the container is Tomcat 4, you can modify the following resource, "org.apache.catalina.util.CharsetMapperDefault.properties" in Catalina APIs. Regards, Kan Ogawa [EMAIL PROTECTED] -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>

Re: JSTL and 'isUserInRole(x)'

2002-09-06 Thread Kan Ogawa
Hi, Achim. > can someone tell me how I can check with JSTL if a user is in Role x? > Thanks! > In the examples of "JavaServer Pages, 2nd Edition", the source code of sample custom tag for 'isUserInRole' is included. [ URL ] http://www.oreilly.com/catalog/jserverpages2/ Regards, -- OGAWA Kan [

About "GetStarted.html" in Standard Taglib documents

2002-08-20 Thread Kan Ogawa
Hi, Shawn. There are some thing to confirm and report about "GetStarted.html" document in Standard Taglib 1.0 distribution. 1. the description of "JDBC 2.0 Optional Package" in "Getting started quickly" section. I think that "JDBC 2.0 Optional Package" ( = jdbc2_0-stdext.jar ) included in J2SE

Using EL implementation of Standard Taglib in JSP 1.1 container

2002-07-16 Thread Kan Ogawa
Hello, Is it possible to use EL implementation of Standard Taglib in JSP 1.1 container ??? -- Kan Ogawa [EMAIL PROTECTED] -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

RE: JSTL sql tag error: No suitable driver

2002-07-02 Thread Kan Ogawa
vax.naming.InitialContext(); javax.sql.DataSource ds = (javax.sql.DataSource) ctx.lookup("jdbc/dev"); request.setAttribute("ds", ds); %> In this case, If it executed incorrectly, you should make sure of the configation of JNDI DataSource in container, repeate

RE: JSTL sql tag error: No suitable driver

2002-07-02 Thread Kan Ogawa
Hi, Mike. Did you try to look up dataSource "jdbc/dev" in tag ??? -- Kan Ogawa [EMAIL PROTECTED] > I'm trying to use the sql JSTL tags on JRun 4.0 and I'm not having any > luck with their pooled dataSources. I get the following error: > > javax.servlet