where to search the archive of this mailing list

2000-03-28 Thread [EMAIL PROTECTED] & [EMAIL PROTECTED]
Dear all: I remember that I search the archive of this mailing list on the web once but I forget the URL. Can any one tell me the URL? thanks Dennis === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signof

any session variable or application variable as the one in ASP

2000-03-28 Thread [EMAIL PROTECTED] & [EMAIL PROTECTED]
= To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". Some relevant FAQs on JSP/Servlets can be found at: http://java.sun.com/products/jsp/faq.html http://www.esperanto.org.nz/jsp/jspfaq.html http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP http://www.j

Re: any session variable or application variable as the one in ASP

2000-03-29 Thread [EMAIL PROTECTED] & [EMAIL PROTECTED]
odel 1, Model 1.5 > and Model 2. There are a few ways to do this stuff. > > ======= > To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". > Some relevant FAQs on JSP/Servlets can be found at: > > http://java.sun.com/products/jsp/faq.html > ht

JSP, Servlets and Initialization

1999-09-26 Thread [EMAIL PROTECTED]
hi there   here my problem: in my application i have a singelton which represents the application-object. this class provides different services like "which is my applicationpath? (ex. c:\myapp\class\)". to support this service i read something about initParameters. this parameter are hold i

NULL-Value from the Database

1999-10-01 Thread [EMAIL PROTECTED]
andro === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". FAQs on JSP can be found at: http://java.sun.com/products/jsp/faq.html http://www.esperanto.org.nz/jsp/jspfaq.html

Fileupload with the MultipartRequest-Classes

1999-10-02 Thread [EMAIL PROTECTED]
======= To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". FAQs on JSP can be found at: http://java.sun.com/products/jsp/faq.html http://www.esperanto.org.nz/jsp/jspfaq.html

FileUpload 2nd

1999-10-02 Thread [EMAIL PROTECTED]
it! cu sandro === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". FAQs on JSP can be found at: http://java.sun.com/products/jsp/faq.html http://www.esperanto.org.nz/jsp/jspfaq.html

Any Free JDBC Drivers

2001-06-15 Thread [EMAIL PROTECTED]
=== To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST". Some relevant FAQs on JSP/Servlets can be found at: http://java.sun.com/products/jsp/faq.html http://www.

Re: Charset question, please help~

2001-11-09 Thread [EMAIL PROTECTED]
both on and off. for tomcat you should do <% response.setContentType("text/html; charset=xxx"); %> not to write it all over again i include the test of message i have sent to [EMAIL PROTECTED] today, here it is: - Hello, the Team! Thanks for the GOOD JOB your&

Re: jdbc VERSIOIN PROBLME

2001-11-12 Thread [EMAIL PROTECTED]
ds Anthony Tagunov === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST". Some relevant FAQs on JSP/Servlets can be found at: http://archives.java.sun.com/jsp-interest.

Re: page expire, how?

2001-11-16 Thread [EMAIL PROTECTED]
u might also want to try to see the response those sites send you (maybe tcptrace from http://www.4s4c.com/tcptrace/ will help you, but i haven't tested that soft myself) and see what headers those sites send. It's all about http response headers. Best reg

Re: checking if there is a file that exists //ServletContext.getRealPath() method.???

2001-11-16 Thread [EMAIL PROTECTED]
h + "/"; path = path + "personel/some.gif"; if (servletContext.getResource(path)!=null) Best regards, Anthony Tagunov ======= To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". For digest: mailto [EMAIL

Re: checking if there is a file that exists //ServletContext.getR ealPath() method.???

2001-11-16 Thread [EMAIL PROTECTED]
ame! Best regards Anthony Tagunov ======= To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST". Some relevant FAQs on JSP/Servlets can be found at:

Re: JavaMail question.

2001-11-21 Thread [EMAIL PROTECTED]
email address.. you can just catch the exception after all on the server side, can't you? Best regards, Anthony Tagunov ======= To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". For digest

Re: offside... war file

2001-11-21 Thread [EMAIL PROTECTED]
7; and its JA> in ".war" format. Can someone tell me how to go about opening them please JA> (without having to go for a war ;-))? === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTERE

Re: changing state in a session bean

2001-11-21 Thread [EMAIL PROTECTED]
==== To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST". Some relevant FAQs on JSP/Servlets can be found at: http://archives.java.sun.com/jsp-interest.html

Re: oracle and apache tomcat

2001-11-21 Thread [EMAIL PROTECTED]
=29918 And a bug report discussion for tomcat http://nagoya.apache.org/bugzilla/show_bug.cgi?id=3888 Best regards, Anthony Tagunov ======= To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". For

Re: oracle and apache tomcat

2001-11-21 Thread [EMAIL PROTECTED]
===== To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST". Some relevant FAQs on JSP/Servlets can be found at: http://archives.java.sun.com/jsp-interest.html http://jav

Re: charset in jsp

2001-11-21 Thread [EMAIL PROTECTED]
cial symbol. ======= To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST". Some relevant FAQs on JSP

Re: Cannot read file: ze file

2001-11-28 Thread [EMAIL PROTECTED]
ser.(Parser.java:137) y> at y> org.apache.jasper.compiler.ParserController.parse(ParserController.java:213) y> y> and it goes on.. y> can any one tell me what does this mean and how can be solved? y> Thanks in advance. Best regards,

Re: jsp-mysql auto_increment

2001-11-28 Thread [EMAIL PROTECTED]
y quite a lot of people concurrently Read the MySQL doc thorougly, there's some way there, i met it but do not remember as i do not need it.. But there's a way, sure! -- Best regards, Anthony Tagunov

i18n/servlet/jsp essay: url moved(2)

2001-12-03 Thread [EMAIL PROTECTED]
: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST". Some relevant FAQs on JSP/Servlets can be found at: http://archives.java.sun.com/jsp-interest.html http://java.sun.com/product

[Offtopic] i18n/servlet/jsp essay: url moved

2001-12-03 Thread [EMAIL PROTECTED]
Hello JSP-INTEREST, -- Best regards, tae mailto:[EMAIL PROTECTED] Sorry for taking too much attention to this, but i found some problems with my free web hoster, so i have copied evrth to tripod, for your convinience. http://tagunov.tripod.com/i18n

Re: Weird problem with encoding in JSP

2001-12-25 Thread [EMAIL PROTECTED]
Hi. Try, something like this: param = new String(param.getBytes("8859_1"), "SJIS"); cheers, -seiju - Original Message - From: "James Pan" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, December 25, 2001 9:40 PM S

I want to make code shorter.

2002-01-08 Thread [EMAIL PROTECTED]
...statement.. } // rs3 loop } // rs2 loop } // if } // rs loop %> --- === To unsubscribe: mailto [EMAIL PROTECTED] with body: &q

combining javascript and jsp

2000-11-24 Thread [EMAIL PROTECTED]
unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST". Some relevant FAQs on JSP/Servlets can be found at: http://java.sun.com/products/jsp/faq.html http://www.esperanto.org.nz/jsp/j

new window

2000-11-28 Thread [EMAIL PROTECTED]
Hi! Can my sevlet create a new window result (different form the launch window) to visualize my .jsp? thanx Raffaele === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". For digest: mai

Diff. between usebean tag and normal class instantiation

2000-12-03 Thread [EMAIL PROTECTED]
Can any body explain difference between Usebean tag and instantiation of normal class, is there any difference by using usebean tag. Thnx in aadvance Srinivas Gandhari === To unsubscribe: mailto [EMAIL PROTECTED] with

regs servlet calling Jsp...

2000-01-18 Thread [EMAIL PROTECTED]
with sendRedirect but I can't send the information from servlet to this page. Is it possible to send info from servlet thru sendRedirect. If so,pl let me know. Help me out. Thanks in advance, Chary === To unsubsc

Re: Function sequence error ???

2000-01-18 Thread [EMAIL PROTECTED]
solve your problem.. regards, Chary -- From: Phillip Fei[SMTP:[EMAIL PROTECTED]] Reply To: Phillip Fei Sent: Wednesday, January 19, 2000 9:42 AM To: [EMAIL PROTECTED] Subject:Function sequence error ??? In my JSP page, I got a resultset rs from a servlet via JDBC

