Re: Order of multiple values

2001-10-25 Thread Antoni Reus
No, as you say it depends on both the browser and the server, you can't be guaranteed. -- Antoni Reus - Original Message - From: "Mattias Jiderhamn" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, October 25, 2001 11:57 AM Subject: Order of

Re: Order of multiple values

2001-10-25 Thread Antoni Reus
(request.getParameter("qty" + i)); } %> -- Antoni Reus - Original Message - From: "Mattias Jiderhamn" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, October 25, 2001 12:59 PM Subject: Re: Order of multiple values Assume I have some shopping bas

Re: OOT:Web Logic

2001-11-13 Thread Antoni Reus
It has an installer made with "installAnywhere", so installing and setting up is very straight forward, it doesn't require a particular setup for Linux. I've tested it on Redhat6.2 and Debian Potato 2.2r3. -- Antoni Reus - Original Message - From: "JavaSof

Re: Help in session...

2001-11-13 Thread Antoni Reus
session.putValue is deprecated. Use session.setAttribute instead. -- Antoni Reus - Original Message - From: "Eric Fleming" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, November 13, 2001 5:32 PM Subject: Re: Help in session... Try doing this

Re: Error within JSP page

2001-11-14 Thread Antoni Reus
It's look like a DSN error in the bean. - Original Message - From: "Paul Idusogie" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, November 14, 2001 12:06 AM Subject: Error within JSP page I have a jsp page with the following syntax <%@page contentType="text/html" session

Re: Not funtioning.

2001-11-16 Thread Antoni Reus
I recently implemented a tag to do this, here is the method that does the job: public int doEndTag() throws JspException { try { URL resource = new URL(proto, host, port, file); HttpURLConnection huc = (HttpURLConnection) resource.openConnection();

Re: Filters in tomcat

2001-11-16 Thread Antoni Reus
Order of the tags is important, try this: driver org.postgresql.Driver IE Filter IEFilter IE Filter /* -- Antoni Reus - Original Message - From: "Alex Kachanov" <[EMAIL PROTECTED]> To: <[EMA

Re: Login Authentication against database...

2001-11-16 Thread Antoni Reus
To avoid escaping characters you can build the statement with PreparedStatement PreparedStatement pst = conn.prepareStatement("select * from users where name= ?"); pst.setString(1, value); Resultset rst = pst.executeQuery(); -- Antoni Reus - Original Message - From: &q

Re: Filters in tomcat

2001-11-16 Thread Antoni Reus
Hi, That's not a tomcat peculiarity, is the Servlets 2.3 especification. Other servlet container might deploy a web.xml even if it hasn't this order of tags, it that case, it has to be considered a bug. -- Antoni Reus - Original Message - From: "Alex Kachanov" &l

Re: Simple java question

2001-11-21 Thread Antoni Reus
float i = 1.715 result = Math.floor(( i * 100.0 ) + 0.5) / 100.0 - Original Message - From: "Alireza Nahavandi" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, November 21, 2001 3:59 PM Subject: Simple java question > Hi All, > > How can I round up a float number in java

Re: blank mails.

2001-11-30 Thread Antoni Reus
They are Outlook express virus. El 2001.11.30 08:55 Carlos Vicente ha escrit: > I´m getting some void mails from this list (from Lorena Carlo and Orlando > Perdomo). > Something was wrong? > > > -- Antoni Reus

Re: Servlet & Mysql

2001-12-02 Thread Antoni Reus
CTED] with body: "set JSP-INTEREST > DIGEST". > Some relevant FAQs on JSP/Servlets can be found at: > > http://archives.java.sun.com/jsp-interest.html > http://java.sun.com/products/jsp/faq.html > http://www.esperanto.org.nz/jsp/jspfaq.jsp > http://www.jguru.com/faq/i