expression tag in JSP standar

2001-07-24 Thread wapeditor
Hi, I have notice a miss-implementation of the 'expression tag' (%= ... %) between different JSP containers witch I want to share with you to clarify the standar vs. implementarion. The main issue is that an expression of type %= variable % within a JSP page prints out different strings when

Re: Spanish characters

2001-07-06 Thread wapeditor
Hi! I have the same behave when the server (in with tomcat runs) is not configured properly with the spanish locale. I.E. if using Solaris, the shell running tomcat has to be configured whith a locale like 'es_ES.ISO8859-15'. Some other times I had problems with unsupported characters in Oracle

Re: INSTALLATION PROBLEM FOR MORE THAN A MONTH

2001-06-12 Thread wapeditor
Hi!. I haven't follow all this thread, but: Have you try to remove semicolons at the end of JAVA_HOME TOMCAT_HOME? SET TOMCAT_HOME=C:\TOMCAT SET JAVA_HOME=C:\JDK1.3 SET ANT_HOME=C:\JAKARTA-ANT When you show your environmet variables (set) I don't see CLASSPATH set (JAVA_HOME, TOMCAT_HOME

Re: THE SENSATIONAL WEB EXPERIENCE !

2001-06-04 Thread wapeditor
At least, I hope they be using Tomcat ;-)

RE: Tomcat - Sessions and WAP Browsers

2001-02-22 Thread wapeditor
Hi!, Actually, WAP protocol does not support cookies (at least the version I worked on). You have to deal with URL Rewriting, in order to include the session ID into the requested URL. Once there, tomcat automatically reads the session ID from the URL instead of using the cookie. This is the