Session Active

2002-10-04 Thread V.T.R.Ravi Kumar
Hi , I''ve used this particular tag for counting active sessions the jsp is as follows <%@ page import="java.util.Date"%> <%@ page import="java.util.Locale"%> <%@ page import="java.util.*,java.text.*"%> <%@ page session="true" buffer="8kb" autoFlush="true" errorPage="except.jsp" isErrorPage="fal

Good jsp/java design with good response.

2002-10-04 Thread Campano, Troy
Hi, I'm wondering your opinions to this JSP design questions. I build web applications that generally talk to a database. There is usually a form..or interface screen and a processing page that does all the backend work (connects to database and stuff like that). I want all my "interface scree

Re: simple question about jsp

2002-10-04 Thread Yogiswar Vanama
Hi, Change ur code as follows: = Hello! The properties are <%= new System.getProperites() %> b'cause java.lang package is default package. U need not to give the package name. Even if you want to give you can write : java.lang.System.getProperties() I hope, u got th

Re: simple question about jsp

2002-10-04 Thread Anoop Kumar V
that shd work.. but java.lang is imported by default, so just System.getProperties() shd work. remove the java. from the line java.System... cheers anoop -Original Message- From: Amit Ghaste [mailto:[EMAIL PROTECTED]] Sent: Saturday, October 05, 2002 12:08 AM To: [EMAIL PROTECTED] Subjec

Re: simple question about jsp

2002-10-04 Thread Amit Ghaste
System exists in java.lang package try java.lang.System -Original Message- From: A mailing list about Java Server Pages specification and reference [mailto:[EMAIL PROTECTED]]On Behalf Of Veena Kulkarni Sent: Friday, October 04, 2002 11:19 AM To: [EMAIL PROTECTED] Subject: simple ques

simple question about jsp

2002-10-04 Thread Veena Kulkarni
Hi, I'm trying to run a very simple jsp file which has the following code[ i have j2se 1.4 and jdee1.3 installed]: Hello! The time is now <%= new java.util.Date() %> Hello! The properties are <%= new java.System.getProperties() %> PROBLEM: I get the following error message C:\Program Files

Charts and Reports Generator

2002-10-04 Thread Nancy Crisostomo Martinez
Hi ! Does any of you know a Chart and Report Generators that can be embedded(charts) and called(report) in a JSP and in an Applet? Any clues will be great! Thanks in advance, Nancy. === To unsubscribe: mailto [EMAIL PROTECT