newbie question

1999-06-21 Thread Joshua Rudin
Sorry to waste everyone's time, but I have a quick question. I've been using ASP (yeah, that microsoft stuff..) for about a year and am very comfortable with the entire model. I need to leard JSP and the whole bean interaction. What are some of the better resources (books/sites) that might be a

Newbie Question

1999-07-22 Thread Wendy Cameron
Is it possible to get JSP and IIS to use the same port at the same time. I always get port in use errors when I use port 80 which is the port iis uses Regards Wendy === To unsubscribe, send email to [EMAIL PROTECTED] and in

Newbie Question

1999-08-26 Thread Michael Fuhrman
I have a Java Class and would like to use it in a JSP file. How do I get the two linked? Please provide simple hello world example Michael J. Fuhrman Reliable Business Computers http://www.creliable.com === To unsubscribe:

Newbie Question

1999-08-27 Thread Michael Fuhrman
Thanks for being patient .. Again, the questions being where do I place the HTML.class so that the JSP file can find and use it. I'm using JWS 1.1.3 under NT 4.0. I've loaded Java 1.1.8, MS JVM 3.2 build 3186. You might also wish to insure that I've got the syntax correct for the JSP file, sho

Newbie Question

1999-09-24 Thread adam vernon
Hi folks, I am learning jsp to assess its usefulness in developing a new version of our product, and I am experiencing difficulties bridging the configuration gap. I'm currently running IIS and JRun. How can I set up the web server to recognize .jsp files and run them through the jsp engine? T

newbie question

1999-10-30 Thread Anuj Agrawal
Hi folks, just starting out on JSP and have some initial questions: I already have PWS 4 running on my NT Workstation (complete with the Inetpub/wwwroot directory etc). >From what i understand, i'll need a JSP engine (JavaWeb Server?) running on my machine too. Is the JavaWeb Server a web serv

Newbie question

1999-01-02 Thread Koren, Serg
Hi, I haven't been able to find an answer to this in the faqs or elsewhere. I've downloaded and installed JWSDK-1.0-e on a Win95 machine with 128M RAM. I'm trying to start up the webserver using the included STARTSERVER.BAT file. I've altered the Initial memory requirements per the readmes. I've

NewBie Question

1999-01-16 Thread Mark Juliano
To all... I understand that you can set the properties of a bean using the following: In every example I've seen in books, propertyValue has always been a string. Is it possible to pass another Java Object, like a Vector, to a bean via the tag Thanks in advance... -Mark ==

newbie question

2000-04-19 Thread Gary, Chelsea
I am doing the JSP front-end for a web application that requires different graphical layouts (big buttons for people with touch screens, small buttons for those will regular monitors, etc.). I just need to be pointed in the right direction as far as parking and calling the various graphics/layouts

Newbie question

2000-07-10 Thread Dina Johnson
Hello: I'm trying to develop a simple login form that validate username and password. I have a jsp page for the login form, what I can't figure out is how to load the jsp page and upon clicking the submit button run the javabean that I set up and verify against the database. I think I have the

newbie question

