Re: Session variables !

2000-11-06 Thread Clemente Dani
You could use Hidden form fields. Bye - Mensaje Original - De: Bhuvaneswari Palanivel <[EMAIL PROTECTED]> Fecha: Martes, Noviembre 7, 2000 7:01 am Asunto: Session variables ! > Hi , > > We are using Session variables (Bean ) in our application. But now our > client said that we should n

Re: can i store an ArrayList in Session?

2000-11-06 Thread Sachin S. Khanna
check out the version of the servlet api that you are working on. In most probability you are working on an old api version which supports the getValue() and setValue() methods, instead of the attribute methods. Hope this helps. Have a nice day. With regards, Sachin S. Khanna. www.emailanorder.com

Re: Session variables !

2000-11-06 Thread Sachin S. Khanna
URL rewriting could be one other solution. Have a nice day. With regards, Sachin S. Khanna. www.emailanorder.com - Original Message - From: Bhuvaneswari Palanivel <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, November 07, 2000 11:31 AM Subject: Session variables ! > Hi , > >

Image uploading

2000-11-06 Thread hamid
Hi, While working in JSP page i want to upload image files. Also its Dimensions. Anyones help will be highly appreciated, spec if can send the example code. Thanx Hamid Hassan VSDI === To unsubscribe: mailto [EMAIL PROTECTE

Re: To pass value to next page

2000-11-06 Thread hamid
Hi, simply use: u will get the value at next page as : request.getParameter("login field name"); Hamid Hassan VSDI -Original Message- From: A mailing list about Java Server Pages specification and reference [mailto:[EMAIL PROTECTED]]On Behalf Of Modassir Sattar Sent: Tuesday, November 0

Re: Best JSP Tool

2000-11-06 Thread Michał Trojanowski
Is it much slower than JBuilder 3.5 ? > > Warning: Better have a 700mhz/256 meg system as a minimum. > JBuilder makes 450mhz machines act like IBM/XT's. > > > -Original Message- > > From: A mailing list about Java Server Pages specification and reference > > [mailto:[EMAIL PROTECTED]]On B

Re: can i store an ArrayList in Session?

2000-11-06 Thread vijays
The method description of setAttribute is as follows: public void setAttribute(java.lang.String name, java.lang.Object value) So just typecast arraylist and add it to session as follows: session.setAttribute ("SelectedProducts", (Object)al); hope this helps ... -Or

Re: Session variables !

2000-11-06 Thread subramanian Athimoolam
hi many ways is there ..100 form fields means useCookies set all the fields in array using cookies, and get the cookies values in the corresponding form. subu _ Get Your Private, Free E-mail from MSN

Re: Best java Web server for linxu for medium scale site

2000-11-06 Thread Loni & Bharat Nagwani
www.silverstream.com - Original Message - From: manoj nahar <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, October 06, 2000 4:48 AM Subject: Best java Web server for linxu for medium scale site > hi all, > > At present we have site on Windows NT, Oracle 8i and Java web server

Re: can i store an ArrayList in Session?

2000-11-06 Thread Rekha Puthalpet
U need to write it as session.putValue("SelectedProducts", al); hope this works. rekha hi everybody! i m trying to store an ArrayList in session ..here is the code <%@ page language="java" import="java.util.*"%> <%@ page errorPage="errorpage.jsp" %> <% String [] values; ArrayList al

Session variables !

2000-11-06 Thread Bhuvaneswari Palanivel
Hi , We are using Session variables (Bean ) in our application. But now our client said that we should not use session variables. what could be alternate way to process the variables and pass it to the next jsp page? And if we are not using bean or something like that, we need to pass around 10

Re: imports ( 2 )

2000-11-06 Thread Srikanth V
Try this command before compiling.. export = CLASSPATH=3D$CLASSPATH:/usr/local/apache/tomcat/.../WEB-INF/classes Hope this helps, Srikanth - Original Message - From: JM To: [EMAIL PROTECTED] Sent: Monday, November 06, 2000 11:48 PM Subject: imports ( 2 ) Hi, My pages are on a Apache

can i store an ArrayList in Session?

2000-11-06 Thread Ginni
hi everybody! i m trying to store an ArrayList in session ..here is the code <%@ page language="java" import="java.util.*"%> <%@ page errorPage="errorpage.jsp" %> <% String [] values; ArrayList al = new ArrayList(); values = request.getParameterValues("product"); for (int i=0;i it gives

Re: Best JSP Tool

2000-11-06 Thread Sreenivasa Kumar Majji
The Community Edition is free, however Internet Edition will be released some time in Dec. Sreenivasa Kumar Majji - Original Message - From: "Alan KF LAU" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, November 07, 2000 03:39 Subject: Re: Best JSP Tool | Yes, the community v

Form Data in Context Object

2000-11-06 Thread Mohan K Reddy
Hello: I have a form which is combination of 4 other forms.I need to store this data in a variable until I reach the final page to do a submit to my EJB.The Navigation through anyone of these forms is multi-routed, and hence we need to display the previously keyed in data. I tried storing in JND

Re: Best JSP Tool

2000-11-06 Thread M. Simms
Yeah but they "rushed it" to market. 1) Incredible indexed help system with autocomplete for methods, etc. BUT THEY "FORGOT" TO PUT THE SERVLET API IN THE HELP !!! 2) The default JIT is sunspot and has some problems that force the restart of Tomcat upon each debug session invocation. It real

