help for applet

2000-07-29 Thread Kumail Rizvi
Hi All Is there any mailling list for applet. Actually i want to ask. When i connect applet and database through jdbc-odbc bridge, a security problem occurs. Thankx in advance === To unsubscribe: mailto [EMAIL PROTECTED]

Re: help for applet

2000-07-29 Thread Sajjad Muzammil
u can avoid this security by editing the security file allow all the permissions by using policytool provided by jdk.. === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". Some relevant FAQs on

Re: help for applet

2000-07-29 Thread Pradeep Roy
Could you explain your answer in detail . It would be of great help to us as I am also having the same problem. Thanks in advance. Regards Pradeep |++| || Sajjad Muzammil |

Using a servlet to invoke a htmlpage with frames

2000-07-29 Thread Henry Hooi Tak Keong
Hi all, I went through the JSP resource list but couldn't find anything that related directly to this topic. What I have is a servlet that basically stores some values in a session object and then forwards the control to the JSP page that displays the values of the session on screen, through

JSP editor

2000-07-29 Thread Varadharajan.K.V,AMB Chennai
Hi all, i would like to know some JSP editor with syntax coloring. please help. Thanks n rgds Varad === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". Some relevant FAQs on JSP/Servlets can be

Re: JSP editor

2000-07-29 Thread subramanian Athimoolam
dowload Allair website and sownload. it i thing that is also trail version. any have enjoy. subu Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com

Difference between JSP.92 JSP1.1

2000-07-29 Thread Manish Bijay Kumar
Hi all, Is there any site available where i can find the differences between JSP0.92 JSP1.0 or JSP1.1 ? Thanks in advance... Manish === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". Some

Urgent help on XML

2000-07-29 Thread George Varghese
Hi, Please suggest an XMLParser/DOM Implementation that allows me to do the following: * Initialize the DOM using a string that contains a valid XML Document hierarchy (via probably org.xml.sax.InputSource) * Extract a section of the tree hierarchy that meets a specified criteria viz. a given

Re: Urgent help on XML

2000-07-29 Thread Atchutarao Killamsetty
Following link may help you ... http://java.sun.com/xml/docs/tutorial/dom/index.html With regards, Atchutarao Killamsetty, http://karao.tripod.com/myjava.html -Original Message- From: George Varghese [EMAIL PROTECTED] To: [EMAIL PROTECTED] [EMAIL PROTECTED] Date: Saturday, July 29, 2000

Re: Resource Bundle

2000-07-29 Thread Suriya Narayan Varatharajan
hi all i have one doubt ya... in first JSP page i am creating one bean object... how can i use the same object in some other page... like session... in useBean page... scope="session"...attribute... i am giving but... how to get the object in the next page i don't know... tell me in the

Help; A Simple JSP Page....

2000-07-29 Thread GILLS INTERNATIONAL PVT LTD.
Hi all, Please help! I am new to JSP, I shall be thankful if you guys please help me. I wrote this code in the DOS editor and saved the file with "jsp" extension. When I load this "xyz.jsp" in "IE 5.0". I don't get any response in the Internet Explorer. Will someone guide me what important

Re: Using a servlet to invoke a htmlpage with frames

2000-07-29 Thread Hans Bergsten
Henry Hooi Tak Keong wrote: Hi all, I went through the JSP resource list but couldn't find anything that related directly to this topic. What I have is a servlet that basically stores some values in a session object and then forwards the control to the JSP page that displays the values of

Re: Difference between JSP.92 JSP1.1

2000-07-29 Thread Vladimir Blagojevic
Hi, At the end of JSP 1.1 specification paper you have all the changes listed. Hope it helps. Vladimir -Original Message- From: Manish Bijay Kumar [mailto:[EMAIL PROTECTED]] Sent: Saturday, July 29, 2000 7:20 AM To: [EMAIL PROTECTED] Subject: Difference between JSP.92 JSP1.1 Hi all,

Re: Using a servlet to invoke a htmlpage with frames

2000-07-29 Thread jdeveloper
Hi, Hans Bergsten, try to rename A.html to A.jsp. Let's share our experience! Regards, jdeveloper [EMAIL PROTECTED] http://jdeveloper.yeah.net At 00-7-29 ÉÏÎç 11:26:00 you wrote: Henry Hooi Tak Keong wrote: Hi all, I went through the JSP resource list but couldn't find anything that

Re: Session timeout

2000-07-29 Thread jdeveloper
Hi, Raghavendra i Rao, 1 set Session Timeout. HttpSession's method setMaxInactiveInternal(int TimeoutSeconds); 2. check Session % Object s = session.getAttribute("MemberID"); % % if ( s == null) { redirect here ... } % Let's share our experience! Regards, jdeveloper [EMAIL

Re: Using a servlet to invoke a htmlpage with frames

2000-07-29 Thread Hans Bergsten
jdeveloper wrote: Hi, Hans Bergsten, try to rename A.html to A.jsp. I think you got the authors mixed up. I (Hans Bergsten) answered a question from Henry Hooi Tak Keong about why he gets a 404 when using a RequestDispatcher to include an HTML page. Your suggestion to use a jsp extension

Re: How to get date and time ?

2000-07-29 Thread subramanian Athimoolam
hi suppose i want to stroe the date in to the data base (oracel) iam using formate to_date("+ +" ,'dd-mm-yy' ); the same way i am retriveing i want to display date, time in my jsp page. i am using the following function java.util.date d=rs.getDate(msgdate); java.util.date