Problem with NAS.

1999-10-14 Thread Kallur, Padmaja (GEL, MSX)
hi all, I have a problem with NAB 4.0 .Did any one face this problem. I open a jsp file(which was working fine) and comment 3 lines and add 2 more lines. The file gets truncated. It deletes every thing except tags.. It deletes every single line. If any of you have a solution ,Please let us kno

Re: How to send an e-mail from JSP

1999-10-07 Thread Kallur, Padmaja (GEL, MSX)
you can use the smtp client. here is a code sample that I founf in servlet programming by hunter. try{ SmtpClient smtp = new SmtpClient("give the name of your server") ; smtp.from("MailServlet") ; smtp.to("[EMAIL PROTECTED]") ; PrintStream msg=smtp.startMessage() ;

NAS - javascript.

1999-10-07 Thread Kallur, Padmaja (GEL, MSX)
Hello every body, Can any one please help with this problem. Iam using NAB 4.0 . Iam having a onChange="validate" for a text item, where validate is a java script function. within validate I need to read a few columns from the database and show results.I need to use jsp tag <% %> within java scr

Re: Can JSP support multimedia product presentation?

1999-09-30 Thread Kallur, Padmaja (GEL, MSX)
Hello everybody, Is any one using Netscape Application Builder 4.0 Thanks in advance Padmaja -Original Message- From: Christopher Cobb [mailto:[EMAIL PROTECTED]] Sent: Thursday, September 30, 1999 7:38 AM To: [EMAIL PROTECTED] Subject: Re: Can JSP support multimedia product presentation

simple question. please urgent.

1999-09-27 Thread Kallur, Padmaja (GEL, MSX)
Hi all, Can some one point my mistake. I have been working on this for the last 24 hrs.But could not figure out how to do it. I have fir.jsp which runs fine. Hello, World <% out.println("Hello World"); %>

simple question

1999-09-24 Thread Kallur, Padmaja (GEL, MSX)
Hello jsp folks, I need some help. I have a form in which I have 10 text boxes along with a submit button. My step22.jsp works fine if I run it independently. But when I click press in my form it doesnot run step22.jsp. It says Internet Explorer cannot open the Internet site http://localhost:

read and write cookies

1999-09-24 Thread Kallur, Padmaja (GEL, MSX)
Hi all, Can anyone tell me how to read and write cookies. Any code sample will be highly appreciated. Thank you guys. Padmaja === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". FAQs on JSP can

Re: asp to jsp

1999-09-23 Thread Kallur, Padmaja (GEL, MSX)
Hi Brien Voorhees, How do I to set up an ODBC connection to the Access database and use the jdbc:odbc driver to access that. Any help is highly appreciated. Thank you in advance. How -Original Message- From: Brien Voorhees [mailto:[EMAIL PROTECTED]] Sent: Thursday, September 23, 1999 2

MS ACCESS

1999-09-23 Thread Kallur, Padmaja (GEL, MSX)
Hi all, Does anyone know how to connect to MS access using JSP. I have a set of pages which are in ASP style, now my task is to port it to JSP. Please let me know,if any one of you did this kind of stuff. Any help will be highly appreicated Thanks in advance Padma ===