Re: Best JSP Tool

2000-11-06 Thread Alan KF LAU
Yes, the community version of Forte is free, but if you are working on it for product delivery you'd better check with the license. Check with local sales in doubt. Just one more thing if any sales executives of Sun could here: Why don't you sell Forte in Hong Kong? We can't use free version due

Your favourite JSP source site?

2000-11-06 Thread Alan KF LAU
What is your favourite JSP source site that you frequently visit? Please advise. :) === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". Some relevant FAQs on JSP/Servlets can be found at: http:/

Re: TOMCAT

2000-11-06 Thread Thu LV
Hi, which error message do you get ? with Win85, 98 maybe it would need a command :command.com /p E:4096 in config.sys for example... ThuLV, === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". So

TOMCAT

2000-11-06 Thread kal inuganti
Hi all Can someone tell me whats wrong with my tomcat. It runs fine with the tomcat run command but fails when I run startup on my windows machine. Thanks, Kalyan Get free email and a permanent address at http://www.netaddress

Re: Best JSP Tool

2000-11-06 Thread Alan KF LAU
I believe JRUN is good but the number of security problems make me so worry... > > I am using JRUN Studio from Allaire. I started using > this but my Eval. ran out. > http://www.tek-tools.com/kawa/index.html > > > --- Khurram Sardar <[EMAIL PROTECTED]> > wrote: > > Hello Everyone, > > Does

Re: Best JSP Tool

2000-11-06 Thread Mio Nino Marquez
Khurram, We went to the product launch of JBuilder 4 recently and was really impressed with it. The JBuilder 4 Enterprise edition allows you to do Servlet / JSP debugging... this includes stepping through codes, modify variable values etc. It's expensive though. But you can have the Pro albeit w

Re: Best JSP Tool

2000-11-06 Thread Alan KF LAU
May you you give IBM VisualAge for Java a try. Search for it at ibm.com, for free download. We have just finished evaluating Java IDE and VAJ came out the most suitable. 01 - just my two bits. > > I was asking the same question earlier about Java,JSP html IDEs. I've > evaluated jbuilder(borla

JSP, getProperty does not work correctly

2000-11-06 Thread Thang Nguyen
Hello, I have this simple jsp using the bean (example of a FAQ system), everything works fine except I can not extract out the property of the bean. Below is my jsp page. The println statement ("ID number :") shows that I had all the correct values, however, getProperty() does not return the

Re: Upload