2001-09-20 Thread Ashok Sehrawat
Hi Everybody I`m new to this list & i need free JSP editer. Can any one suggest me from where can i download free JSP editer Thanks in Advance Ashok www.himline.com _ Get your FREE download of MSN Explorer at http://explorer.msn.co

Newbie Question

2002-04-25 Thread Beau Hebert
I have just begun learning jsp, and everything is still quite confusing. I am still in the process of learning my environment set-up, what should go in which directory and so on, so please bear with me. I'm running Tomcat locally and am trying to run a jsp page that uses a bean that is compiled fr

Newbie Question

2002-06-13 Thread Michael Nicholson
And probably shows my utter lack of understanding of jsp/servlets/webbeans. However: I have an application that displays the current record of a database (which is complicated by the fact that the database is split into 14 tables, but that's ok...). Now I need a way to navigate it reasonably.

newbie question

2002-09-04 Thread Kesavanarayanan, Ramesh (Cognizant)
Hi all, I create a URL object and URLConnection objects. But when I opent he connection, the site presented in URL object asks me for userid and password. Is there any way I can give the user name and password also while creating the URL object??/ Regards RameshKesavanarayanan [EMAIL PROTECTED]

JSP1.0 newbie question

1999-05-12 Thread Schaeffer Rick
I've successfully gotten JSP1.0 to work with all of it's samples. Now I'm trying to create a new jsp page. I've created the simplest possible program (think "HelloWorld") and I cannot get it to work! Here is the source for "rtest.jsp": The property is: Here is the source for R

Re: Newbie Question

1999-08-26 Thread Luc Saint-Elie
Michael, Here is the way I use a class called DBconnection (a JDBC connection poll): <%@ page language="java" import="java.sql.*,DBConnectionManager" %> <%! DBConnectionManager connMgr = DBConnectionManager.getInstance(); %> [...] <% Connection con = connMgr.getConnection("idb"); if

Re: Newbie Question

1999-08-27 Thread Michael Fuhrman
- From: Luc Saint-Elie [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 26, 1999 5:47 PM To: [EMAIL PROTECTED] Subject: Re: Newbie Question Michael, Here is the way I use a class called DBconnection (a JDBC connection poll): <%@ page language="java" import="ja

Re: Newbie Question

1999-09-24 Thread Abraham Kang
Message- From: adam vernon [SMTP:[EMAIL PROTECTED]] Sent: Friday, September 24, 1999 11:27 AM To: [EMAIL PROTECTED] Subject:Newbie Question Hi folks, I am learning jsp to assess its usefulness in developing a new version of our product, and I am experiencing difficulties

Re: newbie question

1999-10-30 Thread Mike Engelhart
>> From what i understand, i'll need a JSP engine (JavaWeb Server?) running > on my machine too. Is the JavaWeb Server a web server itself or is it a > server extension to an existing server (the name indicates the former > but i'm not sure)? Is it possible to integrate it with PWS ie. can it >

Re: newbie question

1999-10-30 Thread Esposito, Francis (Exchange)
1999 1:24 PM > To: [EMAIL PROTECTED] > Subject: Re: newbie question > > >> From what i understand, i'll need a JSP engine (JavaWeb Server?) > running > > on my machine too. Is the JavaWeb Server a web server itself or is it a > > server extension to an

Re: Newbie question

1999-01-02 Thread Drew Cox
to see all the error messages produced. Regards Drew > -Original Message- > From: Koren, Serg [SMTP:[EMAIL PROTECTED]] > Sent: Friday, November 05, 1999 6:42 AM > To: [EMAIL PROTECTED] > Subject: Newbie question > > Hi, > I haven't been able to find

Re: Newbie question

1999-01-02 Thread Koren, Serg
; [EMAIL PROTECTED] Subject: RE: Newbie question Hi Serg, I have found that under Windows 95, just changing the environment memory setting on the DOS window for the startserver.bat command often doesn't work, even though on subsequent runs the new settings appear to be in effect. I suspect

Re: Newbie question

1999-01-02 Thread Nanduri Amarnath
. Cheers, Amar.. "Koren, Serg" <[EMAIL PROTECTED]> on 11/04/99 03:41:50 PM Please respond to "Koren, Serg" <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] cc:(bcc: Amarnath Nanduri/IT/VANCPOWER) Subject: Newbie question Hi, I haven't been able to

Another newbie question

1999-11-17 Thread Rick L Sample
winNT with JDK1.2.2 Went to the \demo\jfc\SwingSet\ and non of the applets run in the browsers or appletviewer. Is there a FAQ on this somewhere? === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST

Re: NewBie Question

1999-01-16 Thread Nanduri Amarnath
). You can manipulate this array before calling the bean method. Cheers, Amar.. Mark Juliano <[EMAIL PROTECTED]> on 11/18/99 03:22:45 PM Please respond to [EMAIL PROTECTED] To: [EMAIL PROTECTED] cc:(bcc: Amarnath Nanduri/IT/VANCPOWER) Subject: NewBie Question To all... I underst

Re: NewBie Question

1999-01-16 Thread Kirkdorffer, Daniel
> Nice question Perhaps, but a meaningless subject line - again. Dan > -- > From: Nanduri Amarnath[SMTP:[EMAIL PROTECTED]] > Reply To: [EMAIL PROTECTED] > Sent: Thursday, November 18, 1999 5:35 PM > To: [EMAIL PROTECTED] > Subject: Re: N

EJB newbie question

1999-12-01 Thread WHITESIDE, CHIP
Can a JSP directly access an EJB, or does it need to access an EJB through a bean that establishes the connection using jndi? Thanks! === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". FAQs on JS

JSP NewBie Question

2000-01-31 Thread Jaisingh, Amit (US - Sacramento)
Title: JSP NewBie Question Hi, Can someone please tell me if there is an authoring tool for JSPs. This may sound very trivial but i'm very new to technology Thanks in Advance -Amit

Simple newbie question

2001-03-01 Thread Tony Leake
Hi, I'm trying to test a parameter to see if it exists: on page 1 i have a form with a text field on page 2 i want to test if the box was filled in and if it contains a string or a number. I can't even seem to test if thread is empty. I've tried if(request.getParameter("sub")=="") { //stu

Basic Newbie Question

2001-03-25 Thread joe smith
I'm trying to test setting a simple string value to my java bean's setter method from the input of a JSP page. Using the JSP set syntax and usebean to get a reference to my bean's setter method, can I use response.encodeURL() to call the same current jsp and then the same jsp calls the setter met

Re: newbie question

2001-09-20 Thread Kevin Duffey
Forte is one full Java IDE that is free, although I find it a tad hard to use and confusing. I use UltraEdit for $30 reg fee, which works quite well for most things. Its by no means a graphical editor for JSP though. I have yet to see any "real" drag/drop JSP ide that supports full JavaBean and ta

Re: newbie question

2001-09-20 Thread Anupma Bakshi
0 AM Subject: newbie question : Hi Everybody : I`m new to this list & i need free JSP editer. : Can any one suggest me from where can i download free JSP editer : : Thanks in Advance : : Ashok : www.himline.com : : _ : Get your FREE

