No Subject

2000-02-07 Thread Subu
Hi folks I wish to provide i18n support in my JSP. Inspite of setting S_JIS encoding for the charset(encoding) in the page directive, i find that the Japanese characters are not shown in the browser. Has anyone tried to use encoding for japanese language.?

No Subject

2000-02-07 Thread Ashwani Kalra
Hi all Its sort of urgent ; I have three links on a page(jsp) which points to this page itself. but as far as i know if the page is cache it is picked up from there not from the server. so i want to expire the page so that when the link is clicked the page is picked up from the server. It mus

No Subject

2000-02-07 Thread Stefan van den Oord
Hi Ashwani, If you include the following directive in your page, the browser will not cahce it: -- Stefan van den Oord [EMAIL PROTECTED] > From: Ashwani Kalra <[EMAIL PROTECTED]> > Reply-To: [EMAIL PROTECTED] > Date: Mon, 7 Feb 2000 19:25:02 +0530 > To: [EMAIL PROTECTED] > > Hi all > Its sort

No Subject

2000-02-07 Thread John Hardin
I think you'll also want (need?) to include HTTP headers as well. Specifically, you'll want to include an "Expires" header (for HTTP 1.0 browsers), a "Pragma: no-cache" header (particulary for Netscape 3), *and*, finally, a "Cache-control: no-cache" header (for HTTP 1.1 browsers). -jwh -Ori

No Subject

2000-02-07 Thread kevin carothers
Uh... folks, could we please put a subject in the mail? It would be nice if we knew what you people were discussing... -Original Message- From: A mailing list about Java Server Pages specification and reference [mailto:[EMAIL PROTECTED]]On Behalf Of james d wilson Sent: Sunday, Februa

No Subject

2000-02-07 Thread Gopal, Shankar
Hi all. I'm not able to use the java bean in the JSP Page. I'm always getting a Bean class not found exception. Where should i deploy the bean??? . I'm using weblogic appl. server === To unsubscribe: mailto [EMAIL PROTECTE

No Subject

2000-02-09 Thread Nemala Ram Kumar
I have installed Oracle 8i on NT server and i am working on an NT workstation. I created some tables in Oracle and was trying to connect oracle using JDBC. I installed JDK1.1 in C drive.I have also installed JDBC drivers from www.idssoftware.com in C drive.The problem is when i am writing DriverAp

No Subject

2000-02-14 Thread Zhu Jiang
Hi, all Is there any body know how to pass info between applet and servlet using HTTP? regard zhu jiang === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". FAQs on JSP can be found at: http://j

No Subject

2000-02-14 Thread Federico Gonzalez
Hi Zhu: why don't you try the java.net.URL class ? ... myURL = new URL( urlString ); InputStream input = myURL.openStream(); hope it helps. Federico. Zhu Jiang wrote: > Hi, all > > Is there any body know how to pass info between applet and servlet using > HTTP? > > regard > > zhu jia

No Subject

