Re: urgent-install jsp problems

2000-07-27 Thread Yasir Feroze Minhas
ED]> Sent: Thursday, July 27, 2000 5:10 PM Subject: Re: urgent-install jsp problems > I have changed the content but still does not work > > mode con codepage prepare=((850) c:\windows\COMMAND\ega.cpi) > mode con codepage select=850 > keyb uk,,c:\w

Re: urgent-install jsp problems

2000-07-27 Thread Paavan
hi i worked on this problem yesterday. may be i can help u. this is what i observed and changed. if u'v a look at the "startserver.bat" file it goes something like this: set jsdkJars=.\webserver.jar;.\lib\jakarta.jar;.\lib\servlet.jar set jspJars=.\lib\jsp.jar;.\lib\jspengine.jar set beanJ

Re: urgent-install jsp problems

2000-07-27 Thread Klacansky, Igor
I have the same problem with WIN NT 4.0. The solution I found is to switch from jdk1.3 back to jdk1.2.2. I sent it to tomcat_dev group as a bug/question and I am still hoping to get an answer. Igor [EMAIL PROTECTED] === To u

Re: urgent-install jsp problems

2000-07-28 Thread BLAKCORI, Ansar
ow can I overcome this problem > -Original Message- > From: Klacansky, Igor [SMTP:[EMAIL PROTECTED]] > Sent: 27 July 2000 23:25 > To: [EMAIL PROTECTED] > Subject: Re: urgent-install jsp problems > > I have the same problem with WIN NT 4.0. > The solution I fou

Re: urgent-install jsp problems

2000-07-28 Thread Klacansky, Igor
It seems to me you have a path problem (are there spaces in your path?). What about to close the path into "..." in stopserver.bat? -Original Message- From: BLAKCORI, Ansar [mailto:[EMAIL PROTECTED]] Sent: Friday, July 28, 2000 6:48 AM To: [EMAIL PROTECTED] Subject: Re: urge

Re: Urgent help on XML

2000-07-29 Thread Atchutarao Killamsetty
Following link may help you ... http://java.sun.com/xml/docs/tutorial/dom/index.html With regards, Atchutarao Killamsetty, http://karao.tripod.com/myjava.html -Original Message- From: George Varghese <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] <[EMAIL PROTECTED]> Date: Saturday, July 29, 2

Re: URGENT JRun Apache PHP ???

2000-09-01 Thread Stefan Demetz
probably you need to change port number in this console -Original Message- From: sufi malak [mailto:[EMAIL PROTECTED]] Sent: 01 September 2000 16:02 To: [EMAIL PROTECTED] Subject: URGENT JRun Apache PHP ??? Hi, before installing JRun in my NT workstation, I had Apache and PHP and always

Re: URGENT JRun Apache PHP ???

2000-09-06 Thread Angela Tang
Sufi, Run Service program from administration tool=20 (NT 5 in Program, NT4 in control panel),=20 Set Startup type of JRun Admin Server or JRun Default Server to Manual, and Stop the service. This will remove the current setting and configuration for JRun server. Hope it helps. --www.iconixx.c

Re: Urgent JSP, XML, XSL

2000-09-18 Thread Scott Evans
Are you expecting the browser or the server to do the style sheet conversion? -Original Message- From: Priya Pinto [mailto:[EMAIL PROTECTED]] Sent: Monday, September 18, 2000 1:18 PM To: [EMAIL PROTECTED] Subject: Urgent JSP, XML, XSL Hi, I've been trying a absolutely simple program in

Re: Urgent JSP, XML, XSL

2000-09-18 Thread Madigan, Brian
Check out the taglibs project and check out the XSL tag library. Take a look at the and tags. They will allow you to perform dynamic XSLT transformations. -Original Message- From: Priya Pinto [mailto:[EMAIL PROTECTED]] Sent: Monday, September 18, 2000

Re: Urgent JSP Help Needed!