Stupid newbie question

2001-11-14 Thread Papo Napolitano
MessageI only want to know how can i do to stop the execution of a JSP script. For example: if (i == 666) { STOP HERE! } else { continues . . . } In php I use die() but I can't found the correct method for JSP. Regards Papo =

Re: Newbie Question

2002-04-25 Thread Richard Yee
Beau, Put your class files in the WEB-INF\classes directory of your web application. No change to your system classpath is necessary. Restart your server. Remember, if your classes are part of a package, your entire package tree should be placed under the classes directory. Here's a link that sho

Re: newbie question

2002-09-04 Thread Hugo Pragt
http://username:[EMAIL PROTECTED] may work depends if the receiving site actually uses these values. Hugo - Original Message - From: "Kesavanarayanan, Ramesh (Cognizant)" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, September 04, 2002 12:11 PM Su

Re: newbie question

2002-09-04 Thread 강동혁
ay, September 04, 2002 7:11 PM Subject: newbie question > Hi all, > > I create a URL object and URLConnection objects. But when I opent he > connection, the site presented in URL object asks me for userid and > password. Is there any way I can give the user name and pa

Re: newbie question

2002-09-04 Thread Kesavanarayanan, Ramesh (Cognizant)
No I get these messages in the error messages. ??Ramesh Kesavanarayanan ?[EMAIL PROTECTED] -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Thursday, September 05, 2002 7:09 AM To: [EMAIL PROTECTED] Subject: Re: newbie question Hi, When you entered the

Re: JSP1.0 newbie question