2000-11-06 Thread Yang cun dong
hamid£¬ÄúºÃ£¡ [EMAIL PROTECTED] thanks ÔÚ 00-11-6 21:12:00 ÄúдµÀ£º >Hi, >If possible send me the example code tooo. > >Thanx >Hamid > >-Original Message- >From: A mailing list about Java Server Pages specification and reference >[mailto:[EMAIL PROTECTED]]On Behalf Of Marcelo Mathias Lim

Re: Best JSP Tool

2000-11-06 Thread Shawn Zhu
I was asking the same question earlier about Java,JSP html IDEs. I've evaluated jbuilder(borland), jdeveloper (Oracle, which was build on top of jbuilder), and ForteJ(sun). And I find ForteJ most straight forward and easy to use with. However, it's still hard to find help docs on the product.

Re: Best JSP Tool

2000-11-06 Thread Carlos Vasquez
I am using JRUN Studio from Allaire. I started using this but my Eval. ran out. http://www.tek-tools.com/kawa/index.html --- Khurram Sardar <[EMAIL PROTECTED]> wrote: > Hello Everyone, > Does any one know that which one is the best > JSP tool other than notepad. > AS per my knowledge Tools

request.getParameter("Name") with special chars

2000-11-06 Thread Jj Fu
request.getParameter("Name") is the way to fetch the form input. When the input is a , the user may type multple lines of input. It seems like request.getParameter() will NOT fetch the new line char. It also will NOT fetch special chars, like tab, space (in there is more than one), and new lin

Deploying a WAR with tomcat

2000-11-06 Thread Nicholson Robert
If I have a bunch of jars to deploy with tomcat I only have to put them in WEB-INF/lib right? What's the full documentation on how Tomcats classloaders work? I know that when you use cocoon you have to copy the jar to lib and put it in the CLASSPATH. When using a web application do I have to spe

No Subject

2000-11-06 Thread Modassir Sattar
Hi erveryone, Can any one help me. I am working on a jsp application. On the login page if someone enters valid loing, I need to pass a variable to next page. How I can do that. I tried request.setAttribute("Varaible","Y"); sessiont.setAttribute("Varaible","Y"); on the next page request.get

problem with jsp useBean

2000-11-06 Thread Vishnu Akkaraju
Hi, i'm using tomcat in standalone mode on win 2000 for jsps. when i use jsp:useBean i get the following exception. Unhandled error! You might want to consider having an error page to report such errors more gracefully java.lang.Error: Fatal Error: missing resource: java.util.PropertyResourceBundl

imports ( 2 )

2000-11-06 Thread JM
Hi, My pages are on a Apache +Tomcat server, but when I compile my .java file (the one supposed to send mail) with the "javac myfile.java" command, I always have an error message telling me the imports javax.mail.*. (only) haven't been found. But, when I write the code directly on my jsp fil

Re: jserv and apache

2000-11-06 Thread Craig R. McClanahan
http://jakarta.apache.org/downloads/binindex.html Craig McClanahan Manoj Joshi wrote: > I couldn't figure out why www.apache.org has been down for the last > 36 hours. > > I need to download tomcat. Where do I get it from? > > thanks > Manoj > >

how odd...

2000-11-06 Thread Daniel Lynn
OK, I'm having some really bizzarre problems here 1) Apache running alone will run my JSP files but tomcat alone won't (I didn't think Apache alone could) this is mostly just a curiosity thing, it turns out we're not using tomcat anyway 2) the server techs for some reason decided they di

Re: Best JSP Tool

2000-11-06 Thread Sicaud Patrice
I'll second that. Even though we have a generous budget for tools, my team standardized on Forte which is free. It has its problems but is is much better than good enough. The tech support is surprisingly good and the interface is excellent. Of course, it's also open source... My $.02 Patrice --

Re: my jsp page is not getting refreshed

