No Subject

2001-03-10 Thread aress india
To ALL, My current version of JSDK 2.0 is not supporting the JSP or it is not having the JSP classes. Suggest me the right version and the URL of its Availability for download. Waiting for reply Shweta _ Chat with your friends as soon as

Re: Can't create Bean Object????

1999-12-01 Thread India
You need to first import your bean class before calling the jsp:useBean tag as well as check out the syntax of the useBean tag. %@ page import = "harman.BeanTest" % This should solve your problem. Have a nice day. With regards, Sachin S. Khanna. - Original Message - From: Cory L Hubert

Re: How to come out of loop?

1999-12-01 Thread India
Pretty much the same way as you do in Java except the code should be written in the java scriptlet tags. %.% Have a nice day. With regards, Sachin S. Khanna. - Original Message - From: Suresh Kumar Nittala [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, December

Re: JSWDK, how to configure JSP Engine

1999-11-30 Thread India
Well first check whether you have created the same directory structure for MyApp as there is already there for the examples directory below the jswdk directory. Then place your bean directory which has the BeanName.class, inside the web-inf directory your jsp's in the jsp directory, both of

Re: Running a JSP

1999-11-24 Thread India
Well i too have been using jswdk1.0.1 on my win95 box i too have placed a jsp under the examples directory as well as a bean in the web-inf directory and not under a sub-directory. When i run the jsp it works just fine. I'd suggest check out whether you have added the tools.jar file to your

Re: Query On JSWDK 1.0.1

1999-11-23 Thread India
Well to get rid of the Out of environment space error do the following: click on the properties tab of the MsDos prompt shortcut, then cick on the memory tab you will find a initial environment set to auto change that to 4096 you should not get that error. Goodluck with your endeavour. Have a