Where can I find : com.sun.java.util.collection.Iterator ?

2001-04-30 Thread Liu Te Hua
Hello, Where can I find : com.sun.java.util.collection.Iterator class file ? I use weblogic 4.5.1 and when I was creating descriptor for EJB, my DDCreator complain that this file were missing. Thank you. === To

Re: redirecting to same servlet

2001-04-30 Thread Sachin S. Khanna
Well it be great if you could post your code to the list. It would help you generate a better response from the list with regards to the solution to your problem and maybe a better approach to handling your requirement. Have a nice day. With regards, Sachin S. Khanna http://www.emailanorder.com

Oggetto: where can find package org.xml.sax.*

2001-04-30 Thread Igor Zerbesi DIGEST
JSP-INTEREST£¬ÄúºÃ£¡ where can i find package org.xml.sax.* Ö Àñ£¡ Maybe http://jakarta.apache.org look for Xerces project === To unsubscribe: mailto [EMAIL PROTECTED] with body: signoff

Reporting Tool

2001-04-30 Thread vivek tiwari
Hi , I am working on a Bill which is to be presented to the user and later printed via a normal printer. Is there any reporting tool which can be integrated with iPlanet App Server . The bill runs into several pages and it is very painful for the user to go to each page and do a File --- Print

Re: Reporting Tool

2001-04-30 Thread Aneesha
Hi I've used FOP (http://xml.apache.org/fop) to do something similar. With Fop you can convert XML to PDF. You can easily create multi-page pdf files. It works as a standalone app but can also be implemented as a servlet. If you have used XSL before - you should have no trouble. There are also

Re: %@ include file or jsp:include page

2001-04-30 Thread Aneesha
Hi %@ include file=pagename.jsp % is an include directive. The specified file gets inserted into the generated servlet. If you change the content of the included file it may not get updated because this is not part of the JSP spec. You may have to update the main jsp page. You this for content

Re: %@ include file or jsp:include page