urgent: JSP's calling Servlets

2000-01-24 Thread [EMAIL PROTECTED]
hanks in advance, Chary === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". FAQs on JSP can be found at: http://java.sun.com/products/jsp/faq.html http://www.esperanto.org.nz/jsp/jspfaq.html

Re: urgent: JSP's calling Servlets

2000-01-25 Thread [EMAIL PROTECTED]
I tried this but it says it cannot find the servlet pgm. Where should I place the servlet pgm. I'm using JAVA WEBSERVER? But I'm able to solve the problem .. call servlet with session alive using window.open(""); Thanks, Chary -- From: Sam[SMTP:[EMAIL

Re: regs servlet calling Jsp...

2000-01-20 Thread [EMAIL PROTECTED]
ssion params in this page. or else If I'm able to pass params from one JSP page to another JSP page,my requirement will be met. waiting for your solutions.. Thanks in advance, Chary -- From: [EMAIL PROTECTED][SMTP:[EMAIL PROTECTED]] Sent: Wednesday, January 19, 2000

print JSP page

2000-01-31 Thread [EMAIL PROTECTED]
I need to print my JSP page, How can I do it? Help me out!! thanks in advance, Chary === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". FAQs on JSP can be found at: http://java.sun.co

No Subject

2000-01-31 Thread [EMAIL PROTECTED]
. regards, Chary -- From: Bobby[SMTP:[EMAIL PROTECTED]] Sent: Monday, January 31, 2000 7:41 AM To: [EMAIL PROTECTED] Subject:Re: print JSP page what do u Mean By U want to Print ur JSP Page /? Can u tell me Regarding this in More Detail. - Original Message - From

Re: Calling servlet from JSP

2000-02-03 Thread [EMAIL PROTECTED]
Not only this tag you can also use Java script code window.open("http://macname:portno/servlet/ServletName"); This also works fine,but sice this being Javascript code, use this outside JSP tags. -- From: Lee Elenbaas[SMTP:[EMAIL PROTECTED]] Reply To: Lee Ele

NT 4 / Apache 1.3.12 / JServ 1.1

2000-04-04 Thread [EMAIL PROTECTED]
/AwUBOOqcjDxv8RFQB6H1EQJGswCg6v2yI5iTGPtJycYvLQV/l6FQM18An2/H rvtZ6mxZEEy3hVBBzIuYlZy3 =QOij -END PGP SIGNATURE- === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". Some relevant FAQs on JSP/Servlets can be found

NT 4 / Apache 1.3.12 / JServ 1.1

2000-04-04 Thread [EMAIL PROTECTED]
cndXvhij+y4c1DGA9mAQqEKx =blC1 -END PGP SIGNATURE- === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". Some relevant FAQs on JSP/Servlets can be found at: http://java.sun.com/pr

empty resultset

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

Re: empty resultset

2000-06-22 Thread [EMAIL PROTECTED]
ccess database. > Can someone tell me how to check for an empty result set? > If I use a rs.isBeforeFirst() call it gives me an > UnsupportedOperationException.. > So it seems that some JDBC functions are not supported by > the bridge > :( > > Mark.. ====

Development Tool

2000-07-25 Thread [EMAIL PROTECTED]
ility? Thanx :-) & Regards, Kaushal === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". Some relevant FAQs on JSP/Servlets can be found at: http://java.sun.com/products

Error in catching Param Variables

2000-07-25 Thread [EMAIL PROTECTED]
"); string password = request.getParameter("password"); %> ======= To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". Some relevant FAQs on JSP/Servlets can be found at: http://java.sun.com/products/jsp/faq.html http://www.esperanto.o

SQL Query

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

JDBC Connection in JSP

2000-07-26 Thread [EMAIL PROTECTED]
("Another Query"); Thanx :-) & Regards, Kaushal. === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". Some relevant FAQs on JSP/Servlets can be found at: http://java.sun.com/products/jsp/faq.html http://www.esp

Apache on Win2K

2000-09-07 Thread [EMAIL PROTECTED]
awan Nettaxi Shopping Exchange - compare products and prices, even negotiate! You pick your own price http://www.nextag.com/serv/nettaxi/buyer/Home.jsp === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP

Re: ASP vs JSP

2000-09-23 Thread [EMAIL PROTECTED]
I think that you will switch to anything if you will not be able to afford your current life style. -Original Message- From: A mailing list about Java Server Pages specification and reference [mailto:[EMAIL PROTECTED]]On Behalf Of Rick Jesse Sent: Saturday, September 23, 2000 10:32 PM To

Re: Sun Java certfication!

2000-09-25 Thread [EMAIL PROTECTED]
rence [mailto:[EMAIL PROTECTED]]On Behalf Of Sujoy Kumar Bose Sent: Tuesday, September 26, 2000 9:11 AM To: [EMAIL PROTECTED] Subject: Sun Java certfication! Importance: High Hi everybody, Could anybody tell me which is the best guide book to follow for Sun Java Certification for Programmers/ Devel

Re: How can I export data to EXCEL usign JSP

2000-09-27 Thread [EMAIL PROTECTED]
Original Message- From: A mailing list about Java Server Pages specification and reference [mailto:[EMAIL PROTECTED]]On Behalf Of Lorena Carlo Sent: Thursday, September 28, 2000 12:33 AM To: [EMAIL PROTECTED] Subject: How can I export data to EXCEL usign JSP Hello all, Does anybody know how

Re: what is URL rewriting?

2000-09-28 Thread [EMAIL PROTECTED]
pe this helps. -Original Message- From: A mailing list about Java Server Pages specification and reference [mailto:[EMAIL PROTECTED]]On Behalf Of Parag V Thakur Sent: Thursday, September 28, 2000 11:50 PM To: [EMAIL PROTECTED] Subject: what is URL rewriting? hi! it might be a stupid

Re: what is URL rewriting?

2000-09-28 Thread [EMAIL PROTECTED]
ion happens at runtime, as you might alreaady be aware. -Original Message- From: A mailing list about Java Server Pages specification and reference [mailto:[EMAIL PROTECTED]]On Behalf Of Parag V Thakur Sent: Friday, September 29, 2000 1:24 AM To: [EMAIL PROTECTED] Subject: Re: what is URL rew

Re: Creating .html file from JSP

2000-10-09 Thread [EMAIL PROTECTED]
Hi, someone can tell me the differences beetwen the jsp versions 1.0 and 0.91 thanx === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". Some relevant FAQs on JSP/Servlets can be found

getProperty

2000-10-10 Thread [EMAIL PROTECTED]
unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". Some relevant FAQs on JSP/Servlets can be found at: http://java.sun.com/products/jsp/faq.html http://www.esperanto.org.nz/jsp/jspfaq.html http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP http://www.jguru.com/jguru

Re: getProperty

2000-10-10 Thread [EMAIL PROTECTED]
tagtraum industries http://www.tagtraum.com/ > jo! small&smart 2.2 servletengine > Java Server & Servlets The web-application book > The WebApp Framework http://www.webapp.de/ > > > "[EMAIL PROTECTED]" wrote: > > > HI > > &g

Re: getProperty

2000-10-11 Thread [EMAIL PROTECTED]
you are get all variables from your object UserAut, so > the option getProperty means that you object exits a get method which > obtain the value from a variable. > > atte > chris > > ======== === > To

Re: How to set the no-cache option for IE

2000-10-17 Thread [EMAIL PROTECTED]
"); > > It works with Netscape.But with IE it doesn't work.Can anyone of u help me out how to set the no-cache option for IE. > > Thanks & Regards > Prasanna.G. > > > ___ > Click here to get your free domain name > and

session invalidate

2000-10-23 Thread [EMAIL PROTECTED]
() ? Thank === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". Some relevant FAQs on JSP/Servlets can be found at: http://java.sun.com/products/jsp/faq.html http://www.esperanto.org.nz/jsp/j

Re: XML and JAVA

2000-10-26 Thread [EMAIL PROTECTED]
nks for help > > Martin > > === > To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP- INTEREST". > Some relevant FAQs on JSP/Servlets can be found at: > > http://java.sun.com/products/jsp/faq.html > http://www.esperanto.org.nz/jsp/jspfaq.html &g

xsl, wap and jsp

2000-10-31 Thread [EMAIL PROTECTED]
Hi! I have a servlet that call a .jsp producing an html output. Now I want to know if is possible to produce a different output like wml or better xsl...is it possible? Thank === To unsubscribe: mailto [EMAIL PROTECTED

Re: Redirect to JSP from HTML page

2000-10-31 Thread [EMAIL PROTECTED]
hi vivek tiwari try this html contents as home.html. It will redirect the request to your jsp page. HTTP://www.yourdomain/home.jsp"> Hope this works Surender Jain www.webchutney.com - Original Message -- vivek tiwari <[EMAIL PROTECTED]> wrote: To:[E

Multiple intances of JRE in Websphere

2002-02-18 Thread [EMAIL PROTECTED]
mail2web - Check your email from the web at http://mail2web.com/ . ==To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTERES

A simple doubt in Java script

2002-09-02 Thread [EMAIL PROTECTED]
=== To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST". Some relevant FAQs on JSP/Servlets can be found at: http://archives.java.sun.com/jsp-interest.html

A doubt on use Java within JavaScript: object javaObject of JavaScript.

2002-09-07 Thread [EMAIL PROTECTED]
ase Date: 21/08/02 ==To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST". Some relevant FAQs on JSP/Servlets can be found at: http://archive

Re: Checking client connection speed

2002-10-16 Thread [EMAIL PROTECTED]
ers, Boris _ TICL - a RAD toolkit for server-side Java http://www.kobrix.com -Original Message- From: A mailing list about Java Server Pages specification and reference [mailto:[EMAIL PROTECTED]] On Behalf Of Means, Garann R. Sent: Wednesda

Re: Tomcat - Japanese Char Support

2002-10-24 Thread [EMAIL PROTECTED]
well - Original Message - From: "JOSHY MON M C" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, October 24, 2002 5:37 PM Subject: Tomcat - Japanese Char Support > Dear All, > > I have created an HTML form. with some input text fields. I am usi

Re: changing port 8080 to 80 on Linux.

2002-11-14 Thread [EMAIL PROTECTED]
put in a redirect all traffic from port 80 to 8080 by using ipchains or some firewall software. Or you can install apache 1 or 2 and do a perminate redirect that way to Ryder Saint Watanabe Giichi Seisakusho Japan - Original Message - From: "Srinu.Reddy" <[EMAIL PROTECTED]

Re: changing port 8080 to 80 on Linux.

2002-11-17 Thread [EMAIL PROTECTED]
hello apache2 is at www.apache.org try Redirect permanent /one http://example.com/two - Original Message - From: "Srinu.Reddy" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, November 15, 2002 1:30 PM Subject: Re: changing port 8080 to 80 on Linux. >

Anybody willing to help out?

2003-07-09 Thread [EMAIL PROTECTED]
ense whatsoever. Anyway, we''ve named it eyespyfx mobile and it can be downloaded from our website at www.eyespyfx.com , hopefully you''ll give it a go, and send an email back about it! Talk later! all at eyespyfx... =======

Re: Sorting column in a html table

2003-12-23 Thread [EMAIL PROTECTED]
| -Original Message- | From: A mailing list about Java Server Pages specification | and reference [mailto:[EMAIL PROTECTED] On Behalf Of | Renato Eschini | Sent: Tuesday, December 23, 2003 6:20 AM | To: [EMAIL PROTECTED] | Subject: Sorting column in a html table | | | Some one know a pattern or

¢ÒÂà¤Ã×èͧàÅè¹ÇÕ´ÕâÍà·» ÊÀÒ¾ãËÁè ÍÑ´ä´é ¾ÃéÍÁÃÕâÁ· ÃÒ¤Ò¶Ù¡ ʹ㨵ԴµèÍ 089-8956241, [EMAIL PROTECTED] SJLCKSDLKO

2008-02-06 Thread [EMAIL PROTECTED]
ўТВа¤ГЧиН§аЕи№ЗХґХвНа·» КАТѕгЛБи НСґдґй ѕГйНБГХвБ· ГТ¤Т¶ЩЎ К№гЁµФґµиН 089-8956241, [EMAIL PROTECTED] HZYJNVJRKENWQLPSZBJFKJMWKMDUGSRMLSBXPM === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INT

windows event log

2001-09-26 Thread Thinamano [EMAIL PROTECTED]
doros Vacropoulos [mailto:[EMAIL PROTECTED]] Sent: 26 September 2001 02:03 To: [EMAIL PROTECTED] Subject: SYNCHRONIZATION hello everybody, I have an application which has 2 users... My problem is that there are some tables and rows in the database which more than one user can do some actions There is a

Re: Database Connections

1999-09-29 Thread Daniel Vontobel [EMAIL PROTECTED]
pool and get a new one. does someone have any clue? thanks Sandro === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". FAQs on JSP can be found at: http://java.sun.com/products/jsp/f

dynamic value for page attribute

2001-11-01 Thread Petros Lafazanidis [EMAIL PROTECTED]
ue" /> thanx petros === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST". Some relevant FAQs on JSP/Servlets can be found at: http://archives.java.sun.com/jsp

Re: dynamic value for page attribute

2001-11-01 Thread Petros Lafazanidis [EMAIL PROTECTED]
oops!!! silly me cheers guys, problem solved, petros -Original Message- From: Chen, Gin [mailto:[EMAIL PROTECTED]] Sent: Thursday, November 01, 2001 1:44 PM To: [EMAIL PROTECTED] Subject: Re: dynamic value for page attribute Hey Petros, I've had this mistakes many

load http header with authentication data from a jsp

2001-04-27 Thread Karen McAdams &lt;[EMAIL PROTECTED]>
oad a pdf. I would like them to only authenticate once and jsp authentication only secures the jsp pages. I tried using response.setheader() but this did not work. Please advise how to do this or another method to protect the directory Karen McAdams LuxN Web Developer (408)331-6196 [EMAIL PROT

How di I set a counter as an primary key ?

2000-05-06 Thread Mohsan Khan [EMAIL PROTECTED]
TEXT(50))" ); thanx === To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". Some relevant FAQs on JSP/Servlets can be found at: http://java.sun.com/products/jsp/faq.html http://www.esperanto.org.

FW: Expiring page -*sorry to disturb but ;

2000-07-21 Thread Erkan Ozel ([EMAIL PROTECTED])
> -Original Message- > From: Erkan Ozel ([EMAIL PROTECTED]) > Sent: Friday, July 21, 2000 4:12 PM > To: 'A mailing list about Java Server Pages specification and reference' > Subject: RE: Expiring page -*sorry to disturb but ; > > Hi friends, please

Re: Seeking help......Some Karma Stuff.

2004-09-23 Thread Narayanan Ravi [EMAIL PROTECTED]
ication and > reference [mailto:[EMAIL PROTECTED] Behalf Of Ayers, Sam > Sent: Thursday, September 23, 2004 11:38 PM > To: [EMAIL PROTECTED] > Subject: Re: Seeking help..Some Karma Stuff. > > > I would like to add that we should be ambassadors, enthusiasts > and "eva

Tool selection.

2000-10-16 Thread Raj (Redirected by \"Jim Hovey\&quot; <[EMAIL PROTECTED]>)
(Redirected by "Jim Hovey" <[EMAIL PROTECTED]>) *** BEGIN REDIRECTED MESSAGE *** Hi all, Can someone guide me in choosing best automated tool for testing and load balancing. I had to do load testing on our product. Basically we have used JSP, servlets, EJB fo

Re: Documentation

2000-06-28 Thread B.V.Murali Krishna (by way of G Sreenivasulu Naidu &lt;[EMAIL PROTECTED]>)
specification and > reference <[EMAIL PROTECTED]> >Sender: A mailing list about Java Server Pages specification and > reference <[EMAIL PROTECTED]> >From: Jim Preston <[EMAIL PROTECTED]> >Subject: Re: Documentation >To: [EMAIL PROTECTED] > >