1999-05-12 Thread John K. Peterson
On Wed, 12 May 1999, Schaeffer Rick wrote: > public class RicksClass { > String globalString; > > public RicksClass() { > // the constructor > globalString = "Hello World"; > } > > public String helloProp() { This must be named "getHelloProp" to be recognized

Getting starting - newbie question

1999-07-22 Thread Sisinio F. Baldis
I am just getting starting and want to know how to proceed. Sorry if this question is a little simple ... How do I get up and running with JSP on a Linux/Apache platform? Is there a module for Apache? 3rd party software? Any pointers would be most appreciated. Thanks in advance, Sisinio ==

Newbie question; returning Resultset

1999-10-26 Thread naveen
hi everyone, I have written a servlet program,which creates a resultset, and fwd to a jsp page which shall display the records. The problem is that iam not able to compile the java program. The source and error message is below .. is there some other jar files that have to be included in class p

Re: Another newbie question

1999-11-17 Thread AndySoft
> winNT with JDK1.2.2 > Went to the \demo\jfc\SwingSet\ and non of the applets run in the > browsers or appletviewer. > > Is there a FAQ on this somewhere? umm, there is a readme.txt in that dir which says ---cut- RUNNING SWINGSET AS AN APPLET

Re: Another newbie question

1999-01-16 Thread Rick L Sample
I read that. I tried the appletviewer from 1.2.2. Did not work! Anything that does not use the swingset works fine. >>> "AndySoft" <[EMAIL PROTECTED]> 11/17/99 05:41PM >>> > winNT with JDK1.2.2 > Went to the \demo\jfc\SwingSet\ and non of the applets run in the > browsers or appletviewer. > > Is

Re: Another newbie question

1999-01-16 Thread Rick L Sample
Dang it! I tried several of the applets that use Swing in IE5.x and none worked. I then tried the appletviewer on only a few with same results and stopped. (false assumtions made) I came in this a.m. to validate what I did. I _can_ run most of the swings in the appletviewer but not in IE5. I rea

Re: Another newbie question

1999-01-16 Thread AndySoft
> Dang it! > I tried several of the applets that use Swing in IE5.x and none worked. > I then tried the appletviewer on only a few with same results and stopped. > (false assumtions made) > > I came in this a.m. to validate what I did. > I _can_ run most of the swings in the appletviewer but not i

Re: Another newbie question

1999-01-16 Thread arthur alexander
, but these are separate issues. -Original Message- From: Rick L Sample <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] <[EMAIL PROTECTED]> Date: Thursday, November 18, 1999 8:01 AM Subject: Re: Another newbie question >I read that. I tried the appletviewer from 1.2.2. >Did not

Re: Another newbie question

1999-01-16 Thread David Chisholm
- From: Rick L Sample <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, November 18, 1999 8:01 AM Subject: Re: Another newbie question > Dang it! > I tried several of the applets that use Swing in IE5.x and none worked. > I then tried the appletviewer on only a fe

Re: Another newbie question

1999-01-16 Thread Rick L Sample
have open issues in the browser security context, and some issues beyond that. There are workarounds, and you may need to code sign the JAR, but these are separate issues. -Original Message- From: Rick L Sample <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] <[EMAIL PROTECTED]> Date: T

Re: Another newbie question

1999-01-16 Thread Rick L Sample
t tags in your HTML file to plugin tags that are compatible with either NS, IE, or both. David - Original Message - From: Rick L Sample <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, November 18, 1999 8:01 AM Subject: Re: Another newbie question > Dang it! &

Re: Another newbie question

1999-01-16 Thread David Chisholm
Re: Another newbie question > Wow. This is painful! > > O.K. > I downloaded the plug-in. > Installed the JRE 1.2.2 > Extracted it to a sub-dir of jdk1.2.2 > > Now, I go to the HTMLConverter folder and run "java HTMLConverter" > I get an err: > Excep

Fw: Another newbie question

1999-01-16 Thread Barry Scott
ssage - > From: Rick L Sample <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> > Sent: Thursday, November 18, 1999 7:32 PM > Subject: Fw: Re: Another newbie question > > > > Thanks! I got everything working smoothly now. > > >

Re: Another newbie question

1999-01-16 Thread L-Soft list server at Sun Microsystems (1.8d)
>> -- >> From: David Chisholm[SMTP:[EMAIL PROTECTED]] >> Sent: Thursday, November 18, 1999 8:37:16 AM >> To: [EMAIL PROTECTED] >> Subject: Re: Another newbie question >> Auto forwarded by a Rule >> > Javasoft provides a JDK plugin for

Re: Another newbie question

1999-01-16 Thread L-Soft list server at Sun Microsystems (1.8d)
>> -- >> From: Rick L Sample[SMTP:[EMAIL PROTECTED]] >> Sent: Thursday, November 18, 1999 9:50:36 AM >> To: [EMAIL PROTECTED] >> Subject: Re: Another newbie question >> Auto forwarded by a Rule >> > Wow. This is painful! Unknown comman

