Re: jsp include question

2000-11-12 Thread Yang cun dong
Chin Sung Kit£¬ÄúºÃ Ò»¸öÊǶ¯Ì¬£¬Ò»¸öÊǾ²Ì¬ ÔÚ 00-11-12 18:54:00 ÄúдµÀ£º >hi all, > >what's the difference between and <%@include >file="relative URL" %>? > >thank you. > >ced > >=== >To unsubscribe: mailto [EMAIL PROTECTED]

Re: Upload

2000-11-06 Thread Yang cun dong
hamid£¬ÄúºÃ£¡ [EMAIL PROTECTED] thanks ÔÚ 00-11-6 21:12:00 ÄúдµÀ£º >Hi, >If possible send me the example code tooo. > >Thanx >Hamid > >-Original Message- >From: A mailing list about Java Server Pages specification and reference >[mailto:[EMAIL PROTECTED]]On Behalf Of Marcelo Mathias Lim

Re: jsp, servlet, java bean , jbdc ... advice needed?

2000-11-04 Thread Yang cun dong
;-hendrik >- - - - - - - - - - - - - - - - - - - - - - - - - - - > tagtraum industries http://www.tagtraum.com/ > jo! small&smart 2.2 servletengine > Java Server & Servlets The web-application book > The WebApp Framework http://www.webapp.de/ > > >Yang cun dong wrote: > >> Hen

Re: Function Defining in JSP Page...

2000-11-03 Thread Yang cun dong
Daniel Lynn£¬ÄúºÃ£¡ I have try it,But i produce results in the console ÔÚ 00-11-3 16:25:00 ÄúдµÀ£º >> org.apache.jasper.JasperException: Unable to compile class for >JSPC:\tomcat\work\localhost_8080\_0002fwebsite_0002findex_0002ffile_0002fjsp_0002ffunction_00032_0002ejspfunction2_jsp_3.java:22

Re: Function Defining in JSP Page...

2000-11-03 Thread Yang cun dong
or >sSession = session; >) >sOut = out; >%> > >Regards > >Valik. > >-Original Message----- >From: A mailing list about Java Server Pages specification and reference >[mailto:[EMAIL PROTECTED]]On Behalf Of Yang cun dong >Sent: Thursday, Nove

Re: Function Defining in JSP Page...

2000-11-03 Thread Yang cun dong
Nidhi Bhatia£¬ÄúºÃ£¡ I have try it according to your advice,but it produce errors as follow .i run jsp on tomcat3.1+win98+jdk1.2.2 Error: 500 Location: /website/index/file/jsp/function2.jsp Internal Servlet Error: org.apache.jasper.JasperException: Unable to compile class for JSPC:\tomcat\work

Re: Function Defining in JSP Page...

2000-11-03 Thread Yang cun dong
V.A. Kozhevnykov I have try it on Tomcat3.1+win98+jdk1.2.2,but it produce errors as follows. Error: 500 Location: /website/index/file/jsp/function.jsp Internal Servlet Error: org.apache.jasper.JasperException: Unable to compile class for JSPC:\tomcat\work\localhost_8080\_0002fwebsite_0002findex

Re: jsp, servlet, java bean , jbdc ... advice needed?

2000-11-03 Thread Yang cun dong
Hendrik Schreiber help me please, I make a counter ,but it reports the errorness as follow. I use tomcat3.1 Error: 500 Location: /website/index/file/jsp/count.jsp Internal Servlet Error: javax.servlet.ServletException: count.txt (ϵͳÕÒ²»µ½Ö¸¶¨µÄÎļþ¡£) at org.apache.jasper.runtime.Pag

Re: errorpage.jsp

2000-10-30 Thread Yang cun dong
Chin Sung Kit£¬ÄúºÃ£¡ have a look at the examples which is in Jswk ÔÚ 00-10-30 15:29:00 ÄúдµÀ£º >hi all, > >how do i use an errorpage which catches all the exception? > >thanks. > >regards, >ced > >"Never let yesterday's disappointments overshadow tomorrow's dreams" > >

Re: Web Application

2000-10-30 Thread Yang cun dong
sudhir limaye£¬ÄúºÃ£¡ try to use apache+lunix+oracle,you can use jsp ÔÚ 00-10-30 10:58:00 ÄúдµÀ£º >Hi all, > >Hope u celebrated Diwali in great style. I am new member to this >mailing list. We are converting our existing reference data entry forms >into web forms. We plan to use Oracle as b

Re: Passing Value from one frame to another

2000-10-29 Thread Yang cun dong
Mukka, Srikanth£¬ÄúºÃ£¡ hello1.jsp <%@ page session="true" %> <% Integer num = new Integer(100); session.putValue("num",num); String url =response.encodeURL("hello2.jsp"); %> hello2.jsp hello2.jsp <%@ page session="true" %> <% Integer i= (Integer)session.getValue("num"); out.println("Num val

Re: JavaScript MenuBar

2000-10-29 Thread Yang cun dong
Leena Narayanan£¬hello£¡ why not try embed a java applet into your web page,it may help you attain your purpose ÔÚ 00-10-27 17:56:00 ÄúдµÀ£º >Hi , >Am lil new to the web world and i want help in making a MenuBar using >JavaScript. It should be just like the one in Microsoft Site ... but with