Problem encountered when running a jsp file.

1999-09-15 Thread Vaidyanathan_g
What is the setting to be made to run jsp files ? I am trying run an example program helloworld.jsp and it has an html include file. I have started the Jsp engine using the startserver option from command prompt. When I try to run this file I am getting the following message. Error : 404 No det

Problem in running a jsp application

1999-09-22 Thread Vaidyanathan_g
Hi, I am creating a simple jsp application using a Java bean. I am not able to run the application and the error message is jsp cannot create the class (error 500). I have compiled the java code using java sdk 2.0. My directory structure is like this. c:\JSWDK-1.0/examples/jsp/tutorial/hellouse

Returning a value from bean ?

1999-09-22 Thread Vaidyanathan_g
Hi, when I use it is not returning any values. But when i use <%name_of_the_bean.getusername()%> it returns the value of the username. Any reason for this. Thanks vaidyanathan G === To unsubscribe: mailto [EMAIL PROT

Re: Returning a value from bean ?

1999-09-22 Thread Vaidyanathan_g
ubject: Re: Returning a value from bean ? > > Vaidyanathan_g wrote: > > > > Hi, > > > > when I use > > > > > > > > it is not returning any values. > > > > But when i use > > > > <%name_of_the_bean.getusername()%> it

Re: Web Grids

1999-10-13 Thread Vaidyanathan_g
I am looking for similar info. Is there anything equivalent to datagrid controls available as part of VB or ASP in Java platforms? Thanks a lot. Vaidya > -Original Message- > From: Crippa Giovanni X [SMTP:[EMAIL PROTECTED]] > Sent: Tuesday, October 12, 1999 6:53 PM > To: [EMAIL PROTEC

Virus found in the attachment.

1999-10-20 Thread Vaidyanathan_g
Hi, Just now I got a mail from one of the members in the forum with an exe file with virus. Luckily it was scanned and deleted. Is it possible to scan all the attachments before it is delivered to the members in the list ? Thanks. Vaidya

help required in using Orion serve

1999-10-21 Thread Vaidyanathan_g
Hi, I have a very simple application written using jsp and java beans and servlets. I am using Orion Server. The code in the jsp is (file name is SelectServletBean.jsp and SelectServletBean.java) SelectServletBean.jsp http://itl-pc-2660:8080/servlets/SelectServletBean"> query: E

Problem in using RequestDispatcher

1999-10-27 Thread Vaidyanathan_g
Hi, When I try use RequestDispatcher to forward to another page I get a compilation error (Class RequestDispatcher not found). I have got JSDK2.0, Orion Web Server and JDK 1.2.2. The file compiled is import java.io.*; import javax.servlet.*; import javax.servlet.http.*; import java.util.*; pu

Re: Problem in using RequestDispatcher

1999-10-27 Thread Vaidyanathan_g
9 4:23 PM > To: Vaidyanathan_g; [EMAIL PROTECTED] > Subject: RE: Problem in using RequestDispatcher > > > ** Message from InterScan E-Mail VirusWall NT ** > > ** No virus found in attached file noname > > Mail Scanned For Virus At ITLInfosys >

Using interface in Weblogic 4.5.1 (jsp 1.0) and getAttribute in j sp in weblogic 4.5.1

2000-02-25 Thread vaidyanathan_g
Hi, 1. I have declared interface which has public static variables. How to use these interface in jsp? How to import classes in jsp in weblogic 4.5.1 ? When I tried the page directive with import the classes were not imported? 2. How to use getAttribute in jsp? this gives me a

Using UseBean tag in weblogic 4.5.1

2000-02-26 Thread vaidyanathan_g
Hi , If I have a bean as follows public class try1{ private String userName; public void setUserName(String str1) { userName = str1; } public String getUserName() { return userName ; } } In the jsp I am us

Jsp and servlets sharing sessions ?? How does it work in weblogic ?

2000-02-22 Thread vaidyanathan_g
Hi, How can we share sesssion variables between jsps and servlets ?In our application, jsps and servlets are invoked from each other at many places.We want to access session variables in both jsp and servlets. If you have any solution, also let me know whether it is supported by App Server WebLo

Problem is accessing JSP file using weblogic 4.5.1

2000-02-24 Thread vaidyanathan_g
Hi We are using weblogic 4.5.1. I have a problem when i try to access a jsp file. When I execute any jsp page using Weblogic 4.5.1, I get a NoClassFound Error.I have a file a.jsp. When it compiles it creates a java file _a_46_jsp.java and _a_46_jsp.class. But when it tries to load the class it

Using setAttribute and getAttribute

2000-03-14 Thread vaidyanathan_g
Hi, In our application we are using session objects. We have to share the session objects between servlets and jsp. for this we are using setting the values in the session objects after the processing the servlet. Then we use setAttribute in the servlet to pass the object and we use getAttribut

How to format a text in HTML and store it in the database with fo rmatting?

2000-03-22 Thread vaidyanathan_g
Hi, I need to know is it possible to format a text in a web page control when the text is being entered ( may be like word pad). Then the formatting has to be retained when it is stored in the database. When the text is retrieved it should be displayed in the same format as it was entered and we

Converting DLL's to java and call them from ASP

2000-03-24 Thread vaidyanathan_g
Hi, Is it possible to make calls to java classes or Java servlets from ASP? We want to convert the middle tier dll's to java classes and call from asp classes.Is it possible? If so any pointers to do the same. Thanks Regards, Vaidy

Multiprocessing in Java

2000-03-24 Thread vaidyanathan_g
Hi, If there a 8-way server is there any specific way programming to be done to make use of that or will servlets/jsp will take care of the parallel multi processing automatically? Thanks regards vaidy === To unsubscribe