Re: Another newbie question

1999-01-16 Thread L-Soft list server at Sun Microsystems (1.8d)
>> -- >> From: Rick L Sample[SMTP:[EMAIL PROTECTED]] >> Sent: Thursday, November 18, 1999 10:04:14 AM >> To: [EMAIL PROTECTED] >> Subject: Re: Another newbie question >> Auto forwarded by a Rule >> > Got it! Unknown command - "GO

Re: Another newbie question

1999-01-16 Thread Prem kumar K P
Title: RE: Another newbie question Any body please guide me How to write a jsp page with java beans. Presently I am using JWS2.0 . Ordrinary JSP Pages are running perfectly. I am expecting an explanation with one example Advance thanks Prem   -Original Message- From: Rick L

Re: Another newbie question

1999-01-16 Thread George Chen
- From: Rick L Sample [mailto:[EMAIL PROTECTED]] Sent: Thursday, November 18, 1999 6:19 PM To: Subject: Re: Another newbie question I read that. I tried the appletviewer from 1.2.2. Did not work! Anything that does not use the swingset works fine. >>> "AndySoft" <[EMAIL PROTEC

Re: Another newbie question

1999-01-16 Thread Siva Surya Kumar V
Title: RE: Another newbie question HI prem...       I am also new to this area.     I am sending one simple example of accessing beans inside JSP.     ok.       <%@ page import = "project.first" %>     My First Java Bean   <% if (first.getName() == null) { %>He

Re: EJB newbie question

1999-12-02 Thread David Hecksel
Here's a general server based question - it's not directly on topic( JSP), but it is certainly relevant from a JSP application deployment environment standpoint. For an application running on a JSP enabled webserver ( for example, java application server) running in a load balanced environment, h

Newbie Question on JSP

2000-01-16 Thread Joseph Seah
Hi, I'm very new to JSP and would like to ask some questions. 1. Where can I find some write-up on JSP recommended design framework i.e. how we should design our web application using JSP such that it's logic (business process) and presentation (templates) are cleanly separated? 2. Which JSP en

Re: JSP NewBie Question

2000-01-31 Thread Ashwath Narayan
Title: JSP NewBie Question Amit,   Try Oracle JDeveloper or IBM Visual Age for Java.   -ashwath Ashwath NarayanWisor TelecomTel: (+91-80) 552 5821/5822/5823Tel/Fax: (+91-80) 553 6538[EMAIL PROTECTED]www.wisor.com

Re: JSP NewBie Question

2000-02-01 Thread Mirko Froehlich
Title: JSP NewBie Question I have downloaded and briefly tested Oracle JDeveloper today. While it looks ok and does seem to have some nice features for JSP development, it seems to lack one very basic and useful feature: syntax highlighting (at least for JSP pages). Is this true or am I

Re: JSP NewBie Question

2000-02-02 Thread Bill White
Try the following: Allaire Homesite Beta 4.51 (www.allaire.com) -This is a good HTML editor with JSP tag coloring support Pramati Studio (www.pramati.com) -This is an enterprise Java environment which support JSP creation and debugging. I've used the beta and it is really cool. Unfortunately,

Re: Simple newbie question

2001-03-01 Thread Dmitrijs Bacerikovs
Please try if(request.getParameter("").equals("")) { //stuff } Hope this will help. Dima. Tony Leake wrote: > Hi, > > I'm trying to test a parameter to see if it exists: > > on page 1 i have a form with a text field > > > > on page 2 i want to test if the box was filled in and if it contain

Re: Simple newbie question

2001-03-01 Thread Peter Choe
check to see if it the parameters equals null instead of "". Tony Leake wrote: > > Hi, > > I'm trying to test a parameter to see if it exists: > > on page 1 i have a form with a text field > > > > on page 2 i want to test if the box was filled in and if it contains a > string or a number. I can'

AW: Simple newbie question

2001-03-01 Thread Kurt, Oliver
uot; or request.getParameter("sub") == null // which checks if no stringobject // is returned from request.getParameter("sub") both "methods" are not the same -Ursprungliche Nachricht- Von: Tony Leake [mailto:[EMAIL PROTECT

Re: Simple newbie question

2001-03-01 Thread Sachin S. Khanna
PROTECTED]> Sent: Thursday, March 01, 2001 7:11 PM Subject: Simple newbie question > Hi, > > I'm trying to test a parameter to see if it exists: > > on page 1 i have a form with a text field > > > > on page 2 i want to test if the box was filled in and if it contai

Re: Simple newbie question

2001-03-01 Thread Martin Cooper
ED]> Sent: Thursday, March 01, 2001 5:41 AM Subject: Simple newbie question > Hi, > > I'm trying to test a parameter to see if it exists: > > on page 1 i have a form with a text field > > > > on page 2 i want to test if the box was filled in and if it contai

Re: Basic Newbie Question

2001-03-26 Thread Ying Ho
According to the error its the SQL that is wrong. Wrong column name according to the error statement (column name fname does not exists). - Original Message - From: "joe smith" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, March 25, 2001 4:05 PM Subject: Bas

newbie question: connection pool

2001-09-12 Thread wei xinfa
Hi, I am using tomcat. Would anyone please point out if I have to manage connection pool myself, or anything I can use? === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". For digest: mailto [EMAI

Re: Stupid newbie question

2001-11-14 Thread Steve Curd
Title: RE: Stupid newbie question just use return. if (i == 666) {     return; } -Original Message- From: Papo Napolitano [mailto:[EMAIL PROTECTED]] Sent: Wednesday, November 14, 2001 4:52 PM To: [EMAIL PROTECTED] Subject: Stupid newbie question MessageI only want to know how

Re: Stupid newbie question

2001-11-15 Thread Ashish
Papo Napolitano wrote: > MessageI only want to know how can i do to stop the execution of a JSP > script. > For example: > > if (i == 666) { > STOP HERE! > } else { > continues > . > . > . > } > Just put a "return;" in the line you want to stop. -- Ashish Shrestha Gha 2-482,

Re: Newbie question; returning Resultset

1999-10-27 Thread Artyom G. Salabaev
You should use JSDK 2.1 instead of JSDK 2.0 Look into API docs for these methods n> hi everyone, n> I have written a servlet program,which creates a resultset, n> and fwd to a jsp page which shall display the records. n> The problem is that iam not able to compile the java program. n> The source

Fw: Re: Another newbie question

1999-01-16 Thread Barry Scott
Hello all. As a Java Expert ;-) I thought I'd throw my thoughts in. Firstly - The demo\jfc\swingset samples : it appears Sun has missed something out in the SwingSetApplet.html file :-o. The line should read : If you follow Sun's advice about putting the SwingSet.jar file in the CLASSPATH,

