Re: Initialising Variables in JSP

2000-02-23 Thread /servlet-interest Joe Davidoff
Does anyone know how to compare two UTC date strings or convert a UTC Dates? Or convert a UTC date into some sort of date java object? Thanks, Joe Davidoff === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff

Re: Initialising Variables in JSP

2000-02-19 Thread Ahmet Emre
Simply, % int i = 0; % It is the same Java code between % and % tags... - Ahmet Emre - Original Message - From: "Subu" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, February 18, 2000 8:03 AM Subject: Initialising Variables in JSP Could you help me out with a

Re: Initialising Variables in JSP

2000-02-19 Thread sudheer reddy
%! int numColumns ; ResultSet rs = null; ResultSetMetaData rsmd = null; % sudheer __ Get Your Private, Free Email at http://www.hotmail.com === To unsubscribe:

Initialising Variables in JSP

2000-02-18 Thread Subu
Could you help me out with a simple way to get a variable initialised in a jsp to a value ??(similar to the servlet initialization parameters defined in properties file). === To unsubscribe: mailto [EMAIL PROTECTED] with