2001-04-30 Thread kailash
when u want to include an already cimplied JSP file then use % include % other wise in case of run time compilation of a n included jsp file use jsp:bean action Thanks Regards -- Kailash N.Pandey Aithent Technologies (SSI),New Delhi, [EMAIL

Navigation Bar on left side of screen

2001-04-30 Thread Shoemaker, Michael (N-MAXIM Group)
Hello folks I am a newbie in the jsp arena but have fairly extensive Java experience. Got a few quick questions for you. I have been tasked with putting together a navigation frame that will be anchored on the left side of the screen. This navigation bar will have bullet points and then a link

Re: Double submit

2001-04-30 Thread M Sankar
Nothing happens to the old request. If U r starting a thread to send communication to the server, the second thread also would be initialised on second click. Then two processes will run parallely. But this is not a commendable coding solution. Erwin wrote: Hi, Just a simple question. What

Re: URLConnection in JSP

2001-04-30 Thread M Sankar
provide the piece of code , maybe we can help Shahzad Mahmood wrote: Hi, I m trying to open a URLConnection with an external resource (xyz.com) within the servlet code but it is providing me the following exception. java.net.ConnectException: Connection refused: no further information

Re: how to reference a different class file

2001-04-30 Thread M Sankar
where are the mutators ?? add mutators and this will work drew w wrote: package project; // this doesn't seem to work public class PersonServer implements Person{ //Person is an external interface that I want to access int age; String name; public

Re: Navigation Bar on left side of screen

2001-04-30 Thread Noel E. Lecaros
Hi, Mike If I understand what you're looking for, it seems to be a collapsible list. You can implement this in Javascript. See this article can help you: http://developer.netscape.com/docs/technote/dynhtml/collapse/index.html Regards, Noel Lecaros Shoemaker, Michael (N-MAXIM Group) wrote:

Re: How to get URL of the original servlet after forwarding to aJ SP page?

2001-04-30 Thread King Maurice
Does anyone know of any good jsp hosts I need to host a website in jsp - Original Message - From: Shawn Zhu [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, April 27, 2001 4:54 PM Subject: Re: How to get URL of the original servlet after forwarding to aJ SP page? Oh yeah,

Re: frame problem

2001-04-30 Thread Shirley Chen
Shawn, Don't be so mean. Everybody has the first time doing things. You know something doesn't give you the right to tease other people. Yes, I am the beginner at jsp. But you sure are the beginner as a decent human being. So work on that. Shirley From: Shawn Zhu [EMAIL PROTECTED]

Re: where can find package org.xml.sax.*

2001-04-30 Thread Jeff Hayes
If what you actually need is the parser itself, you can find it at http://xml.apache.org/xerces-j/index.html. I think org.xml.sax is the old package name before the code was donated to apache. In any case, Xerces supports both SAX and DOM parsing, and will have everything you need.

Re: JDBC Driver NetDirect

2001-04-30 Thread Celeste Haseltine
Drew, The drivers that I refer too below are NOT free. Visit the web sites I listed in my reply to Aneesha for the pricing. Celeste -Original Message- From: A mailing list about Java Server Pages specification and reference [mailto:[EMAIL PROTECTED]]On Behalf Of xin_kang Sent:

where is createXmlDocument ???

2001-04-30 Thread sufi malak
Hi, I am using xml.jar from sun, but I can't find the function createXmlDocument, the code should be like this : Document doc = XmlDocumentBuilder.createXmlDocument(is, true); I took a look the the content of the xml.jar in the XmlDocumentBuilder class but could not find this function . Thanks

Re: Reporting Tool

2001-04-30 Thread Celeste Haseltine
Vivek, I don't know about iPlanet App Server, but I have used the new version of Crystal Reports for the Web (8.5) with JRUN and IIS. Celeste -Original Message- From: A mailing list about Java Server Pages specification and reference [mailto:[EMAIL PROTECTED]]On Behalf Of vivek tiwari

Compiling an EJB

2001-04-30 Thread Gavin Meehan
Hi Im trying to complie an EJB but the compiler cant find javax.ejb. I have downloaded J2sdkee1.3 and installed it according to the instructions, I also have Weblogic working on this machine. Could someone please tell me is there anything else i need to do, and why wont this compile. Thanks

Problems encountered with JSp in Windows NT

2001-04-30 Thread kalyannasundaram subramanian
Hi All, I am actually new to working in JSP. I just want to know if there will be problems in making JSP run on a windows NT machine. If not, is JSP independent of the machine OS? Thanks Kalyan Do You Yahoo!? For regular News updates

Re: Problems encountered with JSp in Windows NT

2001-04-30 Thread King Maurice
Jsp can run under windows, you just need the right software and the proper tools - Original Message - From: kalyannasundaram subramanian [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, April 30, 2001 11:32 AM Subject: Problems encountered with JSp in Windows NT Hi All, I am

Re: Problems encountered with JSp in Windows NT

2001-04-30 Thread Satyanarayan Divakar
JSP is independent of the machine OS . The only difference would be the path where you will store your JSP engine on different OS. Refer technical spec for this. -Original Message- From: kalyannasundaram subramanian [mailto:[EMAIL PROTECTED]] Sent: Monday, April 30, 2001 10:32 AM To:

Re: Problems encountered with JSp in Windows NT

2001-04-30 Thread Gavin Meehan
Kalyan I have developed a couple JSP applications on NT using the tomcat container without any problems. Gavin From: kalyannasundaram subramanian [EMAIL PROTECTED] Reply-To: A mailing list about Java Server Pages specification and reference [EMAIL PROTECTED] To: [EMAIL PROTECTED]

Re: Reporting Tool

2001-04-30 Thread M. Simms
What about this: www.inetsoftcorp.com ? Looks like it supports Servlet, RMI and Corba ...as well as JDBC. Also supports Adobe PDF viewing format. -Original Message- From: A mailing list about Java Server Pages specification and reference [mailto:[EMAIL PROTECTED]]On Behalf

Re: JDBC Driver NetDirect

2001-04-30 Thread drew w
go to : http://www.j-netdirect.com/Pricing.htm and scroll down to: JSQLConnect Pricing From: xin_kang [EMAIL PROTECTED] Reply-To: A mailing list about Java Server Pages specification and reference [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: JDBC Driver NetDirect Date: Sat, 28 Apr

Re: how to reference a different class file

2001-04-30 Thread drew w
It is in the same directory. From: xin_kang [EMAIL PROTECTED] Reply-To: A mailing list about Java Server Pages specification and reference [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: how to reference a different class file Date: Sat, 28 Apr 2001 13:35:11 +0800 xin_kang£¬ÄúºÃ£¡

RES: Compiling an EJB

2001-04-30 Thread Rodrigo Gevaerd
You may have to put the javax.ejb classes in your classpath. The j2ee.jar file has these classes. I think the weblogicaux.jar also has these classes. []'s, Rodrigo. -Mensagem original- De: Gavin Meehan [mailto:[EMAIL PROTECTED]] Enviada em: Segunda-feira, 30 de Abril de

JSP Problem

2001-04-30 Thread David Cate
I am experiencing an XML parsing error : null java.lang.ArrayIndexOutOfBoundsException using JRUN 2.3.3 build 157 on an IIS box. The proble m occurs when have a frames page. On the bottom, I created a navigational menu with rollover effects that change the visibility of 3 different layers in

Re: JSP Problem

2001-04-30 Thread King Maurice
The Xml Code is heirarchical and meant to be used for data, if using straight xml, Suggest using xsl sheets for formatting and repeat the formating. - Original Message - From: David Cate [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, April 30, 2001 2:11 PM Subject: JSP Problem

Re: frame problem

2001-04-30 Thread Shawn Zhu
I am very sorry Shirley. Please be patient with me on that. Anyway, was I right about your company suddenly gave a JSP project to a newbie? -Original Message- From: Shirley Chen [mailto:[EMAIL PROTECTED]] Sent: Monday, April 30, 2001 6:55 AM To: [EMAIL PROTECTED] Subject: Re: frame

Downloading applet using JSP

2001-04-30 Thread A R
has anyone downloaded files like applet using JSP? Can you share the source on how I can do this? Thanks/AR Get your free email from AltaVista at http://altavista.iname.com

How to pass a value from JSP code to JS code

2001-04-30 Thread Celeste Haseltine
I've run into a rode block that I hope someone can suggest a work around. I have an intranet site that the client wants custom menus for, where the menu that is loaded is based off of the security level of the person logging in. I obtain the menu string name that I want to load via my Login.jsp

EJB deploy.

2001-04-30 Thread Liu Te Hua
Good day, I am having trouble in deploying my EJB on weblogic to use with my JSP. I have created 3 classes (home,remote, bean) and I use deploytool available in J2SDKEE1.3. a file called : DB.JAR have been created (contain all classes with ejb-jar.xml). I followed the deploy step : 1). change

Re: Problems encountered with JSp in Windows NT

2001-04-30 Thread Doug Turner
You may also want to take a look at ServletExec from www.newatlanta.com. At 11:33 AM 4/30/01 -0500, Celeste Haseltine wrote: Kalyan, In order to run JSP's on a Windows machine, you will first need to install and configure a JSP complier/interpreter to run on TOP of IIS, such as JRUN Server.

Re: Double submit

2001-04-30 Thread Erwin
Thanks, but I think you misunderstood my question. I Don't intend to create new threads. But I was wondering whether the browser or the server creates a new thread or the equivalent of one. We know that whenever a user clicks 2 links in succession, only the response of the second link is

how to set the for each on the jsp ?

2001-04-30 Thread sunker
dear all, how to set the (ASP) for each item in request.form(item_) item next in jsp ? === To unsubscribe: mailto [EMAIL PROTECTED] with body: signoff JSP-INTEREST. For digest: mailto [EMAIL PROTECTED] with body: set

Re: Problems encountered with JSp in Windows NT

2001-04-30 Thread Erwin Kodiat
In addition to Doug mentioned before, I also encourage you to try the followings: Blazix (http://www.blazix.com) Resin (http://www.caucho.com) Tomcat (http://jakarta.apache.org) Erwin Kodiat Mitrais Software Development Center Bali, Indonesia Tel: +62 361 755025 Fax: +62 361 755024

Re: how to set the for each on the jsp ?

2001-04-30 Thread Aneesha
Hi Sorry - No For Each in JSP. You would need to use an Enumeration and a while loop. Enumeration formElements = request.getParameterNames(); while ( formElements.hasMoreElements()) { String formElementName = (String) formElements.nextElement(); String formElementvalue =

voice mail

2001-04-30 Thread paramjit singh
Can anybody help me in capturing voice from the user in java and then sending it as an attachment to the specified email address. paramjit singh Get free email and a permanent address at http://www.netaddress.com/?N=1

Re: Double submit

2001-04-30 Thread M Sankar
I got it now. The moment U click on the second link the browser discards the first link response. So the second link response is shown. It is not on the server side. But browser handles it. Erwin wrote: Thanks, but I think you misunderstood my question. I Don't intend to create new threads.

Installing JWS as a service

2001-04-30 Thread kalyannasundaram subramanian
Hi, Thanks to everyone for having replied to my query... In my workplace, we have installed JWS as a service on a windows NT machine. What are ther possible things that we need to do, because that copy of JWS is posing a lot of problems. Working on a local JWS does not give these problems. I want

Re: xml ??

2001-04-30 Thread Daryani Santosh
Xin, This is a URL for a XML portal , it has links to various tools and technologies related to XML development. http://www.startkabel.nl/k/xml/. The site has a ton of XML resources Santosh xin_kang [EMAIL PROTECTED] on 04/28/2001 01:39:12 AM Please respond to A mailing list