2000-02-14 Thread Lee Elenbaas
simply use URLConnection. >From the applet you build the URL that point to your servlet. then open a connection to it. and simply read it as if it was a file. The servlet treat it as any connection from any browser. lee Lee Elenbaas RTS Israel [EMAIL PROTECTED] [EMAIL PR

No Subject

2000-02-15 Thread babita malani
hello everybody, i am new to JSP i have started of with a simple jsp example where i have another jsp file included and a bean now whenever i access the jsp file from the browser i get the following error message in the browser window Error: 500 sun/tools/javac/Main I also get t

(no subject)

2000-02-19 Thread Verma Varun
Hi all! i'm having a small problem. i tried to return a ResultSet from my bean to my JSP and then use the Resultset to display some info. However, even before the page could be displayed, i got a message from my Dr. Watson for Windows NT that there is some violation by java.exe, and my JSWDK serv

No Subject

2000-02-22 Thread babita malani
hi, i am new to jsp, and having a jurky start indeed !, I have made a bean named Bean_inv_db, and tested it in the bean box, i works well. i have put may .jsp file under the examples directory under the Javawebserver2.0's root directory. i use this bean in a jsp page, i call this page from anot

No Subject

2000-03-08 Thread Mohnish
Hi All, I am beginer in java please tell me how can we call one class in another class.e.g if we have to call tree class in scroll pane . Mohnish

No Subject

2000-03-13 Thread K.V.Srinivas Kumar
Hi Anthony, Did you try this in Internet Explorer? Thanks K.V. Srinivas Kumar "Kelly, Anthony, CTR, OUSDP/PAD-SD" <[EMAIL PROTECTED]> on 03/10/2000 12:29:40 AM To: Srinivas Kumar Krishna Vajjala/BS1/SGSSDI/SONYASIA cc: Subject: I went back to test your code with some modification

No Subject

2000-03-14 Thread john McCormack
I am having trouble getting the JSWDK server to start. I have checked all the FAQ's and The readme doc. I have all the paths set up correctly. What happens is that the server starts and then I get the following 2 messages JSWDK Webserver Version 1.0.1 Loaded Configuration From: file: D:\jswdk1.0.

No Subject

2000-03-15 Thread Arnick Hahn
Hi. I was wondering what you guys think about application server... Do you think it is ncessary for a scalable (possibly massively), high traffic web site? Or would web server + servlet engine approach fare just fine? And if anyone has had a good experience with an application server that is out

No Subject

2000-03-15 Thread labs
Hi, We have problem in connecting to MS SQL Server through JSP. It would be grateful, if you can send us some sample code for the above. Regards E Commit === To unsubscribe: mailto [EMAIL PROTECTED] with body: "s

No Subject

2000-03-17 Thread Undetermined origin c/o LISTSERV administrator
=== To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". Some relevant FAQs on JSP/Servlets can be found at: http://java.sun.com/products/jsp/faq.html http://www.esperanto.org.nz/jsp/jspfaq.html htt

No Subject

2000-03-17 Thread SoftFrance RANSON Maxime
I'm facing a strange problem, I've just installed the JSDWK 1.0.1 and I'm using the following methods that run correctly with JSDK - request.getPathInfo() - request.getPathTranslated() but now it just return me null. Does anybody ever solve this problem ? http://www.softsolutions.fr ===

No Subject

2000-03-16 Thread Bradley McLain
i disagree. in my company the target platform for an application is often dictated by our clients, which is why servlets make a lot more sense than those stupid webclasses. we can develop on nt, test on linux and deploy on solaris. (not that we necessarily do this) it isn't completely trouble f

No Subject

2000-03-20 Thread Undetermined origin c/o LISTSERV administrator
You used to be able to non-parsed headers in CGI to do server push. I don't think you can do that with servlets/JSP. Thus you can either do a meta refresh OR write an applet that does the request for you OR set a Javascript timer. They all do the same thing. Mark On 21 Mar 00, at 1:01, Lee Elenb

No Subject

2000-03-20 Thread Undetermined origin c/o LISTSERV administrator
hi, i installed Jserv and apache web server . i want to know how to install Tomcat3 which is latest version. i download three dll which were available at Tomcat site . help me Thank you === To unsubscribe: mailto [EMAIL PROT

No Subject

2000-03-20 Thread Undetermined origin c/o LISTSERV administrator
I currently am doing some basic connection pooling. I don't do any direct database calls in my JSPs, but my JSPs use beans that use the connection pooling. Currently in my java classes I have code like: String sql = "SELECT * FROM PRODUCT WHERE STORE_NO = " + storeNo; DBConnectionMa

No Subject

2000-03-20 Thread Undetermined origin c/o LISTSERV administrator
hi, i am developing a web app using model 2 architecture. The application has a single login. After authentication user info is put in a session. Access to pages is allowed after verifying whether the user is in session. When the user logs out the session is invalidated. The problem that i ha

No Subject

2000-03-20 Thread Undetermined origin c/o LISTSERV administrator
same here too . piyush "David S. Soleno" wrote: > Does anyone have any suggestions for a good UML application that would > allow us to model our Web applications. Finding an application to model > Java code is simple. What we're looking for is an application that would > allow us to also m

No Subject

2000-03-21 Thread Undetermined origin c/o LISTSERV administrator
That's possible with HTTP1.1 using persistent connection () and JSP/Servlet adding line of javascript. It's called pushlet. Look at http://www.javaworld.com/javaworld/jw-03-2000/jw-03-pushlet.html and http://www.fluidiom.com:8080/ for more details. Regards, David Lee Elenbaas wrote: > > I don'

No Subject

2000-03-21 Thread Undetermined origin c/o LISTSERV administrator
Hello, Are there any good JSP development environment/tools? I'm using Tomcat, emacs, and it's a pain in the butt. Error messages and error line numbers don't make any sense because of all the included files. Any debugging tips? Thanks a bunch! ===

No Subject

2000-03-21 Thread Undetermined origin c/o LISTSERV administrator
I have heard that the session in JSP could expired anytime. Is it true, or the session (how i think) will expire only when the connection between the client and the server is shutting down? === To unsubscribe: mailto [EMAIL P

No Subject

2000-03-21 Thread Undetermined origin c/o LISTSERV administrator
Is true that include is faster than redirect? === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". Some relevant FAQs on JSP/Servlets can be found at: http://java.sun.com/products/jsp/faq.html ht

No Subject

2000-03-21 Thread Undetermined origin c/o LISTSERV administrator
Right now I can upload a jpeg to the server. When this happens, I would also like to 1) scale the jpeg down, and save a copy as a thumbnail. 2) store both images in the MS SQL 7.0 database. Any strategies or code sniplets would be very helpful. Thanks, Jason ===

No Subject

2000-03-21 Thread Undetermined origin c/o LISTSERV administrator
Hi: I have <%@ page import = "com.netscape.server.http.examples.beans.CheckTest" %> The Checktest class is in a jar file. We are using JRUN as the servlet engine and Iplanet web server I have the jar file specified in the jsm.properties in the java.classpath But when I try to access the j

No Subject

2000-03-21 Thread Undetermined origin c/o LISTSERV administrator
Try a server side JavaBean with JSP using Graphics 2D API I am doing it ..I am generating thumbnails allright but my problem is I have IIS and can't configure JSP to run ON IIS.I trieed everything from Resin to Jrun :( -Original Message- From: Undetermined origin c/o LISTSERV administrat

No Subject

2000-03-21 Thread Undetermined origin c/o LISTSERV administrator
I hate to be so dense, but how would you do this? How would you use a servlet to download binary data? -Original Message- From: A mailing list about Java Server Pages specification and reference [mailto:[EMAIL PROTECTED]]On Behalf Of Craig R. McClanahan Sent: Wednesday, March 15, 2000 11

No Subject

2000-03-21 Thread Undetermined origin c/o LISTSERV administrator
this will be tough if you have never programmed in java before. if, on the windows side, you are a c++ programmer it will be easier. but here goes.. 1. download jrun from www.allaire.com, or servletexec from www.newatlanta.com. there are several others but one of these will get you started..

No Subject

2000-03-21 Thread Undetermined origin c/o LISTSERV administrator
Using NES 4, I cannot get JDBC to work. The JSP compiler can't find the ResultSet and Statement classes. What needs to be in CLASSPATH? Is there some other way to accomplish this, such as a directive? John Gbur === To uns

No Subject

2000-03-21 Thread Undetermined origin c/o LISTSERV administrator
I know that many person are using the Tomcat in linux, You can download it from Apache homepage. Omar Vera. === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". So

No Subject

2000-03-21 Thread Undetermined origin c/o LISTSERV administrator
In a servlet, the objectives will be to: * Set the content type correctly, so the browser knows what you are sending * Send a binary output stream, rather than text. A model of how you'd do this would be to have this in your doGet() method: public void doGet(HttpServletRequest req,

No Subject

2000-03-21 Thread Undetermined origin c/o LISTSERV administrator
i believe beans must go in the \jrun\jsm-default\classes directory or some such, then you access them through usebean.. bear in mind that the file structure you represent in the tag must correspond to everything below 'classes', e.g. if your usebean has the attribute 'class="com.yourco.projectnam

No Subject

2000-03-21 Thread Doug Turner
I am using JSWDK 1.0.1 on WinNT, and this works fine for me. Dumb question, but are you *sure* you are providing path info in your url? The examples provided with the kit won't really show this, I believe, but you can test it by simply typing the url to the servlet, and then adding path info. -

(no subject)

2000-03-22 Thread Rohitashwa R. Acharya
My client requires web based application(on the internet) that will provide services to its customers The services provided will involve 1. Database requests 2. Lot of calculations 3. Business Logic 4. Generation(dynamic) of charts & graphs 5. Comparisons (these may involve doing the above steps m

No Subject

2000-03-22 Thread Binu Kamal
Hi, I am using Tomcat/Apache. I can't forward from one jsp page to another. Thanks Binu __ Do You Yahoo!? Talk to your friends online with Yahoo! Messenger. http://im.yahoo.com ==

No Subject

2000-03-22 Thread Mark Griffin
I checked out the carts.jsp example that came with tomcat. I think that shows the correct way of handling this. It starts with a .html file that has carts.jsp as the form action. The carts.html collects the initial field values and carts.jsp processes them and creates the next page. When I

No Subject

2000-03-22 Thread Portal Team
hi __ Get Your Private, Free Email at http://www.hotmail.com === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". Some relevant FAQs on JSP/Servle

No Subject

2000-03-23 Thread Brenda Tung
hi everyone, I've just started reading up on JSP. I'm quite confused by what's the difference between java servlets and JSP. And where do java beans come into the pictures. Do i just use the use bean tags in JSP ? Thank you all for your kind attention. Brenda ==

No Subject

2000-03-23 Thread Manoj Kumar
Hi brenda, To keep it simple, fundamentally jsp and servlets have the same functionality.JSP is specification not a language like java. In fact java is the language used to write jsp pages. But jsp has been more designed to handle the presentation/visual interface of the server response to the

(no subject)

2000-03-23 Thread Claudio Henrique Vianna
Hi, I'm working with JSP in Tomcat. If I disable the cookies in my browser, the session concept is lost and every page became a new session. I have been researching another way to detect an session in JSP and I read a lot about URL Rewriting. But I couldn't find any explanation on how to do t

No Subject

2000-03-23 Thread Nicola Borsetto
Ok, i have changed the filter, thanks to all === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". Some relevant FAQs on JSP/Servlets can be found at: http://java.sun.com/products/jsp/faq.html htt

No Subject

2000-03-24 Thread Daniel Erikson
"signoff JSP-INTEREST" === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". Some relevant FAQs on JSP/Servlets can be found at: http://java.sun.com/products/jsp/faq.html http://www.esperanto.org.

No Subject

2000-03-27 Thread Nitin Tomer
Hi Guys, Currently I'm working on a web-based document management system, in which we get the output in form of XML. Then we need to show the data in a JSP page. I searched through archives and on the net but couln't find any parser suitable for my need.Below is a sample of the output XML :-

No Subject

2000-03-27 Thread Doug Turner
Have you looked at the XML Parser for Java from IBM: http://alphaworks.ibm.com/tech/xml4j - Original Message - From: Nitin Tomer <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, March 27, 2000 1:48 AM > Hi Guys, > > Currently I'm working on a web-based document management system

(no subject)

2000-03-27 Thread Verma Varun
hi all, i am having problem with caching in IE5 the code given in jguru faqs is not working anybody can help?? thnx in advance varun === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". Some relevan

No Subject

2000-03-28 Thread friza taib
[EMAIL PROTECTED] __ Get Your Private, Free Email at http://www.hotmail.com === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". Some relevant FAQ

No Subject

2000-03-28 Thread Joe Milora
Hi everyone, I've been asked to web-enable parts of an application, and I've been researching the use of jsp and servlets. What I've come up with is (please remember I'm a newbie, and if any of this doesn't make sense or is plain wrong, let me know) using jsp to create dynamic xml within an

No Subject

2000-03-28 Thread Matt Krevs
1. Yes, as long as the resultant output is in the format of a valid XML document. We are doing this in out project for xml files that are basically static but can have some dynamic content based on parameters passed to the JSP page. 2. Cant help you there sorry. -Original Message- From:

No Subject

2000-03-28 Thread Dan Nolan
I haven't heard of this conference, but it sounds interesting. Do you have a url for registration? === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". Some relevant FAQs on JSP/Servlets can be foun

(no subject)

2000-03-30 Thread Rajendra
jsp-interest Singh Rajendra === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". Some relevant FAQs on JSP/Servlets can be found at: http://java.sun.com/products/jsp/faq.html http://www.esperanto

No Subject

2000-04-04 Thread amirali purteymur
Dear all friends, When I want to run any of my .class file in Solaris I recieve the following error message : Exception in thread "main" java.lang.NoClassDefoundError Could anyone please help me that what should I do? Thanking in advance. Amirali ___

No Subject

2000-04-04 Thread David Gowe
Check to see if you class files lie in the class path environment variable. That the numero uno think to check. David - Original Message - From: amirali purteymur <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, April 04, 2000 7:43 PM > Dear all friends, > When I want to run a

(no subject)

2000-04-06 Thread Verma Varun
Hi All! I'm using jswdk-1.0.1 from sun. I would like to know whether we can use applets with jsp. Any sample code would be highly appreciated. Thanx in advance! \/ === To unsubscribe: mailto [EMAIL PROTECTED] with body: "sign

No Subject

2000-04-06 Thread Komaravolu Vasudha
hi all i am just learning jsp. I wanted to know what are the basic requirements to run a jsp program. I am working on winNt and jswdk1.0.1 . While calling a jsp program in the browser i am getting an error telling that Compiler.ParseException and invalid directive. I am so confused. so pl. sen

No Subject

2000-04-12 Thread Lakshmi Anantharaman
Hi all, I have a jsp question. I have a jsp program A.jsp which actually defines a frame. I have two jsp pages b.jsp and c.jsp in the frame set. I have a servlet which fetches some data from the database and calls A.jsp with the data. I used request dispatcher to do this and I also adde

No Subject

2000-04-12 Thread Som Subhra Chakraborty
U can save data in one jsp & call the other. Suppose u save some data in a.jsp & wantto use it in b.jsp -- get the values in a.jsp by request.getParameter(), then call b.jsp with the same parameters. -- From: Lakshmi Anantharaman[SMTP:[EMAIL PROTECTED]] Reply To: A mailing list ab

No Subject

2000-04-13 Thread Veronique Dupierris
If you do not want to use the session object to store the date, a solution could be to get the data in A.jsp and then set them in the src as request param to get them in b.jsp : b.jsp?param=val Or you could also, group all yout data in a bean and only save the bean in the session to be ab

No Subject

2000-04-17 Thread Purushothaman Kaliyaperum
hi, iam unable to startup the tomcat server.It was not showing any error at the startup, but when i tried to connect , the connection to the server fails.And while shutting down the server, it tell SAXParseException at line number 5. that line contains the file:./etc/server.dtd. Can anybody hel

(no subject)

2000-04-18 Thread Varun
hi all! i'm having this peculiar problem if i use then i get an error : java.io.IOException: Error: Attempt to clear a buffer that's already been flushed at com.sun.jsp.runtime.JspWriterImpl.clear(JspWriterImpl.java:115) at C_0003a.varun.jswdk_0002d_000

No Subject

2000-04-18 Thread jailani sahul hameed
JSP INTEREST FirstName:jailani LastName:hameed Get free email and a permanent address at http://www.netaddress.com/?N=1 === To unsubscribe: mailto [EMAIL

No Subject

2000-04-19 Thread Arnab Acharya
What is J2EE, could anyone tell me? Also, what is the difference btwn Beans and EJB? Does EJB remove the need for a database (like Oracle) at the backend? Rgds, Arnab === To unsubscribe: mailto [EMAIL PROTECTED] with body:

No Subject

2000-04-19 Thread Senaka Suriyaarachchi
Hi Arnab I will give you to URL for J2EE. EJB really want to backend. Actually business logice will implement by using EJB. Please visit this URL http://www.javasoft.com/j2ee/j2sdkee/techdocs/guides/j2ee-overview/cover.fm. html Then you can find answers for your question. bye Senaka -Origin

No Subject

2000-04-19 Thread liuhao
hi everyone: i have to unsubscibe from this list because of work. i will leave java server group now to client group, and i will develop application and applet again. thank all for your immediate and helpful information. for a new jsp programmer, it is so important. thank you again! liu hao ==

No Subject

2000-04-19 Thread Som Subhra Chakraborty
hi! J2EE is nothing but an enhancement on jdk1.2 with more APIs. u have APIs of servlet,mail,sql etc. all much enhanced. EJB is dedicated to a specific purpose, typically to business transaction types. But Beans can be any set of class files developed for any purpose, even games, animation etc. As

No Subject

2000-04-20 Thread Aruna Sreeram
Hi I am just starting off using JSP with Sun's J2EE server on a Windows NT Workstation.Although the default home page of J2EE is being displayed correctly after I start the J2EE Server, some other jsp pages that I wrote are not being displayed. An application error is occuring and then it says th

No Subject

2000-04-20 Thread Arnab Acharya
Check on your session's scope. > -Original Message- > From: Aruna Sreeram [SMTP:[EMAIL PROTECTED]] > Sent: Thursday, April 20, 2000 9:10 PM > To: [EMAIL PROTECTED] > Subject: > > Hi > > I am just starting off using JSP with Sun's J2EE server on a Windows NT > Workstation.Although the de

No Subject

2000-04-24 Thread Nguyen Van Tuan
Hi All ! Please help me, How to "plug-ins" tomcat 3.1 to IIS. I have troubles in inserting "isapi_redirect.dll" becoming a "filter" (the arrows not change into greenup but it become a reddown).Please help me, I'm a novice. __ Do You Yahoo!? Send onl

(no subject)

2000-04-26 Thread Eswara Gupta
"signoff JSP-INTEREST" === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". Some relevant FAQs on JSP/Servlets can be found at: http://java.sun.com/products/jsp/faq.html http://www.esperanto.org.

No Subject

2000-04-26 Thread Lester, Doug
signon JSP-INTEREST === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". Some relevant FAQs on JSP/Servlets can be found at: http://java.sun.com/products/jsp/faq.html http://www.esperanto.org.nz/

No Subject

2000-04-27 Thread jakarta
=== ·s®ö§K¶O¹q¤l¶l½c http://sinamail.sina.com.hk === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". Some relevant FAQs on JSP/Servle

No Subject

2000-05-02 Thread Vemuganti,Jaishri
[EMAIL PROTECTED] === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". Some relevant FAQs on JSP/Servlets can be found at: http://java.sun.com/products/jsp/faq.html http://www.esperanto.org.nz/js

No Subject

2000-05-02 Thread Juan Fu
Hi, I tried to post the message on jsp-insterest list on the jsp-interest site so that I can view throught the web. But my message was bounced back because 1 error included. I don't know why. I have registered into the list. Can someone tell me why? Thanks! juan Fu _

No Subject

2000-05-02 Thread Sajid Mohammed
Hi Jose, We faced the same problem too and after days of frustration, finally found that the jsp compiler after generating the .java file and then attempting to compile and create the class file,=3D20 finds in the comment of the .java file(referring to the line number in the .jsp file).=3D20 Th

No Subject

2000-05-03 Thread Sanjay Garg
There is a good article at IBM's site on using Tomcat 3.0 within Visual Age for Java 3.0 Entry Edition. It works quite well. The url for the article is http://www7.software.ibm.com/vad.nsf/data/document2389 You might need to register to "Visual Age Developer's Domain" to access it. Sanjay From

No Subject

2000-05-05 Thread subbarao sakhamuri
I have to println some word document files after processing the request from the client in the server. Now i want to know is it possible to print a file in java rather in jsp thanks subbu __ Do You Yahoo!? Send instant messages & get email alerts

No Subject

2000-05-05 Thread AVATAR SINGH
Your signon or firther messages may have an attachment : like your signature card etc. Juan Fu wrote: > Hi, >I tried to post the message on jsp-insterest list on the jsp-interest > site so that I can view throught the web. But my message was bounced back > because 1 error included. I don't k

No Subject

2000-05-08 Thread deepa nagarajan
deepa nagarajan __ FREE Personalized Email at Mail.com Sign up at http://www.mail.com/?sr=signup === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". Som

No Subject

2000-05-08 Thread Happ, Wayne (Exchange)
You around? I going out for a while. *** Bear Stearns is not responsible for any recommendation, solicitation, offer or agreement or any information about any transaction, customer account or account activity contained in this c

No Subject

2000-05-08 Thread Bury Man
while your out smack Finnegan around for me >From: "Happ, Wayne (Exchange)" <[EMAIL PROTECTED]> >Reply-To: A mailing list about Java Server Pages specification and > reference <[EMAIL PROTECTED]> >To: [EMAIL PROTECTED] >Date: Mon, 8 May 2000 16:57:40 -0400 > >You around? I going out for a whi

No Subject

2000-05-11 Thread Sambandan, Arunprakash
Hi Java Gurus, I am a sort of newbie to this Java World, but had to crack on some of the Java error messages ASAP. Given below are some of the error messages, which are frequently occurring at our Production System. I would like to have a go at them, but would like to receive some expert advice

No Subject

2000-05-15 Thread Samuele Brignoli
"signoff JSP-INTEREST" === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". Some relevant FAQs on JSP/Servlets can be found at: http://java.sun.com/products/jsp/faq.html http://www.esperanto.org.

No Subject

2000-05-14 Thread Scott Stirling
Yeah, well Tomcat's a dog, contrary to its common name. It's a reference implementation, so it's not necessarily meant to be a replacement for a production quality product. You'll find that JRun 3.0, Resin 1.1, Orion 1.0 and ServletExec's latest are all fast as hell compared to Tomcat. Scott St

No Subject

2000-05-15 Thread Jon Thomas
Ok. So in my JSP I call on a servlet that returns data to me via a "Computer" object which has name and description properties, but I can't seem to get to those properties once I'm back in my JSP. The jsp code is this: <% if (request.getParameter("selComputers") != null) {

No Subject

2000-05-15 Thread Vin Lisciandro
The compiler is not able to determine that 'myComputerName' will exist because you only instantiate it inside of an IF statement you should do a: String myComputerName = new String(); outside of your IF so that the object is brought into scope, then just perform a value assignment inside the IF m

No Subject

2000-05-15 Thread Wasetis, Ken
Or define it within <%! and %> tags which should make it an instance variable in the generated servlet. -Original Message- From: Vin Lisciandro [mailto:[EMAIL PROTECTED]] Sent: Monday, May 15, 2000 12:28 PM To: [EMAIL PROTECTED] Subject: The compiler is not able to determine that 'myCom

No Subject

2000-05-15 Thread Hans Bergsten
"Wasetis, Ken" wrote: > > Or define it within <%! and %> tags which should make it an instance > variable in the generated servlet. That's a dangerous solution; since <%! ... %> creates an instance variable, the variable is shared by all threads (i.e. all concurrent accesses to the page). In this

No Subject

2000-05-15 Thread Wasetis, Ken
Good point. -Original Message- From: Hans Bergsten [mailto:[EMAIL PROTECTED]] Sent: Monday, May 15, 2000 1:52 PM To: [EMAIL PROTECTED] Subject: "Wasetis, Ken" wrote: > > Or define it within <%! and %> tags which should make it an instance > variable in the generated servlet. That's a d

No Subject

2000-05-15 Thread Frank Apap
Hi, I am a little curious what you mean about the <%! tag. I am currently using it and want to make sure I am not using it incorrectly. In what cases would it be a problem. I am now using it to declare my variables, so are you saying that if 1 user loads a jsp and the variable declared is set t

No Subject

2000-05-15 Thread Wasetis, Ken
Unless you specify the page directive isThreadSafe to be 'false', the JSP context will create only one instance per page (for all threads to use), so if one thread changes an instance variable, all threads will see the same value. If you specify isThreadSafe to be 'false', each thread will get it

No Subject

2000-05-15 Thread Jon Thomas
Thank you all. I put declarations above the conditional and it worked like a charm. It seems so simple now. A question though. Am I silly that I don't like using the "JSP specific tags" like ? I prefer to instantiate my objects and call on their interfaces right from inside the page because it se

No Subject

2000-05-15 Thread subbarao sakhamuri
hello everybody.I was trying to call a simple bean using http://im.yahoo.com/ === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". Some relevant FAQs on JSP/Servlets can be found at: http://java.s

No Subject

2000-05-16 Thread Lars Wallenius (BCT)
Hi, I wonder if someone has a good solution to this. I have a jsp page that includes rows of input, select and so on (form stuff), each row is a container for components that belong to each other. And what a want is that dynamically insert a new row of the component, clone it, if clicks on hre

No Subject

2000-05-16 Thread Mircea Moisei
>From [EMAIL PROTECTED] Tue May 16 >08:32:14 2000 Received: from scam.xcf.berkeley.edu (scam.XCF.Berkeley.EDU [128.32.43.201]) by lgs-systems.com (8.8.5) id IAA21664; Tue, 16 May 2000 08:32:13 -0600 (MDT) Received: (qmail 88236 invoked by alias); 16 May 2000 14:29:25 - Mailing-List: contact

<    1   2   3   4   5   6   7   >