2000-11-06 Thread Nils Janson
I have seen it to with javawebserver2.0. When I have big changes I usaly removes the folder and all files under Javawebserver2.0/tmpdir/default This forces everyting to recompile. Not a good solution but it works. /NJ >From: Raj S <[EMAIL PROTECTED]> >Reply-To: A mailing list about Java Server

Mount point of servlet

2000-11-06 Thread Maureen Chandra
Sorry if I'm wrongly post the question, coz I don't know anymore where should I post this. I have some doubts regarding the servlet configuration on Apache JServ 1.1.2 I read somewhere that the hostname on jserv-url section must be localhost that is, 127.0.0.1 is that true? and what is the reason?

jserv and apache

2000-11-06 Thread Manoj Joshi
I couldn't figure out why www.apache.org has been down for the last 36 hours. I need to download tomcat. Where do I get it from? thanks Manoj === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". S

Re: multiple useBean II

2000-11-06 Thread V.A. Kozhevnykov
Hi Misha !! Instead of use to tags jsp:useBean use somthing like this code <% package.class1 class1 = new package.class1(); // ?? any constructor Object class2 = session.getAttribute("class2"); or Object class2 = request.getSession(false).getAttribute("class2");

Re: passing arrays

2000-11-06 Thread Richard Yee
Daniel, Two ideas for you: 1) parse the product parameter yourself with StringTokenizer and make the array yourself in your JSP. 2) put the array in a bean and get the bean and the array in your JSP. -Richard -Original Message- From: Daniel Lynn [mailto:[EMAIL PROTECTED]] Sent: Sunday, N

Re: Upload

2000-11-06 Thread hamid
Hi, If possible send me the example code tooo. Thanx Hamid -Original Message- From: A mailing list about Java Server Pages specification and reference [mailto:[EMAIL PROTECTED]]On Behalf Of Marcelo Mathias Lima Sent: Tuesday, October 03, 2000 9:15 PM To: [EMAIL PROTECTED] Subject: Re: Up

Re: JSP/GIF Util

2000-11-06 Thread hamid
Hi, Want to upload images from jsp file .Also want its Dimensions. If anyone can send code example then it will be great. Thanx in advance Hamid Hassan VSDI -Original Message- From: A mailing list about Java Server Pages specification and reference [mailto:[EMAIL PROTECTED]]On Behalf Of

Re: Working with JavaMail & JSp

2000-11-06 Thread JSP Insider
Did you install the Java Activation Framwork (JAF)? If not you will need to or else that error appears. Look on Sun's site you can download JAF if needed. Jayson Falkner [EMAIL PROTECTED] - Original Message - From: "Sanjay Gomes" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday,

Re: Best JSP Tool

2000-11-06 Thread Davidson, Greg
I use EditorPro and vi. There are several hundred editors out there that can be used. Just do a search for text editors, several offer JSP/ASP highlighting. Greg Davidson [EMAIL PROTECTED] -Original Message- From: Ryan Richards [mailto:[EMAIL PROTECTED]] Sent: Monday, November 06, 2000

Re: resultset to jsp

2000-11-06 Thread Sanjay Gomes
You cant do a query on a resultset . You will have to query the database again Sanjay -Original Message- From: Chin Sung Kit [mailto:[EMAIL PROTECTED]] Sent: 06 November 2000 12:11 To: [EMAIL PROTECTED] Subject: Re: resultset to jsp hi all, can i do a query in a resultset again? thank

Re: Best JSP Tool

2000-11-06 Thread OpinionOne
Forte is a pretty good IDE... You can get it at java.sun.com - Larry - Original Message - From: "Ryan Richards" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, November 06, 2000 9:48 AM Subject: Re: Best JSP Tool > VI is the best I know of. > > Ryan Richards > Sr. Softwar

Re: Best JSP Tool

2000-11-06 Thread Ryan Richards
VI is the best I know of. Ryan Richards Sr. Software Developer Atkins-Benham http://www.atkinsbenham.com -Original Message- From:Khurram Sardar [EMAIL PROTECTED] Sent:Mon, 6 Nov 2000 12:00:18 +0500 To: [EMAIL PROTECTED] Subject: Best JSP Tool Hello Everyone, Does