2003-07-29 Thread Michael Rogan
The listing is below. Thanks to anyone that can help! > > Show us the exact listing of the first 2-3 compile errors. The > > properties file is not necessary. 62. String search(HttpServletRequest req) { <> *** Syntax: ; expected instead of this token 62. String search(HttpServletRequest req

Re: Urgent JSP Help Needed!

2003-07-31 Thread Dharmendra Sharan
Hope this helps, Regards, Dharmendra ps: have a nice day! -Original Message- From: A mailing list about Java Server Pages specification and reference [mailto:[EMAIL PROTECTED] Behalf Of Michael Rogan Sent: Tuesday, July 29, 2003 4:27 PM To: [EMAIL PROTECTED] Subject: Re: Urgent JSP H

Re: Urgent : Problem with session bean

1999-12-28 Thread Jason Lee
If it's as simple as opening up a completely separate window when each friend is clicked on, then I would just use the same tag to open the window. I.e.: This should always keep the same window targeted and thus be in sync with your bean. Jason Moonim Masaoud wrote: > Hi all, > > I have a we

Re: Urgent: Starting a new Session

1999-12-31 Thread Craig R. McClanahan
Moonim Masaoud wrote: > Hi, > > First Wishing you all a Happy and Prosperous New Year ! > > I have a JSP which has a list of links. These links point to other JSPs. When > I click one of these links, I want to start a new session. > > Now is there a way to branch of into a new session, when the u

Re: URGENT---JSP problem on WebLogic6.0

2001-06-14 Thread horwat
getRealPath() is allowed to return null. For instance, if the web application is run out of a war file, there is no real path to the webapp because it isn't stored in files. Tomcat 4.0 can run directly out of a war file and would also return a null value for getRealPath() in this case. Justy ---

Re: Urgent Help for Tomcat Newbie

2001-07-17 Thread Hans Liebenberg
The best way to learn is to read the Installation guide that ships with tom cat. -Original Message- From: A mailing list about Java Server Pages specification and reference [mailto:[EMAIL PROTECTED]]On Behalf Of Othmar Stehlik Sent: 17 July 2001 10:56 To: [EMAIL PROTECTED] Subject: Urgent

Re Re: Urgent : Compilation of JSPs

2001-12-28 Thread Pranav Shah
Hi I am using weblogi server 6.0. In weblogic the jsp compiles when it is used for first time or when you make changes in it.But how can i instruct weblogic to compile my JSP when it starts ? Thanks Pranav Shah On Fri, 28 Dec 2001 Sasi Bhushan wrote : > Its depends on the server on whi

Re: Urgent: sorting japanese - off topic

2000-11-10 Thread Chandhan Rangarajan
Problem resolved Thanx -Original Message- From: Chandhan Rangarajan Sent: Friday, 10 November 2000 4:14 PM To: [EMAIL PROTECTED] Subject:Urgent: sorting japanese - off topic Hi Can somebody tell me if there is any java API that can help me sort Japanese words... Pls rep

Re: Urgent !!!! - loading a web browser

2001-04-26 Thread Ashish Shrestha
Hi Sumeet You can load the default web browser on WinXX platform using: Runtime rt = Runtime.getRuntime(); rt.exec("rundll32 url.dll,FileProtocolHandler " + url); The url must have the proper protocol of the url mentioned, for example http://headlines.sourceforge.net For a more complete exampl

Re: Urgent: Starting a new Session

2000-01-09 Thread Scott Douglass
How can one safely invalidate a session? I've been trying various methods, including the one below, and I ALWAYS get the Concurrent Modification Exception. What is causing this and how can I invalidate a session without getting it? 500 Servlet Exception java.util.ConcurrentModificationException

Re: Urgent!! RE: Supress LDAP Authentication

2000-09-20 Thread Raj S
I am too sure but I may be able to help you. I just need to clarify a few things.If I have understood your requirements,do u need to authenticate the user at the backend and then display next page,according to authentication or else maybe an error page or prompt the user to enter username and pass

Re: Urgent ! about downloading of GIF

2000-09-21 Thread Karau, Joe
You could use an applet, however I wouldn't. If you are worried about the time it takes a gif to download, than you should be more worried about the time it would take to download the applet with the gifs. With the applet it will be done all at once, making it appear to the user that it takes fo

Re: Urgent!! RE: Supress LDAP Authentication

2000-09-21 Thread Mutahar Qayum
] Subject: Re: Urgent!! RE: Supress LDAP Authentication I am too sure but I may be able to help you. I just need to clarify a few things.If I have understood your requirements,do u need to authenticate the user at the backend and then display next page,according to authentication or else maybe an

Re: Urgent ! about downloading of GIF

2000-09-21 Thread Craig R. McClanahan
"Karau, Joe" wrote: > You could use an applet, however I wouldn't. If you are worried about the > time it takes a gif to download, than you should be more worried about the > time it would take to download the applet with the gifs. With the applet it > will be done all at once, making it appear

Re: Urgent!! RE: Supress LDAP Authentication

2000-09-21 Thread Raj S
Java Server Pages specification and > reference <[EMAIL PROTECTED]> >To: [EMAIL PROTECTED] >Subject: Re: Urgent!! RE: Supress LDAP Authentication >Date: Thu, 21 Sep 2000 09:51:31 -0700 > >Yes, we need to authenticate user, we dont want to show ugly ldap dialog. I >have m

Re: Urgent: Swing And JSP Communication

2002-03-19 Thread Karau, Joe
Not sure how you would do it to a JSP. However, you could open a URL connection to a servlet and send the serializable object to the servlet. Joseph Karau Kingland Systems [EMAIL PROTECTED] 507-536-3629 AIM: jkara3629 -Original Message- From: Debopam Ghoshal [mailto:[EMAIL PROTECTED]

Re: URGENT How TO Handle (MULTIPLE FORMS)

2001-05-29 Thread Julian Doherty
Have separate tags for each form. eg, 1st form fields go here. 2nd form fields go here. 3rd form fields go here. That way, the other two forms won't be submitted when you click another one. Julian Doherty Information Systems Analyst Educat

Re: URGENT How TO Handle (MULTIPLE FORMS)

2001-05-29 Thread James Childers
jyothirmai porika wrote: > I have a jsp page with 3 forms. > What i want to do is when the 2nd form is submitted, fist and third should > not be submitted and vice versa. > I tried to submit by calling each submit based on condition, > But it's not working. > How can i handle multiple forms. Sty

Re: URGENT How TO Handle (MULTIPLE FORMS)

2001-05-29 Thread K.S.SREEDHAR KUMAR
hey try to keep forms in 3 different frames and try out.. (i'm not sure about it's feasibility) ks -Original Message- From: A mailing list about Java Server Pages specification and reference [mailto:[EMAIL PROTECTED]] Sent: Tuesday, May 29, 2001 10:51 PM To: [EMAIL PROTECTED] Subject

Re: URGENT How TO Handle (MULTIPLE FORMS)

2001-05-29 Thread Brad Cox
This is discussed at length at http://virtualschool.edu/wap. At 1:20 PM -0400 05/29/2001, jyothirmai porika wrote: >Hi All, > >I have a jsp page with 3 forms. >What i want to do is when the 2nd form is submitted, fist and third should >not be submitted and vice versa. >I tried to submit by callin

Re: URGENT How TO Handle (MULTIPLE FORMS)

2001-05-30 Thread Jann VanOver
[mailto:[EMAIL PROTECTED]] Sent: Tuesday, May 29, 2001 5:04 PM To: [EMAIL PROTECTED] Subject: Re: URGENT How TO Handle (MULTIPLE FORMS) Have separate tags for each form. eg, 1st form fields go here. 2nd form fields go here. 3rd form fields go here...

Re: URGENT How TO Handle (MULTIPLE FORMS)

2001-05-30 Thread jyothirmai porika
e it,what i was looking for is the most easy way.Can you help. If you think this is HTML/JAVA SCRIPT problem. Then you shouldn't be here. --Original Message-- From: Jann VanOver <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Sent: May 30, 2001 5:05:15 PM GMT Subject: Re: URGENT

Re: URGENT How TO Handle (MULTIPLE FORMS)

2001-06-01 Thread Hunor Nam
whitout to much head ache... Hades -Original Message- From: jyothirmai porika [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 31, 2001 3:24 AM To: [EMAIL PROTECTED] Subject: Re: URGENT How TO Handle (MULTIPLE FORMS) Well i think you dint understand the question. Let me explain you in detail.

Re: URGENT How TO Handle (MULTIPLE FORMS)

2001-06-01 Thread Hunor Nam
-Original Message- From: Hunor Nam Sent: Friday, June 01, 2001 12:12 PM To: [EMAIL PROTECTED] Subject: Re: URGENT How TO Handle (MULTIPLE FORMS) SORRY Hi One thing you could do is to not set the beans automaticaly, insted: have one form and get the data explycitely

Re: Urgent...any help would be appreciated

2001-06-06 Thread Moganna, Prasad
Code some javascript to reload the login page to the whole window when the window in which it is loaded contains frames. - Prasad > -Original Message- > From: Abhijeet Surve [SMTP:[EMAIL PROTECTED]] > Sent: Wednesday, June 06, 2001 3:32 PM > To: [EMAIL PROTECTED] > Subject: Urgent

Re: Urgent...any help would be appreciated

2001-06-06 Thread Roger Cuddy
Use some javascript in the login page to check for a frame and if so then reload into the main window. something like ... if (self.parent.frames.length != 0) self.parent.location="myloginform.jsp"; -Original Message- From: A mailing list about Java Server Pages specification and refer

Re: Urgent...any help would be appreciated

2001-06-06 Thread Jann VanOver
I've got two answers to this and neither one is JSP. Both require Javascript, is that Okay? 1. Your login page could pop up in a separate window. That's what M$oft's Web interface to exchange does. If the session times out, a new window pops up for you to log back in, then you are returned to

Re: URGENT HELP WANTED RE: TOMCAT 3.2

2001-10-01 Thread QAS LAILA
Hello Margaret, Although I have never had the problem myself. May I suggest that you first go to http://archives.java.sun.com/ from there you will be able to find the archives for servlets and JSP and chances are that some one has had the problem before and you will find an a

Re: URGENT HELP WANTED RE: TOMCAT 3.2

2001-10-02 Thread Margaret Fisk
this mailing list? That we all help each other? Margaret -Original Message- From: QAS LAILA [mailto:[EMAIL PROTECTED]] Sent: Monday, October 01, 2001 6:16 PM To: [EMAIL PROTECTED] Subject: Re: URGENT HELP WANTED RE: TOMCAT 3.2 I know that these messages which have been sent are just ma

Re: URGENT HELP WANTED RE: TOMCAT 3.2

2001-10-02 Thread Bruce Wexler
I would recommend using JRun instead. More robust. -Original Message- From: Margaret Fisk [mailto:[EMAIL PROTECTED]] Sent: Monday, October 01, 2001 12:08 PM To: [EMAIL PROTECTED] Subject: URGENT HELP WANTED RE: TOMCAT 3.2 Importance: High Hi everyone, I'm running into a major problem a

Re: Re Re: Urgent : Compilation of JSPs

2001-12-30 Thread Ashwani Kalra
: Re Re: Urgent : Compilation of JSPs Hi I am using weblogi server 6.0. In weblogic the jsp compiles when it is used for first time or when you make changes in it.But how can i instruct weblogic to compile my JSP when it starts ? Thanks Pranav Shah On Fri, 28 Dec 2001 Sasi Bhushan wrote : >

Re: URGENT : File-Save As Dialog Box

2001-02-05 Thread Mayuresh Kadu (Aftek Infosys, Pune)
Try using Mayuresh - Original Message - From: ramanathanp <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, February 03, 2001 9:49 AM Subject: URGENT : File-Save As Dialog Box > hi, > > I have a html/jsp page on which i have a button called "Save to File". when > the user c

Re: URGENT : File-Save As Dialog Box

2001-02-05 Thread ramanathanp
it gives browse button for selecting file... I want to open up the FILE SAVE AS Dialog box for saving files to disk... -Original Message- From: Mayuresh Kadu (Aftek Infosys, Pune) [mailto:[EMAIL PROTECTED]] Sent: Monday, February 05, 2001 5:34 PM To: [EMAIL PROTECTED] Subject: Re

Re: URGENT : File-Save As Dialog Box

2001-02-07 Thread Mayuresh Kadu
Java Server Pages specification and reference [mailto:[EMAIL PROTECTED]]On Behalf Of ramanathanp Sent: Monday, February 05, 2001 7:34 PM To: [EMAIL PROTECTED] Subject: Re: URGENT : File-Save As Dialog Box it gives browse button for selecting file... I want to open up the FILE SAVE AS Dialog box

Re: urgent help needed on checkbox property!!!!

2001-04-13 Thread Dean Sacramone
You can probably use javascript or DHTML for this.. but it would entail using images. Just use javascript. Have an image that looks like a checkbox,,,when someone clicks on it, it swaps out the image with one that has an X on itthen it sets a variable that will be applied to the value of a fo

Re: urgent help needed on checkbox property!!!!

2001-04-13 Thread Shawn Zhu
I had to ask, what kinda of service does TCS offer? > -Original Message- > From: Agarwal, Shekhar (MED, TCS America) > [mailto:[EMAIL PROTECTED]] > Sent: Thursday, April 12, 2001 2:31 PM > To: [EMAIL PROTECTED] > Subject: urgent help needed on checkbox property > > > hi all > i need a

Re: URGENT About undocumented DB2 JDBC error ...

2001-04-19 Thread Aboul - Enein, Ahmed Ahmed (Ahmed)
Hello Ali, Try this http://www.idug.org/ It's International DB2 User Group. I did not use DB2 for the last year, but I remember you can get the explanation of any error number from HTML help provided with DB2 Good luck! Regards, Ahmed Aboul-Enein -Original Message- From: Ali ASLAN

Re: URGENT: using session vs request/response

2000-03-24 Thread Andrew Beacock
John, > Are there any downsides to putting objects in the HttpSession Object (as > opposed to strictly using request/response). All session-bound objects have to serialisable (which can cause problems), due to the session constantly saved and restored. Therefore if you have large data objects, i

Re: URGENT: using session vs request/response

2000-03-24 Thread Craig R. McClanahan
Andrew Beacock wrote: > John, > > > Are there any downsides to putting objects in the HttpSession Object (as > > opposed to strictly using request/response). > > All session-bound objects have to serialisable (which can cause > problems), due to the session constantly saved and restored. In serv

Re: urgent: how to sense url click

2000-05-02 Thread K Ramesh
write a onclick() handler for the hyperlink. Nagaprakash C S <[EMAIL PROTECTED]> on 05/02/2000 12:09:12 Please respond to A mailing list about Java Server Pages specification and reference <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] cc:(bcc: K Ramesh/Chennai/HCLDELUXE) Subject:

Re: urgent: how to sense url click

2000-05-02 Thread Geert Van Damme
What do you mean exactly? Is it something like the servlet we use at http://www.gojasper.be ? We use a servlet to keep track of the number of hits for each link. after recording the click the servlets sends a redirect. Geert 'Darling' Van Damme > -Original Message- > From: A mailing list

Re: urgent: how to sense url click

2000-05-02 Thread Nagaprakash C S
can u pls brief me, i'm not clear how to write thanks in advance prakash K Ramesh wrote: > write a onclick() handler for the hyperlink. > > Nagaprakash C S <[EMAIL PROTECTED]> on 05/02/2000 12:09:12 > > Please respond to A mailing list about Java Server Pages specification and > referenc

Re: urgent: how to sense url click

2000-05-02 Thread Jonathan Hager
Hager -Original Message- From: Geert Van Damme [mailto:[EMAIL PROTECTED]] Sent: Tuesday, May 02, 2000 1:50 AM To: [EMAIL PROTECTED] Subject: Re: urgent: how to sense url click I just tried to send you this, but the mail server doesn't seem to find your address immediately, so I copy it to

Re: urgent: how to sense url click

2000-05-03 Thread Geert Van Damme
ng list about Java Server Pages specification and reference > [mailto:[EMAIL PROTECTED]]On Behalf Of Jonathan Hager > Sent: woensdag 3 mei 2000 2:08 > To: [EMAIL PROTECTED] > Subject: Re: urgent: how to sense url click > > > Servlet Chaining may be more appropriate...I guess it&#

Re: urgent: how to sense url click

2000-05-02 Thread Geert Van Damme
MAIL PROTECTED]]On Behalf Of Nagaprakash C S > Sent: dinsdag 2 mei 2000 10:19 > To: [EMAIL PROTECTED] > Subject: Re: urgent: how to sense url click > > > can u pls brief me, i'm not clear how to write > > > thanks in advance > prakash > > K Ramesh wrote: > &g

Re: urgent Help on UPLOAD a file

2000-08-22 Thread Scott Evans
IMHO the only real solution for this is smarter or better trained users - maybe put a warning next to the browse button, or popup a javascript prompt when they click the button, like confirm("Hey, are you sure you saved your most recent changes?"). As for a hack, if you are on an intranet using c

Re: urgent Help on UPLOAD a file

2000-08-22 Thread Tripat Kharbanda
Hi Rajesh. Try the following 1. For intracting with the client (node) :- Try using java web start . it allows u to interact with the client(node) or may be signed applets. 2. use boolean java.io.File.canWrite() method to see if u can write to file. if u r sucessful in writing to the file (i.e

Re: Urgent. as being connected SQL-Server

2002-03-04 Thread Next Step
At 04:29 PM 3/4/2002 -0600, you wrote: >Hi all >I need to know the url to connect me with the JDBC to SQL-Server the >error that gives me it is this Log:Cannot connect to >jdbc:JSQLConnect://monitor_ccd/database=monitor_ch202&user=ohernandez, >reason:com.jnetdirect.jsql.u: Failed Logon:com.jnetdir

Re: URGENT - (How does sorting of mails work )

2001-01-10 Thread Ramesh, Kesav
store all the values as a file and open the file with line number reader catch the start and end line always. Regards Ramesh Kesavanarayanan Electronic Data Systems Steeple Reach, 25, Cathedral Road, 91-44-811 3801 to 15 ext :2186 91-44-233 0380 (res) [EMAIL PROTECTED] [EMAIL PROTECTED]

Re: urgent, help on sorting records in xml?

2001-03-30 Thread Daryani Santosh
You can use XSL to sort XML nodes before processing Here's some sample code sort.xslt try this Santosh cedric sk chin <[EMAIL PROTECTED]> on 03/30/2001 10:23:20 AM Please respond to A mailing list about Java Server Pages specification and reference <[EMAIL PROTECTED]>

Re: urgent, help on sorting records in xml?

2001-03-31 Thread cedric sk chin
hi santosh, thanks for your reply. i use the following to sort my records. by the way, is there anyway in XSLT that i can specify my how many records to return? sorry, but i am new to XSLT and XML, i notice that i can't add in a form tag(button or text) in the XSL document.so how do i g

Re: URGENT!Your kind help is earnestly solicited

2000-06-13 Thread Som Subhra Chakraborty
Dear Sujoy, Pl check ur classpath & such settings in jserv & gnujsp. Som -- From: Sujoy Kumar Bose[SMTP:[EMAIL PROTECTED]] Reply To: A mailing list about Java Server Pages specification and reference Sent: Tuesday, June 13, 2000 5:52 PM To: [EMAIL PROTECTED] Subject:

Re: URGENT!Your kind help is earnestly solicited

2000-06-16 Thread David Staines
I think you need to add an extra mybean to the directory as a class from package mybean in folder mybean will appear to the program as mybean/mybean/*.class === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP

Re: URGENT!Your kind help is earnestly solicited

2000-06-16 Thread wensj
import jdk api - Original Message - From: Sujoy Kumar Bose <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, June 13, 2000 8:22 PM Subject: URGENT!Your kind help is earnestly solicited > Hi All, > Could anybody kindly tell me why the following error is coming ? > > The scenario

Re: Urgent error resolving relative path in 'errorPage'

2000-08-23 Thread Stephen R
Hi, You should use a URL relative to the "root" of your application; ie, if your directory structure is as follows... application_root/jsp/news/news.jsp application_root/jsp/failure/failure.jsp application_root/WEB-INF/classes In the page diective of news.jsp use <%@ page session='true' errorP

Re: URGENT : How do i extend a JSP page ?

2000-04-27 Thread Jim Bailey
Here is what we are doing at Cambridge Interactive with Resin. It works correctly though it bypasses Resin's optimizations. We are porting from a JSP 0.91 version though so we are willing to take that hit (temporarily I hope). It isn't a recommended design though. You could be losing a lot of per

Re: URGENT : How do i extend a JSP page ?

2000-04-27 Thread Paul Holser
lto:[EMAIL PROTECTED]) // ObjectSpace, Inc. // The Leader in Business-to-Business Solutions // http://www.objectspace.com > -Original Message- > From: Jim Bailey [mailto:[EMAIL PROTECTED]] > Sent: Thursday, April 27, 2000 11:09 AM > To: [EMAIL PROTECTED] > Subject: Re:

Re: URGENT!!!! --- calling a servlet from a jsp page

2000-05-30 Thread Geert Van Damme
check out RequestDispatcher.include(). If you're not using JSDK 2.1 you could transfer your code from the servlet to a bean and call that instead of the servlet. (That's better anyhow) Geert 'Darling' Van Damme > -Original Message- > From: A mailing list about Java Server Pages specifica

Re: URGENT!!!! --- calling a servlet from a jsp page

2000-05-30 Thread Sharan, Abhishek
Title: RE: URGENT --- calling a servlet from a jsp page Hi joy get a reference to request dispatcher and invoke forward method on rd with request and response object as parameter somethin like <% RequestDispatcher rd= req.getRequestDispatcher(" /servlet/myServlet"); i

Re: URGENT: JSP on Oracle Application Server 4.0.8.x

2000-09-21 Thread queenie nguyen
Hi, Only OAS 4.0.8.2 supports JSP on a Sun box. OAS 4.0.8.2 has JSP application cardtrige. We were able to configure JSP application to run on OAS; however, we ran into so many problems every time we release new jsp sources. We got some weird Servlet errors. Since we've got so many problems w/

Re: (URGENT) Dynamically changing the name of a vector

2000-10-25 Thread Raman Ravikumar
sure what's ur problem raman -Original Message- From: A mailing list about Java Server Pages specification and reference [mailto:[EMAIL PROTECTED]]On Behalf Of Jyoti Bongarala Sent: Wednesday, October 25, 2000 11:58 AM To: [EMAIL PROTECTED] Subject: (URGENT) Dynamically changing the

Re: (URGENT) Dynamically changing the name of a vector

2000-10-27 Thread Anup!!
Could you be more specific about your problem... - Original Message - From: "Jyoti Bongarala" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, October 25, 2000 10:57 AM Subject: (URGENT) Dynamically changing the name of a vector > I am unable to dynamically change the name of

Re: urgent help please - error connecting to the db

2002-02-07 Thread breddy
just check your file name how u saved it as. - Original Message - From: "Shahata, Ashraf" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, February 08, 2002 12:03 AM Subject: urgent help please - error connecting to the db > I have the following code, which is quite simple and

Re: urgent help please - error connecting to the db

2002-02-08 Thread LearningEdition
Just try the following java -classpath .;%classpath% Connect Should be nothing more than the classpath problem. --- "Shahata, Ashraf" <[EMAIL PROTECTED]> wrote: > I have the following code, which is quite simple and > used to connect to the > db, but I keep getting the error: > Exception in thr

RE : urgent help please - error connecting to the db

2002-02-08 Thread hassan afif
Hi ashraf, U can try this code before : Driver driver = (Driver)Class.forName(driverClassName).newInstance(); DriverManager.registerDriver(driver); -Message d'origine- De : A mailing list about Java Server Pages specification and reference [mailto:[EMAIL PROTECTED]

Re: Urgent : Problem using a JDBC Bean in a JSP

1999-11-21 Thread Hans Bergsten
Masaoud wrote: > > Hi, > > I am new to JSP's and Beans. I have written a Java class which acceses a > MySQL database on a remote machine usingd JDBC. This class when run > using the java interpreter works fine and displays proper results. > > Now, I converted the above class file into a bean, by c

Re: Urgent About SELECT and sending Value to a BEAN

2001-05-22 Thread Ananda Venkatapathy
Hi, Could u explained the problem briefly?. Whether you want to pass the value to bean within a selected page or another page. regards pathy > Hi, > > Please Help me i need some help. > > I want to send the value of the selected option > in a jsp form as a parameter to a

Re: Urgent About SELECT and sending Value to a BEAN

2001-06-02 Thread Mayuresh Kadu
ok .. i dont know if i got the question right .. but here goes .. [[ Maximize ur Message Window to see this properly ]] #1 u want to send the value selected in a JSP form to a BEan [Soln #1] Assuming this is the form i have : Name

Re: Urgent: How to update DNS entries dynamically via programming

2001-04-25 Thread Hamid
Message- From: A mailing list about Java Server Pages specification and reference [mailto:[EMAIL PROTECTED]]On Behalf Of Dmitry Namiot Sent: Wednesday, April 25, 2001 5:43 PM To: [EMAIL PROTECTED] Subject: Re: Urgent: How to Evaluate the jsp code in a String Check out Eval tag on http

Re: Urgent: How to Evaluate the jsp code in a String

2001-04-21 Thread Hamid
Hi, Is there any way / method to evaluate the jsp code in a String . As we do in coldfusion to evaluate the code in a String and then take decision or display it in browser. e.g i have concatenated the code of jsp, filtering from different conditions, to a string . Now if will display that string

Re: Urgent: How to Evaluate the jsp code in a String

2001-04-21 Thread Joe Blow
<% if(sString == null) {do something} else {do something else} %> Is this what you wish or something else ? -Original Message- From: Hamid [mailto:[EMAIL PROTECTED]] Sent: Saturday, April 21, 2001 3:11 AM To: [EMAIL PROTECTED] Subject: Re: Urgent: How to Evaluate the jsp cod

Re: Urgent: How to Evaluate the jsp code in a String

2001-04-21 Thread Hamid
e- From: A mailing list about Java Server Pages specification and reference [mailto:[EMAIL PROTECTED]]On Behalf Of Joe Blow Sent: Saturday, April 21, 2001 12:16 PM To: [EMAIL PROTECTED] Subject: Re: Urgent: How to Evaluate the jsp code in a String <% if(sString == null) {do something} else

Re: Urgent: How to Evaluate the jsp code in a String

2001-04-21 Thread Sreenath Venkatramanappa
You can't evalute the JSP code in String ! - Original Message - From: "Hamid" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, April 21, 2001 1:39 PM Subject: Re: Urgent: How to Evaluate the jsp code in a String > Hi, > >

Re: Urgent: How to Evaluate the jsp code in a String

2001-04-21 Thread Tuan Trinh
Is this what you want? <% String str = "The value of i = " + request.getParameter("param_Name"); %> <%= str %> >From: Sreenath Venkatramanappa <[EMAIL PROTECTED]> >Reply-To: "Sreenath.V" <[EMAIL PROTECTED]> >To: [EMAIL PROTECTED]

Re: Urgent: How to Evaluate the jsp code in a String

2001-04-25 Thread Dmitry Namiot
Check out Eval tag on http://coldjava.hypermart.net/jsp.htm -- Coldjava - server-side Java components http://coldjava.hypermart.net __ Get your own FREE, personal Netscape Webmail account today at http://webmail.netscape.com/

Re: URGENT: How I save the JSP's html output as a file?

2000-05-19 Thread Robert Nicholson
Can you use a custom tag and in the end tag write the contents of the out steam to file? ie. wrap your jsp page in custom tags. Alternatively I reckon you could chain a servlet that has the responsibility of writing the response to a file also. I think you can get out stream from the PageContext

Re: Urgent : how to replace multiple occurances of a character in a string

2000-05-31 Thread Boemio, Neil (CAP, FGI)
I believe you have to write your own replace: // // replace // // Replaces every occurrence of oldStr in s with newStr. // // Parameters: //s: The String to perform the replacement on //oldStr: The substring to be replaced //newStr: The substring to rep

Re: Urgent : how to replace multiple occurances of a character in a string

2000-05-31 Thread Fernando Ribeiro
Use a regular expression package like the good one available from GNU (www.cacas.org/~wes), OROMatch or Stevesoft`s com.stevesoft.pat. fribeiro - Original Message - From: "srinivasa rao yeramati" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, June 01, 2000 1:03 AM Subject: U

Re: Urgent : how to replace multiple occurances of a character in a string

2000-05-31 Thread Vincent Yau
I use the regular expression package from Apache http://jakarta.apache.org/regexp/index.html and then I did: RE expr = new RE("'") ; // RE is the class object from Apache String newstr = expr.subst(oldstr, "''") ; m: srinivasa rao yeramati <[EMAIL PROTECTED]> >Reply-To: A mailing

Re: urgent newbie question: literal characters to not display as HTML in output

2000-06-08 Thread Alex McClennan
You could try enclosing the string in tags before printing it. ax > > i know there is a simple answer to this but i'm not sure how > to do this in > JSP...i want to suppress html and display the literal > characters if the user > inputs tag references in my input box...because when i > displa

Re: urgent newbie question: literal characters to not display as HTML in output

2000-06-09 Thread Matthew Houser
Or you can replace the < with "<" and the > with ">" (without quotes). These are the codes so html will display the < and > characters instead of trying to interpret what is contained within. You can use PerlTools from ORO to do these types of search and replace easily. http://www.oroinc.com mat

Re: urgent newbie question: literal characters to not display as HTML in output

2000-06-09 Thread Joseph B. Ottinger
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Fri, 9 Jun 2000, Matthew Houser wrote: You can also use the view:escape tag I created expressly for this purpose. See http://cupid.suninternet.com/~joeo/View.html for more details. > Or you can replace the < with "<" and the > with ">" (without q

Re: Urgent, Making taglib available to JSPs without those being in a WAR

2002-11-29 Thread padhu vinirs
put <%@ taglib uri="..." prefix="..." %> in your jsp pages. Read about this directive in the jsp spec. Also register the taglib in the web.xml using the "taglib" element. -- padhu - Original Message - From: "m batsis" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, November

Re: Urgent, Making taglib available to JSPs without those being in a WAR

2002-11-29 Thread Karr, David
You're answering a different question than he asked. He doesn't have a web.xml file, as he doesn't have a WAR. I don't see how you can do this. > -Original Message- > From: padhu vinirs [mailto:[EMAIL PROTECTED]] > > put > > <%@ taglib uri="..." prefix="..." %> > > in your jsp pages.

Re: Urgent, Making taglib available to JSPs without those being in a WAR

2002-11-29 Thread padhu vinirs
He still has to have a web application. Create a web-inf directory and create a web.xml file. Maybe I am missing something. -- padhu - Original Message - From: "Karr, David" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, November 29, 2002 12:06 PM Subje

Re: Urgent, Making taglib available to JSPs without those being in a WAR

2002-11-30 Thread Paul Copeland
t; <[EMAIL PROTECTED]> Subject: Re: Urgent, Making taglib available to JSPs without those being in a WAR You're answering a different question than he asked. He doesn't have a = web.xml file, as he doesn't have a WAR. I don't see how you can do this. -Original

Re: Urgent, Making taglib available to JSPs without those being in a WAR

2002-11-30 Thread David M. Karr
> "Paul" == Paul Copeland <[EMAIL PROTECTED]> writes: Paul> David - Paul> OK, I'm game. This just went WAY over my head. Why can't he have a Paul> web.xml without a WAR? ;-) Ok, this is splitting hairs, but I suppose you could build a directory structure that matches the WAR struc

Re: Urgent, Making taglib available to JSPs without those being in a WAR

2002-12-02 Thread m batsis
Just to serve the next search engine query on the subject, here's how it worked out for me: 1) Put the "taglib.tld" in the same directory with the JSP pages 2) Place the "tagLibraryClasses.jar" in the common lib directory of the app server 3) Change the taglib directive of unregistered JSP pages

Re: Urgent, Making taglib available to JSPs without those being in a WAR

2002-12-18 Thread John Miller Crawford
Brilliant! Worked first time for me, Manos! I've been searching for quite a while to find out how to do this, through books and sites and lists, till I found your posting. Exactly what I needed. Many thanks! John === To un

Re: URGENT: *W*e*b*S*p*h*e*r*e jsp include issues??

2000-01-25 Thread ICHTUS
Is your WebSphere installed to use jsp 0.92? In WebSphere Studio see: Edit->Properties->Advanced and set JSP Version, Server Version and classes version to 3.0. I think the server is ready to work. _ Vinicios Torres

<    1   2   3   >