Fw: Re: Another newbie question

1999-01-16 Thread Barry Scott
PM Subject: Fw: Re: Another newbie question > Hello all. As a Java Expert ;-) I thought I'd throw my thoughts in.> > Firstly -> > The demo\jfc\swingset samples : it appears Sun has missed something out in> the SwingSetApplet.html file :-o.> > The line> > &

Fw: Re: Another newbie question

1999-01-16 Thread Rick L Sample
Thanks! I got everything working smoothly now. One more question though. In the HTMLConverter "Options" it is pointing to http://java.sun.com/products/plugin/1.2/jinstall-12-win32.cab#Version=1,2,0,0 for the pluging. I thought when we installed the JRE1.2.2 it installed the plugin? Any way to po

Re: Newbie Question on JSP

2000-01-16 Thread Duffey Kevin
Hi, >1. Where can I find some write-up on JSP recommended design framework i.e. >how we should design our web application using JSP such that it's logic >(business process) and presentation (templates) are cleanly separated? This group is good for starters. Read up in JavaWorld, search for JSP r

Newbie Question - jsp:useBean help needed.

2001-07-04 Thread Abhijit Hiremagalur
Hi All, I will attempt to make my question as clear as possible, though I am sure it will sound a little vague given the fact that I am completely muddled right now. I am conducting a simple exercise to learn about JSPs. I have a simple database table in MS Access with 1 'Invoice' record which ha

Thanks, and another newbie question...

2000-07-12 Thread Ken Martin
Thanks to those who responded to my character replace question, and I've got another which I expect should be easier, but... Is there an expression that will return the name of the current page? Ken Martin P.S. I did try things like <%= (new HttpServletRequest.getRequestURI()) %> to no avail -

