Re: Converting CGI form to JSP

2002-09-24 Thread Fei Li
Run some java code that make a http connection with real url or localhost or file:/// and some parameter. Your JSP should response. Fei Li - Original Message - From: Gaurav Vaish [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, September 24, 2002 2:08 AM Subject: Re: Converting

Re: Converting CGI form to JSP

2002-09-24 Thread Fei Li
CGI--Java HTTP connection to your JSP site with parameters -- JSP Fei Li - Original Message - From: Daniel Jayapaul [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, September 24, 2002 1:58 AM Subject: Converting CGI form to JSP Hi How can I read data from a CGI form

Re: JSP/Applet communication

2001-04-03 Thread Fei Li
Applet can make HTTP request just like HTML -Original Message- From: Manish [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 03, 2001 12:04 AM To: [EMAIL PROTECTED] Subject: JSP/Applet communication hi can a jsp page communicate with an applet? if so...how? thanx in advance manish

Re: Dialog Box problem?

2001-04-02 Thread Fei Li
Use Java swing dialog and plug in should be one solution -Original Message- From: Angel Blesa Jarque [mailto:[EMAIL PROTECTED]] Sent: Monday, April 02, 2001 2:39 AM To: [EMAIL PROTECTED] Subject: Re: Dialog Box problem? Hi parmjit, I try it too in a project for a Chat and I not found

Re: Disabling hotkeys

2001-04-02 Thread Fei Li
override keypreesed() event -Original Message- From: paramjit singh [mailto:[EMAIL PROTECTED]] Sent: Monday, April 02, 2001 3:38 AM To: [EMAIL PROTECTED] Subject: Disabling hotkeys Reply if anybody knows how to disable certain keyboard shortcuts used for internet explorer like f5 key

Re: Where is System.out in weblogic 5.1 ?

2001-04-02 Thread Fei Li
Servlet will run by server and System.out will output to standard output normally screen. There is no standard output available for servlet! 3 tech. you can use for debug servlet: 1. Insert a form in servlet 2. send back debug info. back to browser. 3. write log info. to log file Hope help Fei

Re: offline question (JMS)

2001-04-02 Thread Fei Li
You need a JSP or Servlet to wrap your JMS application otherwise even after you know how applet connects to JMS server you will get big trouble because Internet connection and firewall. Fei Li -Original Message- From: pranav girish Shah [mailto:[EMAIL PROTECTED]] Sent: Monday, April 02

Re: Any Project Idea!

2001-04-02 Thread Fei Li
Sun is pushing thin client strategy. Client side has full J2SE api including Swing. Applet is a little bit old. Look at JApplet. But, you need patience to wait for browsers to catch up. Fei Li -Original Message- From: Willy LEGIMAN [mailto:[EMAIL PROTECTED]] Sent: Monday, April 02, 2001

Re: Problem with Welcome.jsp not displaying

2001-04-02 Thread Fei Li
Is any particular reason not to use security system provided by the server? -Original Message- From: Roland Dong [mailto:[EMAIL PROTECTED]] Sent: Monday, April 02, 2001 1:58 PM To: [EMAIL PROTECTED] Subject: Problem with Welcome.jsp not displaying I am having a problem with Welcome.jsp

Re: Model-View-Controller Architecture implementation in JSP

2001-04-02 Thread Fei Li
* -- * Session Beans * -- * Entity Beans * ***** ** Fei Li -Original Message- From: Mayuresh Kadu [mailto:[EMAIL PROTECTED]] Sent: Sunday, April 01, 2001 6:49 PM To: [EMAIL PROTECTED] Subject: Re: Model-View-Controller

Re: Forwarding / Redirecting to external pages.

2001-04-02 Thread Fei Li
component in the application Fei Li -Original Message- From: Roy Truelove [mailto:[EMAIL PROTECTED]] Sent: Monday, April 02, 2001 6:10 PM To: [EMAIL PROTECTED] Subject: Forwarding / Redirecting to external pages. Hey everyone, I've done my research, and I've come up with the following conclusion (

Re: Back Button problem of Browser

2001-04-02 Thread Fei Li
override keypressed() event. -Original Message- From: asitha ranjan [mailto:[EMAIL PROTECTED]] Sent: Monday, April 02, 2001 10:08 PM To: [EMAIL PROTECTED] Subject: Back Button problem of Browser Hi, Is there any way by which i can restrict the user pressing back button.. bye, Asitha.

Re: Beans vs. Taglibs

2001-04-01 Thread Fei Li
do by tablib should also can do by bean. Fei Li -Original Message- From: kuttappan [mailto:[EMAIL PROTECTED]] Sent: Sunday, April 01, 2001 8:44 AM To: [EMAIL PROTECTED] Subject: Beans vs. Taglibs Hello all, I'm new to JSP and would like to know what is the difference between JavaBeans

Re: Please help - it's urgent

2001-03-31 Thread Fei Li
1. According to my knowledge there is no free installer for client site Java application but I wrote one for myself in c++. 2. Why do you think client will see your JSP? Never. Your web server will compile JSP to Servlet and Servlet will output HTML to client when people visit that JSP. You do

Re: Throwing Exceptions

2001-03-31 Thread Fei Li
You are talking about something that should not your job and normally it is other people's job. It seems to me you need simple authentication. It is Web server and Browser and your job. Let me take Apache Web server as an example: In server configuration file you tell server which page is