Re: Jsp and mySQL

2000-11-06 Thread Simon Orchanian
You should check to see that the MySQL daemon and or service is running to be listening on that port. For NT; open up the services tool and view it. --- Chetna Bhatt <[EMAIL PROTECTED]> wrote: > Hi, > > I have installed mySQL on Windows NT and also am using Java Web > Server2.0 to execute the JS

Re: resultset to jsp

2000-11-06 Thread Chin Sung Kit
hi all, can i do a query in a resultset again? thank you. Sanjay Gomes wrote: > Keep the connection open for the full session > Close the connection when the user tries to logout > Hope this helps > Sanjay > > -Original Message- > From: Ron Chan [mailto:[EMAIL PROTECTED]] > Sent: 04 No

Re: How to display a different language text in the Browser?

2000-11-06 Thread Nexgen
Hi can i have more information about writing code using UNICODE. Give me the site where, i can get more information for display in diff languages using UNICODE, am i able to display in local languages also or just French, Italian, etc like fixed languages which everyone is providing srinivas ---

Re: How to display a different language text in the Browser?

2000-11-06 Thread Nexgen
Hi can i have more information about writing code using UNICODE. Give me the site where, i can get more information for display in diff languages using UNICODE, am i able to display in local languages also or just French, Italian, etc like fixed languages which everyone is providing srinivas ---

Re: resultset to jsp

2000-11-06 Thread Sanjay Gomes
Keep the connection open for the full session Close the connection when the user tries to logout Hope this helps Sanjay -Original Message- From: Ron Chan [mailto:[EMAIL PROTECTED]] Sent: 04 November 2000 14:02 To: [EMAIL PROTECTED] Subject: Re: resultset to jsp Hi, 1. you have a bean t

Re: Working with JavaMail & JSp

2000-11-06 Thread Sanjay Gomes
Could you give some more details Sanjay -Original Message- From: Jitesh Gangwani [mailto:[EMAIL PROTECTED]] Sent: 06 November 2000 06:33 To: [EMAIL PROTECTED] Subject: Working with JavaMail & JSp When i run jsp file which include MessageMain bean(Created by me using SMTPClient Class) t

Re: TOMCAT - installation

2000-11-06 Thread Frank Kettenbeil
Hi, I would suggest you to open a console (DOS) window to start Tomcat to get a full view for the message of your system. Afterwards try to find out, what it wants to tell you... or just post the message - I think that information can be helpful. Monday, November 06, 2000, 9:39:31 AM, you wrote

Re: TOMCAT - installation

2000-11-06 Thread V.A. Kozhevnykov
Hi !! try this go to dos window in tomcat/bin folder Execute "tomcat run". This will run tomcat in current dos window - so You will be able to see exception message Regards Valik K -Original Message- From: A mailing list about Java Server Pages specification and reference [mailto:[EMAIL

Re: TOMCAT - installation

2000-11-06 Thread Robuschi (Delfi)
I can suggest you to verify that the CLASSPATH variable includes the exact file TOOLS.JAR I know you already have this file's path but at any time, exact path and file name are required. Try this and let us know!! Bye Robuschi Roberto Delfi srl P.za Ravenet 1/b - 4

TOMCAT - installation

2000-11-06 Thread kal inuganti
Hi All! I am trying to get apache tomcat started on windows but it would not work. Once I run the startup.bat file the classpath is being echoed and a new window flashes for a second. What am I missing? I edited the autoexec.bat file and included set JAVA_HOME = c:\jdk1.3; and also set TOMCAT_H

list type (iterative) form parameters

2000-11-06 Thread Eric
I haven't been able to find a good solution for this anywhere...someone must do something decently elegant... Many of the forms that I have have parameters that repeat iteratively (lists of things) like "Param1, Param2, ..." What is the best way to get these into a bean? I hate to define a bunc