Re: Beans, beans, ....

1999-06-20 Thread Brad Neuberg
On Thu, 17 Jun 1999, Bill O'Keefe wrote: > At 12:36 AM 6/17/99 -0400, Brad Neuberg wrote: > >On Thu, 17 Jun 1999, Bill O'Keefe wrote: > > > >> Chris, > >> > >> >> I have a question on using beans from JSP. According to > >> >> my understanding, the tag can be used to > >> >> access a normal bea

Re: Having trouble configuring suns jsp with jserv

1999-06-20 Thread Anonymous
> Craig McClanahan > For general help installing and configuring Apache and Apache JServ: Thanks for your reply. I read them. The Apache webserver, and the JServ servlet engine are working. JavaServer pages are not. > For the JSWDK engine, there are specific instructions in the README file >

Re: Money for development on GNU-JSP

1999-06-20 Thread Anonymous
Does anyone know when the Jakarta team will release their JSP module? This will affect whether I'm still going to fund the projects. Thanx! Brad Neuberg On Thu, 17 Jun 1999, Jolin, Paul W. wrote: > You might want to check with the Apache project now. > > > SUN TO LICENSE JAVASERVER PAGES TECHN

Re: Newbie:What does this error message indicate ?

1999-06-20 Thread Anonymous
Hi Nic , No files are getting created in the pagecompile directory under servlets directory of the websphere. Hope this could help in getting some clues, Thanks, - Mahesh. Nic Wise <[EMAIL PROTECTED]> on 06/17/99 02:17:35 PM To: Mahesh Nanavate/STS/AUTOZONE cc

applet/servlet Versus JSP/servlet

1999-06-20 Thread Anonymous
Hi all , I was earlier using applet/servlet combination for a Web based reporting system. What I am investigating now is whether I can improve the speed of the application by using the JSP/servlet combination or not. Do you guys have any opinions in this regard ?I would be p

Re: no spaces - bug in JRun?

1999-06-20 Thread Anonymous
Hi, No. In JSP 1.0 spec, section 2.1.6, it says that whitespace is insignificant but is preserved. So what Dave complains is valid. Thanks. Rob - Original Message - From: David Wall <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, June 17, 1999 2:02 PM Subject: Re: no spac

Backgrounds...

1999-06-20 Thread Anonymous
Don't you just hate people who put those ugly colors in as the background colors for their messages... Personally, I just delete them, and don't even think about answering/helping J John ZukowskiFocus on Java Guide / http://java.about.com Author Java AWT Reference / Mastering Java 2 / ...

Re: Problem parsing "<" in JSP - Lexical error

1999-06-20 Thread Anonymous
It seems that they know about this problem -- I reported it earlier. But the only solution I have right now is to put the javascript in a separate file (mycode.js) and then include the .js file into the JSP. This keeps the parser from thinking the entire document is XML. David - Original

Re: Problem parsing "<" in JSP - Lexical error

1999-06-20 Thread Anonymous
Hi Hee! You didn't provide enough information: what is the error message that you are getting? is your JavaScript enclosed in container? I'll try to answer anyway: Since you need the "<" to appear in the resulting HTML page, you can write: if (a <%= "<" %> b) { or even: <%= "if (a < b) {" %

Java Graphics

1999-06-20 Thread Anonymous
Hey all does anybody know a good Java Graphics Server that gives back GIF images? Thanks in advance kostik === To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff JSP-INTEREST".

Re: no spaces - bug in JRun?

1999-06-20 Thread Anonymous
It's an important detail, and the spec seems clear enough (2.1.6): "This specification follows the whitespace behavior defined for XML, that is; all white space within the body text of a document is not significant, but is preserved." Therefore, the whitespace between the two expressions should

Re: no spaces - bug in JRun?

1999-06-20 Thread Anonymous
>look at the source to see if it is actually a JRun problem - I do >this a lot, and I havn't had a problem with no spaces in the _source_, but >the browser does sometimes concatenate the two words. The HTML 3.2 spec said: "Except within literal text (e.g. the PRE element), HTML treats contiguous

Servlet->JSP question

1999-06-20 Thread Anonymous
Hello. First of all, I am new to this list, so if the question I am asking was previously covered, please point me to the appropriate archive (and accept my appologies) I am trying to build an application that separates business logic from presentation (i.e. I want to allow my designers to work

Re: Servlet->JSP question

1999-06-20 Thread Anonymous
Alik wrote: > Hello. > > First of all, I am new to this list, so if the question I am asking was > previously covered, please point me to the appropriate archive (and accept > my appologies) > > I am trying to build an application that separates business logic from > presentation (i.e. I want to

Re: unsubscribe

1999-06-20 Thread Anonymous
Normally, I'm annoyed by messages like this, in which the sender obviously hasn't taken trouble to read the blurb at the bottom of every JSP-INTEREST message. However, I tried twice last week to follow those directions without avail. Far as I could tell, the blasted list server just wouldn't let y

How to run Servlets on IIS

1999-06-20 Thread Anonymous
Hai All,       How to Run Servlets on IIS 4.0 under Windows NT 4.0.     I knew if i install JSDK 2.0 or JavaWebserver1..x or 2.0 i can run Servlets but this requires another port to run.          But what i want is to run ser

How do calculate the Content_Length

1999-06-20 Thread Anonymous
Hai Everybody,   I had a small problem in sending data from applet to servlet using POST method. here what i want is to send java objects ( eg: java Vector ) to the backsend servlet. iam using the HTTP POST Method, so i would i calculate the length of the Object( the data which i want to pos