Newbie question about jdbc:odbc connection

2004-12-02 Thread Thomas Tsang
I am using apache + tomcat to do with my jsp project, and I do a jsp page with following codes: <%@ page session="true" %> <%@ page import="java.sql.*" %> <%@ page import="java.util.Date" %> <%@ page import="java.io.*" %> <%@ page import="java.net.*" %> <%@ page import="java.text.*" %> <%

Newbie question: Installing JSP with JWS

1999-03-14 Thread Christopher Cobb
OK, I've downloaded the 0.91 JSP from Sun's web site. I have looked the distribution over and cannot find any installation instruction. I'm using JWS. How do I start using JSP? cc begin:vcard n:Cobb;Christopher tel;cell:703-909-7550 tel;work:703-648-6725 x-mozilla-html:TRUE url:www.phtek.com

Newbie question (can't load JSP pages)

1999-05-10 Thread Blackmore, John
Hi there, Just getting started, but I can't seem to get JSP 1.0 working. Has anyone seen the following output when trying to load something like 'http://localhost:8080/xxx.jsp'? - Unhandled error! You might want to consider having an error page to report such errors more gracefully

Newbie question about JSP loading delay

1999-11-16 Thread Amornkul, Woody
Hi, I'm working on a test application where the servlet do a "forward" to the JSP page. I've found that it took a long time to load up and display the JSP page on the FIRST run. I do kinda understand why it does that but wondering whether there is a way to "pre-load" the JSP page into th

Re: Fw: Re: Another newbie question

1999-01-16 Thread Nanduri Amarnath
n 11/18/99 12:12:54 PM Please respond to "L-Soft list server at Sun Microsystems (1.8d)" <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] cc:(bcc: Amarnath Nanduri/IT/VANCPOWER) Subject: Re: Fw: Re: Another newbie question >> -- >> From:

Re: Fw: Re: Another newbie question

1999-01-16 Thread L-Soft list server at Sun Microsystems (1.8d)
>> -- >> From: Barry Scott[SMTP:[EMAIL PROTECTED]] >> Sent: Thursday, November 18, 1999 10:11:02 AM >> To: [EMAIL PROTECTED] >> Subject: Fw: Re: Another newbie question >> Auto forwarded by a Rule >> > Hello all. As a Java Expert ;-

Networking, authentication, and security newbie question

1999-12-01 Thread Bailey, Jeff A
Hello there folks I was wondering what would be my best approach to performing secure authentication on an NT network through a jsp? Currently I am mirroring all accounts that exist on the domain controller in order to determine access levels and employee information (in a db). I was wondering

another newbie question about HelloWorld servlet..

2001-05-23 Thread Gilson Nascimento D Elrei
I have created my first servlet, it's only a HelloWorld file .class (HelloWorld.class) and i did upload it on servlets directory. I have received this following error message: 404 Not Found /servlets/HelloWorldServlet2 was not found on this server. What's wrong here ?! I need to create a jsp pag

Re: Newbie Question - jsp:useBean help needed.

2001-07-04 Thread Mattias Jiderhamn
> <%@ page import='sample.invoice.*' %> > > > > > invoice = InvoiceRepository.getInstance().getInvoice(1); > I'll try to explain this and hopefully somebody corrects me if I get some details wrong. You might need some knowledge about objects and references/pointers to understand this. One

Re: Newbie Question - jsp:useBean help needed.

2001-07-04 Thread Abhijit Hiremagalur
OTECTED] Subject: Re: Newbie Question - jsp:useBean help needed. > <%@ page import='sample.invoice.*' %> > > > name='invoice' property='status' value='pending'/> > invoice = InvoiceRepository.getInstance().getInvoice(1); >

Newbie question. Problem with custom tags

2001-08-17 Thread Declan
Hello all, I am having trouble with custom tags, although I have followed two separate tutorials on the issue, every time I try and run the .jsp page I get the following error message. Could it be something to do with the web.xml file. Thank you in advance. Internal Servlet Error: org.apache.ja

Re: Thanks, and another newbie question...

2000-07-12 Thread Nadler Paul
IL PROTECTED]> To: [EMAIL PROTECTED] cc:(bcc: Paul NADLER/us/socgen) Subject: Thanks, and another newbie question... Thanks to those who responded to my character replace question, and I've got another which I expect should be easier, but... Is there an expression that will re

Re: Thanks, and another newbie question...

2000-07-12 Thread Yasir Feroze Minhas
Hi there, You can use HttpUtils.getRequestURL(request); to get complete URL of your current page. getRequestURL is a static method of HttpUtils and it demands a request object as its parameter. regards Y >Thanks to those who responded to my character replace question, and I've got >another whi

JRUN x XML - another newbie question.

2002-02-15 Thread Gilson Nascimento D Elrei
How to use JRUN with XML ? I have JRUN running on my computer, and i want to implement XML on my jsp/servlet application. I was thinking in download cocoon /xalan for parse xml, but i don't know if it's correct or exist another better alternative. Any help ? thanks in advance. [Gilson do Nascimen

cocoon x xerces a newbie question

2002-02-21 Thread Gilson Nascimento D Elrei
What the major differences between Cocoon and Xerces (Xalan ?) ? thanks. === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST

Re: Newbie question about jdbc:odbc connection

2004-12-03 Thread Ananthalakshmi Subramaniyam
bout Java Server Pages specification and reference <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: Newbie question about jdbc:odbc connection Date: Thu, 2 Dec 2004 20:35:14 -0700 I am using apache + tomcat to do with my jsp project, and I do a jsp page with following codes:

Re: Newbie question about jdbc:odbc connection

2004-12-03 Thread Thomas Tsang
Thank for your information. However, the following error is display after the line Class.forName ("jdbc.odbc.JdbcOdbcDriver"); is add before the line connBooking = ... = javax.servlet.ServletException: jdbc.odbc.JdbcOdbcDriver org.apache.jasper.runtime.PageContextImpl.doHandlePageExce

Re: Newbie question about jdbc:odbc connection

2004-12-03 Thread Darshan Kashi
Hi , It should be Class.forName("sun.jdbc.odbc.JdbcOdbcDriver"); Regards Darshan On Fri, 3 Dec 2004 03:11:08 -0700, Thomas Tsang <[EMAIL PROTECTED]> wrote: >Thank for your information. > >However, the following error is display after the line Class.forName >("jdbc.odbc.JdbcOdbcDriver"); is ad

Re: Newbie question about jdbc:odbc connection

2004-12-03 Thread Martin Gainty
: Darshan Kashi <[EMAIL PROTECTED]> Reply-To: A mailing list about Java Server Pages specification and reference <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: Re: Newbie question about jdbc:odbc connection Date: Fri, 3 Dec 2004 04:51:36 -0700 Received: from mc12-f13.hotmail.com ([6

Re: Newbie question: Installing JSP with JWS

1999-03-14 Thread Craig R. McClanahan
Christopher Cobb wrote: > OK, I've downloaded the 0.91 JSP from Sun's web site. I have looked the > distribution over and cannot find any installation instruction. I'm using JWS. > How do I start using JSP? > > cc I assume you really mean the JSP 0.92 reference implementation, right? If so, t

Re: Newbie question: Installing JSP with JWS

1999-03-15 Thread Christopher Cobb
I have made a little progress installing JSP with JWS, which is pretty amazing given the sparcity of installation instruction. First of all, JWS (Sun's JavaWebServer) doesn't use the servlet runner. It has it's own set of classes in jws.jar. Fortunately, you can still use the CLASSPATH to pr

Re: Newbie question: Installing JSP with JWS

1999-03-15 Thread Craig R. McClanahan
Christopher Cobb wrote: > I have made a little progress installing JSP with JWS, which is pretty amazing given >the sparcity of installation instruction. > There are no installation instructions for this because it won't work -- you are wasting your time. The JSP 0.92 reference release came w

Re: Newbie question (can't load JSP pages)

1999-05-10 Thread Foster Bob
Add tools.jar to your classpath. It's in \jdk1.2\lib. Bob Foster Symantec Internet Tools http://www.visualcafe.com/ __ Reply Separator _ Subject: Newbie question (can't load JSP pages) Author: "Blackmore; John&quo

  1   2   >