Need your help on request.getParameter and Chinese encoding.

2001-07-11 Thread lancelot

Excuse me,
I need help. One form field of my jsp contain Chinese Characters. and I
post the form to my servlet, and my servlet insert the imformation into my
Oracle DB. my question is how to get the request.getParameter("name") in
Chinese character encoding and insert it properly into Oracle DB. I need you
help very urgently, Thanks a lot.

Lancelot

===
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.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets



Connection pooling problem

2001-07-11 Thread Marino Vittorio

Hi gurus, this is the typical layout of my page:

<%@ page ... errorPage="error.jsp" %>
...
<%

SQLManager myMan = SQLManager.getInstance();
Connection myConn = myMan.requestConnection();

...
...
...

myMan.returnConnection(myConn);
%>

Now, if an exception occurs after requesting a connection to the pool and
before releasing it, that connection is open and is not gonna be closed till
PoolMan timeout. In a production environment with an average of 100 active
sessions this cannot be acceptable. If a page has errors in it after a
product release, all the connection objects in the pool are gonna be open
and unusable in seconds.

Now my question: how can I handle this? Do I need to put everything in
try/catch blocks? Is there any way to pass parameters to the error page?
Thanks. Cheers, Vittorio

===
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.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets



Re: Need your help on request.getParameter and Chinese encoding.

2001-07-11 Thread Panayotou, Michael

You have to translate the parameter from one character set to another. for
example :

String myparam = new
String(request.getParameter("name").getBytes("iso-8859-1"),"iso-8859-7");



-Original Message-
From: lancelot [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, July 11, 2001 10:48 AM
To: [EMAIL PROTECTED]
Subject: Need your help on request.getParameter and Chinese encoding.
Importance: High


Excuse me,
I need help. One form field of my jsp contain Chinese Characters. and I
post the form to my servlet, and my servlet insert the imformation into my
Oracle DB. my question is how to get the request.getParameter("name") in
Chinese character encoding and insert it properly into Oracle DB. I need you
help very urgently, Thanks a lot.

Lancelot

===
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.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

===
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.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets



cannot resolve symbol

2001-07-11 Thread Cédric Favier

Hello

I use Java 2 SDK v 1.3
When I use java file with upper case  in the file name, I get this
message : "cannot resolve symbol" "symbol : class DefaultXYDataSource"
I need you help, Thanks a lot.

--
Cédric Favier
_
Groupe Duverney
282, Avenue de Chambery
73230 Saint Alban Leysse
[EMAIL PROTECTED]
Tél  : 04 79 72 99 00Fax : 04 79 72 99 20
_

===
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.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets



cannot resolve symbol error

2001-07-11 Thread S. Jyotinarayan

Hi all,
When I have the following line in my jsp page, does "FileUploadBean" need to
be a class file or can it be jar file.



Thanx a lot in advance,
S. Jyotinarayan

===
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.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets



unsubscribe

2001-07-11 Thread Segador Corraliza, Jose Abel [EES/ES]

 <<...OLE_Obj...>> 

EMERSON ENERGY SYSTEMS IBERIA, S.A.
José Abel Segador Corraliza
Sistemas de Gestión de Energía
Eduardo Torroja, 23   Leganés 
28914 Madrid
*  91-339 4140
* [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.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets



unsubscribe

2001-07-11 Thread Segador Corraliza, Jose Abel [EES/ES]


===
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.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets



Re: Jsp in Database

2001-07-11 Thread Hamid

Hi,
we r using sql server7 and putting our jsp/html pages as string in tables.
Then writing it on file and displaying file for evaluation of jsp code.

if need tags check the site: jsptags.com


Hamid Hassan
software engineer
visualsoft

-Original Message-
From: A mailing list about Java Server Pages specification and reference
[mailto:[EMAIL PROTECTED]]On Behalf Of Mihir Sahu
Sent: Tuesday, July 10, 2001 8:24 PM
To: [EMAIL PROTECTED]
Subject: Jsp in Database


Hi,
  Has anybody stored jsp pages in a RDBMS database, and then retrieved it
from
database and display it...If yes, can you please inform me how to do it...I
think
it would be using LOBs..but not sure how to do it...Thanks
Regards
Mihir

===
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.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

===
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.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets



Re: OutputStream insteat of an PrintWriter

2001-07-11 Thread Hoorn, Michiel van

This is our code. Maybe you can use some of it.

  // output stream
  java.io.StringWriter foStringWriter = new java.io.StringWriter();
  StreamResult foDoc = new StreamResult(foStringWriter);

  // Transform XML to FO-XML
  XMLTransformer transformer = new XMLTransformer();
  transformer.transform(_xml, _xslFilename, foDoc);

  // Setup FOP Driver
  Driver driver = new Driver();
  driver.setRenderer(Driver.RENDER_PDF);
  driver.setOutputStream(_outputStream);

  XMLReader reader = XMLReaderFactory.createXMLReader();

  System.out.println(foStringWriter.toString());

  InputSource foInputSource = new InputSource(new
StringReader(foStringWriter.toString()));
  driver.buildFOTree(reader, foInputSource);

  driver.format();
  driver.render();


> --
> From: Thomas Wittpahl[SMTP:[EMAIL PROTECTED]]
> Reply To: A mailing list about Java Server Pages specification and
> reference
> Sent: Wednesday, July 11, 2001 1:16 PM
> To:   [EMAIL PROTECTED]
> Subject:  OutputStream insteat of an PrintWriter
>
> I want to send a PDF - File, which is generated by a Bean, to the Client.
> I have to send an byte[] back, but only an OutputStream can handle this.
>
> --- JSP - CODE ---
>
> response.setContentType("application/pdf");
> ServletOutputStream out = res.getOutputStream();
> out.write(eng.getPageData(1));
>
> --
>
> eng.getPageData(1) -> byte[]
>
> Can I generate an OutputStream instead of a PrintWriter? - It does not
> work to generate an OutputStream and an PrintWriter!
>
> Is it possible give the JSPCompiler a parameter, that generates an
> OutputStream instead of the PrintWriter?
>
> Thanks.
>
> ==
> =
> 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.esperanto.org.nz/jsp/jspfaq.html
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets
>

===
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.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets



Re: jsp - html editor

2001-07-11 Thread Glenn Wearen

Yes JRun is a container, but does JRun add additional functionality to
UltraDev? if I use Tomcat/iPortal/WebSphere instead of JRun will my JSP-HTML
development in UltraDev be the same or not?

Thanks for clarification

PS: Why anybody would want to strap JSP onto IIS I don't understand,
especially in light of recent IIS bugs.



> -Original Message-
> From: Rice, David [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, July 10, 2001 9:22 PM
> To: [EMAIL PROTECTED]
> Subject: Re: jsp - html editor
>
>
> JRun basically provides a JSP container for MS-IIS among
> other things. This aspect of JRun is similar to what Tomcat
> does for Apache and iPlanet products. The full-blown
> installation of JRun as a JSP/Java environment also makes
> sense if you're already using Allaire, now Macromedia, tools
> such as CF or CFStudio.
>
> Cheers,
> --
> David L. Rice
> --
>
> -Original Message-
> From: Glenn Wearen [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, July 10, 2001 2:19 PM
> To: [EMAIL PROTECTED]
> Subject: Re: jsp - html editor
>
>
> What does the extra JRun part do?
> BTW UltraDev is very expensive
>
> > -Original Message-
> > From: David Keith [mailto:[EMAIL PROTECTED]]
> > Sent: Tuesday, July 10, 2001 8:11 PM
> > To: [EMAIL PROTECTED]
> > Subject: Re: jsp - html editor
> >
> >
> > Or more specifically, JRun Studio, also from Macromedia, is
> > ideal, or Dreanweaver UltraDev/JRun Studio together.
> >
> > > -Original Message-
> > > From: Pete Freitag [mailto:[EMAIL PROTECTED]]
> > > Sent: Tuesday, July 10, 2001 12:13 PM
> > > To: [EMAIL PROTECTED]
> > > Subject: Re: jsp - html editor
> > >
> > >
> > > Macromedia ColdFusion Studio or Homesite works pretty well
> > > for editing JSP,
> > > and is an excellent for HTML development.
> > >
> > > 
> > > Pete Freitag ([EMAIL PROTECTED])
> > > CFDEV.COM
> > > ColdFusion Developers Resources
> > > http://www.cfdev.com/
> > > Activedit 2.5 WebEditor JSP Version Just released
> > >
> > >
> > > -Original Message-
> > > From: A mailing list about Java Server Pages specification
> > > and reference
> > > [mailto:[EMAIL PROTECTED]]On Behalf Of Jann VanOver
> > > Sent: Tuesday, July 10, 2001 2:51 PM
> > > To: [EMAIL PROTECTED]
> > > Subject: Re: jsp - html editor
> > >
> > >
> > > NO NO NO NO!  Run screaming from Frontpage!  It is Satan!  It
> > > is the Beast!
> > > Use ANYTHING ELSE!  Notepad!  Emacs!  Vi!  Anything but Frontpage
> > >
> > > -Original Message-
> > > From: Lewis, James S [mailto:[EMAIL PROTECTED]]
> > > Sent: Tuesday, July 10, 2001 11:11 AM
> > > To: [EMAIL PROTECTED]
> > > Subject: jsp - html editor
> > >
> > >
> > > Need recommendations on an JSP - HTML editor.   Will
> > > Frontpage2000 create
> > > JSP's?
> > >
> > > I just downloaded Forte internet version for a free trial.
> > >
> > > jim lewis
> > >
> > > ==
> > > =
> > > 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.esperanto.org.nz/jsp/jspfaq.html
> > >  http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
> > >  http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets
> > >
> > > ==
> > > =
> > > 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.esperanto.org.nz/jsp/jspfaq.html
> > >  http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
> > >  http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets
> > >
> > > ==
> > > =
> > > 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.esperanto.org.nz/jsp/jspfaq.html
> > >  http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
> > >  http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets
> > >
> >
> > ==
> > =
> > 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.esperanto.org.nz/jsp/jspfaq.html

Re: Browser Incompatibility

2001-07-11 Thread Glenn Wearen

I also have a problem in Browser inconsistency, I use a JSP scriptlet to
populate the options in a select list, the resultant HTML look like this...



 All Active Requests

 All closed
requests for my project

 All closed requests
for my team


in IE the select list looks fine, in NS4 the list contents appear one after
another in what look like a box.

Glenn

> -Original Message-
> From: Jann VanOver [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, July 11, 2001 5:45 AM
> To: [EMAIL PROTECTED]
> Subject: Re: Browser Incompatibility
>
>
> This is a Javascript problem.  Has nothing to do with JSP.
>
> I find http://irt.org a useful website for Javascript help.
>
> -Original Message-
> From: Smita [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, July 10, 2001 6:30 PM
> To: [EMAIL PROTECTED]
> Subject: Browser Incompatibility
>
>
> Hi all,
>I am having a problem of browser incompatibility. In
> my application,
> I am opening a new window using window.open() function. In
> the new window I
> am selecting some values, on click of a button, I want these
> selected values
> to pass back to parent window and that new window should
> close. I am using
> opener.window.document.fieldname.value, for passing the values and
> self.close() after that to close the window. It is working
> file with IE, but
> when comes to Netscape, neither it is passing the values back
> to parent nor
> it is closing. What could be the problem with this? Any work arounds?
> Regards
>
> 
> Buy Feng Shui Package for Rs. 151/- only, at
> http://shopping.rediff.com/shopping/fengshui_mailer.htm
>
> ==
> =
> 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.esperanto.org.nz/jsp/jspfaq.html
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets
>
> ==
> =
> 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.esperanto.org.nz/jsp/jspfaq.html
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets
>

===
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.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets



Re: jsp - html editor -DB connectivity

2001-07-11 Thread Glenn Wearen

I I correct in my understanding that the DB connection wizard in UltraDev
generates JavaScript to do the DB fetches etc?
if so, aren't DB connections better done server-side with a JSP/Servlet?

> -Original Message-
> From: webmaster [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, July 11, 2001 6:16 AM
> To: [EMAIL PROTECTED]
> Subject: Re: jsp - html editor
>
>
> dreamweaver ultradev...is quite fine if you want to do things
> fast ansd
> if you are starting, it allows you to develop database
> conectivity with
> some basic operations very automatic, homesite, is better and a little
> bit more complicated, and of course there is anopther one
> that I do not
> remember that is more complex, and allows you to develop more complex
> things, cheers
>
> On Tue, 10 Jul 2001, James Bond wrote:
>
> > Date: Tue, 10 Jul 2001 14:56:06 -0700
> > From: James Bond <[EMAIL PROTECTED]>
> > To: [EMAIL PROTECTED]
> > Subject: Re: jsp - html editor
> >
> > But I believe Dreamweaver Ultradev supports only upto
> > jsp1.0, i dont think it can do any jsp 1.1 stuff like
> > custom tags etc.
> >
> > regards
> >
> > vithal
> > --- Glenn Wearen <[EMAIL PROTECTED]> wrote:
> > > DreamWeaver UltraDev mimics JSP server behaviours
> > >
> > > > -Original Message-
> > > > From: Lewis, James S [mailto:[EMAIL PROTECTED]]
> > > > Sent: Tuesday, July 10, 2001 7:11 PM
> > > > To: [EMAIL PROTECTED]
> > > > Subject: jsp - html editor
> > > >
> > > >
> > > > Need recommendations on an JSP - HTML editor.
> > > Will
> > > > Frontpage2000 create
> > > > JSP's?
> > > >
> > > > I just downloaded Forte internet version for a
> > > free trial.
> > > >
> > > > jim lewis
> > > >
> > > >
> > >
> > ==
> > > > =
> > > > 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.esperanto.org.nz/jsp/jspfaq.html
> > > >
> > > http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
> > > >
> > >
> > http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets
> > > >
> > >
> > >
> >
> ==
> =
> > > 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.esperanto.org.nz/jsp/jspfaq.html
> > >  http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
> > >
> > http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets
> >
> >
> > __
> > Do You Yahoo!?
> > Get personalized email addresses from Yahoo! Mail
> > http://personal.mail.yahoo.com/
> >
> >
> ==
> =
> > 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.esperanto.org.nz/jsp/jspfaq.html
> >  http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
> >  http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets
> >
>
> ==
> =
> 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.esperanto.org.nz/jsp/jspfaq.html
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets
>

===
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.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets



Help installing tomcat3.2...please help me!

2001-07-11 Thread Francesco Sammartino

hi at all,
Can someone tell me how can I install Tomcat 3.2 on Windows98?I've read the
How-To,but I didn't understand what TOMCAT_HOME and JAVA_HOME are and how
can I set them..
Please help me.I've no money because I'm 16 years old and I want to
develop a web-site on my own...
Francesco.

===
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.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets



Re: Need your help on request.getParameter and Chinese encoding.

2001-07-11 Thread Glenn Wearen

its important to know the charset of the DB? if its UTFx you migh

> -Original Message-
> From: lancelot [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, July 11, 2001 8:48 AM
> To: [EMAIL PROTECTED]
> Subject: Need your help on request.getParameter and Chinese encoding.
> Importance: High
>
it also depends which DB you are using, if might be possible to use a UTF
ouptutstream if your DB uses UTFx encoding
Glenn
>
> Excuse me,
> I need help. One form field of my jsp contain Chinese
> Characters. and I
> post the form to my servlet, and my servlet insert the
> imformation into my
> Oracle DB. my question is how to get the
> request.getParameter("name") in
> Chinese character encoding and insert it properly into Oracle
> DB. I need you
> help very urgently, Thanks a lot.
>
> Lancelot
>
> ==
> =
> 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.esperanto.org.nz/jsp/jspfaq.html
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets
>

===
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.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets



Re: Connection pooling problem

2001-07-11 Thread Glenn Wearen

1. I have a small bean that holds one error message,
2. when an error occurs (in any other bean) I sets the error message
3. when the calling JSP gets a null response I uses 

> -Original Message-
> From: Marino Vittorio [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, July 11, 2001 9:24 AM
> To: [EMAIL PROTECTED]
> Subject: Connection pooling problem
>
>
> Hi gurus, this is the typical layout of my page:
>
> <%@ page ... errorPage="error.jsp" %>
> ...
> <%
>
> SQLManager myMan = SQLManager.getInstance();
> Connection myConn = myMan.requestConnection();
>
> ...
> ...
> ...
>
> myMan.returnConnection(myConn);
> %>
>
> Now, if an exception occurs after requesting a connection to
> the pool and
> before releasing it, that connection is open and is not gonna
> be closed till
> PoolMan timeout. In a production environment with an average
> of 100 active
> sessions this cannot be acceptable. If a page has errors in it after a
> product release, all the connection objects in the pool are
> gonna be open
> and unusable in seconds.
>
> Now my question: how can I handle this? Do I need to put everything in
> try/catch blocks? Is there any way to pass parameters to the
> error page?
> Thanks. Cheers, Vittorio
>
> ==
> =
> 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.esperanto.org.nz/jsp/jspfaq.html
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets
>

===
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.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets



Custom tag or beans?

2001-07-11 Thread Glenn Wearen

I'd like to hear the for and against arguments for which is better...

"Write your won JSP custom tags or create your own JavaBean".

To do things like get Data from a database, format db data in XML etc.

Glenn

PS: I've never seen CFML before, does it look like JSP custom tags?

===
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.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets



setProperty of a bean

2001-07-11 Thread Narasimha Vijaya

   Status Distribution July 10, 2001 14:10:17


The message regarding "setProperty of a bean" sent on July 10, 2001 14:10:17
was sent by

Status Recipient
  TypeTo
  Native Name [EMAIL PROTECTED]
  Foreign Native Name [EMAIL PROTECTED]\n\n\nSMTP



Recipients

Status Reporters
  TypeFrom
  Name Domain LOTUS
  Native Name CN=Vijaya Narasimha/OU=ITM/OU=DCC/O=DCX@wK-America
  Foreign Native Name CN=Vijaya Narasimha/OU=ITM/OU=DCC/O=DCX\nwK-America\n\n
  OrganizationDCX
  Org Unit 1  DCC
  Org Unit 2  ITM
  Last Name   Narasimha
  First Name  Vijaya



Status  769
Explanation Invalid recipient

X.400 Status769
Explanation User Vijaya Narasimha/ITM/DCC/DCX (Vijaya
Narasimha/ITM/DCC/DCX@wK-America) not listed in public Name & Address Book

==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.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets



Re: Custom Tags or Beans

2001-07-11 Thread Glenn Wearen

I forgot that most people in this list are not in my time zone, so I got the
low-down on Tags Vs Beans myself.

I found  http://java.oreilly.com/news/jsptips_1100.html 'Choosing Between
Beans and Custom Actions' had a fair discussion about it, also this lists
archive had some debate about the topic before, somebody pointed out that
one of best  reasons for using custom-tags is that it allows web-developers
who don't understand Java to write JSP.

apologies for anybody who took time to respond to my question, my minds made
up to stick with beans because it suits ME!

Glenn

===
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.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets



VERY VERY URGENT

2001-07-11 Thread paramjit singh

hi!
this is a very urgent so please reply withing 1- 2 days.
I have used java.util.Random.nextInt(upperlimit) function which generates
integer random numbers
form 0 to upperlimit specified. This function i am using inside an applet
which is emmbedded in an html page
when i use that html page with appletviewer then it works fine but when i use
it within internet explorer it gives 
following error:-
error:- java.lang.NoSuchMethod error : java/util/Random: method nextInt(I)I
not found 
in its status area
so my applet doesn't loads .

So which other function can do the same objective or what else i can use ??
I am using internet explorer 5.0

Thanks in advance.
Paramjit singh

==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.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets



Re: Connection pooling problem

2001-07-11 Thread Karau, Joe

Yes, you should wrap it in a try catch finally construct.  And return the
connection in the finally.  That way, you are GUARANTEED (as long as the
server is not killed in the middle of the code) that the connection will be
returned.

It would be possible to allow the error page to return it, but then you'd
have to place the connection in the session, get it out on the error page,
and return it.  Possible, but not good coding practice.

Joseph Karau
Kingland Systems
[EMAIL PROTECTED]
507-536-3629
AIM: jkara3629


-Original Message-
From: Marino Vittorio [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, July 11, 2001 3:24 AM
To: [EMAIL PROTECTED]
Subject: Connection pooling problem


Hi gurus, this is the typical layout of my page:

<%@ page ... errorPage="error.jsp" %>
...
<%

SQLManager myMan = SQLManager.getInstance();
Connection myConn = myMan.requestConnection();

...
...
...

myMan.returnConnection(myConn);
%>

Now, if an exception occurs after requesting a connection to the pool and
before releasing it, that connection is open and is not gonna be closed till
PoolMan timeout. In a production environment with an average of 100 active
sessions this cannot be acceptable. If a page has errors in it after a
product release, all the connection objects in the pool are gonna be open
and unusable in seconds.

Now my question: how can I handle this? Do I need to put everything in
try/catch blocks? Is there any way to pass parameters to the error page?
Thanks. Cheers, Vittorio

===
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.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

===
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.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets



where is weblogic mailing list ?

2001-07-11 Thread sufi malak

Hi, could you please point me to a weblogic server mailing list.
thanks
_
Get your FREE download of MSN Explorer at http://explorer.msn.com

===
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.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets



Re: Custom Tags or Beans

2001-07-11 Thread Bryan LaPlante

One thing to Consider about custom tags that is not to do with programming
as much as communications. If any one is working in a team environment and
creates a component the matter of documentation is less complex if you are
describing a list of parameters as apposed to describing the methods and
properties of the component. One additional resource available to users of
the JRun or Cold Fusion Studio products is the ability to describe a
component in vtml (visual tool markup language). In the UltraDev family of
editors you can right click on a custom tag described in this manor and
choose a visual editor that displays the parameters and optionally has
inline help documentation if it was created that way.

I know it is a hassle to learn yet another markup language just for the
purposes of describing your controls so about a year ago I wrote a custom
tag wizard to help me quickly create those tag editors. The tag wizard was
written for Cold Fusion before I stated making the transition to JSP and as
soon as I get some additional time on my hands I plan to update it to
accommodate more of the JSP stuff. Below is a link to an article about it on
Allaire's site. The tag wizard is free to the public.

NOTE: to use the tag wizard to create xml style tags for your custom
taglib's you can still do it with these additional steps.

1. Enter the name of the tag without the prefix [ TEST ] not [ MYTAG:TEST ]

2. After you receive an email from the wizard with your custom tag disregard
the readme.txt file

3. Create a MYTAG directory under {%JRun Install%}:\Program
Files\Allaire\[%JRun% | %CF% ]\Extensions\TagDefs where %JRun Install%
refers to your install path of the editor and MYTAG refers to your custom
tag library name

4. Open the vtm file you created and edit the line.  where mytag refers to the name you chose for your
custom tag library.

5. To refresh the editor and load the custom dialog press CTRL+SHFT+ALT+C

6. Type in the name of your tag in the editor like  then right
click and choose edit tag.

Article:
http://www.allaire.com/handlers/index.cfm?ID=21342&Method=Full&Title=A%20Wiz
ard%20for%20Writing%20Those%20Tag%20Dialog%20Editors&Cache=False

Custom tag wizard:
http://www.netwebapps.com/mytags/main.cfm

- Original Message -
From: "Glenn Wearen" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, July 11, 2001 9:18 AM
Subject: Re: Custom Tags or Beans


| I forgot that most people in this list are not in my time zone, so I got
the
| low-down on Tags Vs Beans myself.
|
| I found  http://java.oreilly.com/news/jsptips_1100.html 'Choosing Between
| Beans and Custom Actions' had a fair discussion about it, also this lists
| archive had some debate about the topic before, somebody pointed out that
| one of best  reasons for using custom-tags is that it allows
web-developers
| who don't understand Java to write JSP.
|
| apologies for anybody who took time to respond to my question, my minds
made
| up to stick with beans because it suits ME!
|
| Glenn
|
|
===
| 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.esperanto.org.nz/jsp/jspfaq.html
|  http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
|  http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets
|

===
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.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets



AW: VERY VERY URGENT

2001-07-11 Thread Michael Jager

The java.util.Random.nextInt(int n)-method came with JDK 1.2 (Java 2).
Microsofts IE use a JVM 1.1.4 and so they are ignorant of this method!

You can use java.util.Random.nextFloat() multiplied with your upper limit
instead.

And allways remember when you are programming applets: don't use methods
that came with JDK 1.2 or later because IE won't show them!

By the way: This is a mailing list about Java Server Pages specification and
reference.
So maybe next time you would like to ask your questions about applets in an
appropiate list because you are more likely to get a quick answer there.

-Ursprungliche Nachricht-
Von: A mailing list about Java Server Pages specification and reference
[mailto:[EMAIL PROTECTED]]Im Auftrag von paramjit singh
Gesendet: Mittwoch, 11. Juli 2001 16:38
An: [EMAIL PROTECTED]
Betreff: VERY VERY URGENT


hi!
this is a very urgent so please reply withing 1- 2 days.
I have used java.util.Random.nextInt(upperlimit) function which generates
integer random numbers
form 0 to upperlimit specified. This function i am using inside an applet
which is emmbedded in an html page
when i use that html page with appletviewer then it works fine but when i
use
it within internet explorer it gives
following error:-
error:- java.lang.NoSuchMethod error : java/util/Random: method nextInt(I)I
not found
in its status area
so my applet doesn't loads .

So which other function can do the same objective or what else i can use ??
I am using internet explorer 5.0

Thanks in advance.
Paramjit singh

=
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.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=P
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=rvlets

===
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.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets



struts

2001-07-11 Thread Eric Cho

hey all,

i'm just starting to use the struts framework and a simple hello world type
implementation.

I'm getting a

Error Message: Server caught unhandled exception from servlet [JSP 1.1
Processor]: Cannot find message resources under key
org.apache.struts.action.MESSAGE
Error Code: 500
Target Servlet: JSP 1.1 Processor

What am i doing wrong?  If it helps, I'm using WAS 3.5.3

Thanks
___
eSafe Protect Gateway has scanned this mail for viruses, vandals and
suspicious attachments.

===
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.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets



jsp with dynamo server

2001-07-11 Thread Billy Gates

Has anyone encountered any problems using jsp with dynamo server

===
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.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets



Re: Browser Incompatibility

2001-07-11 Thread Jann VanOver

Did you open and close the  tag correctly?  IE is will show you 
elements even with no  tag.  NS will not.  I think NS will even insist
on a valid "action" attribute in the  tag.

By the way, this STILL isn't a JSP problem.  This is basic HTML forms.

-Original Message-
From: Glenn Wearen [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, July 11, 2001 5:11 AM
To: [EMAIL PROTECTED]
Subject: Re: Browser Incompatibility


I also have a problem in Browser inconsistency, I use a JSP scriptlet to
populate the options in a select list, the resultant HTML look like this...



 All Active Requests

 All closed
requests for my project

 All closed requests
for my team


in IE the select list looks fine, in NS4 the list contents appear one after
another in what look like a box.

Glenn

> -Original Message-
> From: Jann VanOver [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, July 11, 2001 5:45 AM
> To: [EMAIL PROTECTED]
> Subject: Re: Browser Incompatibility
>
>
> This is a Javascript problem.  Has nothing to do with JSP.
>
> I find http://irt.org a useful website for Javascript help.
>
> -Original Message-
> From: Smita [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, July 10, 2001 6:30 PM
> To: [EMAIL PROTECTED]
> Subject: Browser Incompatibility
>
>
> Hi all,
>I am having a problem of browser incompatibility. In
> my application,
> I am opening a new window using window.open() function. In
> the new window I
> am selecting some values, on click of a button, I want these
> selected values
> to pass back to parent window and that new window should
> close. I am using
> opener.window.document.fieldname.value, for passing the values and
> self.close() after that to close the window. It is working
> file with IE, but
> when comes to Netscape, neither it is passing the values back
> to parent nor
> it is closing. What could be the problem with this? Any work arounds?
> Regards
>
> 
> Buy Feng Shui Package for Rs. 151/- only, at
> http://shopping.rediff.com/shopping/fengshui_mailer.htm
>
> ==
> =
> 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.esperanto.org.nz/jsp/jspfaq.html
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets
>
> ==
> =
> 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.esperanto.org.nz/jsp/jspfaq.html
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets
>

===
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.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

===
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.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets



archives search

2001-07-11 Thread Billy Gates

Does anyone know where I can find an url for archives search to this mailing
list

===
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.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets



Re: archives search

2001-07-11 Thread Franck Rasolo

Go to:

http://archives.java.sun.com/jsp-interest.html

--- Billy Gates <[EMAIL PROTECTED]> wrote:
> Does anyone know where I can find an url for archives search to this mailing
> list



__
Do You Yahoo!?
Get personalized email addresses from Yahoo! Mail
http://personal.mail.yahoo.com/

===
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.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets



Re: OutputStream insteat of an PrintWriter

2001-07-11 Thread Hans Bergsten

Thomas Wittpahl wrote:
>
> I want to send a PDF - File, which is generated by a Bean, to the Client. I
> have to send an byte[] back, but only an OutputStream can handle this.
>
> --- JSP - CODE ---
>
> response.setContentType("application/pdf");
> ServletOutputStream out = res.getOutputStream();
> out.write(eng.getPageData(1));
>
> --
>
> eng.getPageData(1) -> byte[]
>
> Can I generate an OutputStream instead of a PrintWriter? - It does not work
> to generate an OutputStream and an PrintWriter!
>
> Is it possible give the JSPCompiler a parameter, that generates an OutputStream
> instead of the PrintWriter?

No. Use the right tool for each task: JSP is strictly for text output, servlets
can be used for both binary and text. So in this case you should use a servlet.

Hans
--
Hans Bergsten   [EMAIL PROTECTED]
Gefion Software http://www.gefionsoftware.com
Author of JavaServer Pages (O'Reilly), http://TheJSPBook.com

===
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.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets



Re: Connection pooling problem

2001-07-11 Thread Hans Bergsten

Marino Vittorio wrote:
>
> Hi gurus, this is the typical layout of my page:
>
> <%@ page ... errorPage="error.jsp" %>
> ...
> <%
>
> SQLManager myMan = SQLManager.getInstance();
> Connection myConn = myMan.requestConnection();
>
> ...
> ...
> ...
>
> myMan.returnConnection(myConn);
> %>
>
> Now, if an exception occurs after requesting a connection to the pool and
> before releasing it, that connection is open and is not gonna be closed till
> PoolMan timeout. In a production environment with an average of 100 active
> sessions this cannot be acceptable. If a page has errors in it after a
> product release, all the connection objects in the pool are gonna be open
> and unusable in seconds.
>
> Now my question: how can I handle this? Do I need to put everything in
> try/catch blocks? Is there any way to pass parameters to the error page?

You *can* wrap your scripting code in try/catch/finally to deal with the
exception cases, but I don't recommend it. Too much code in JSP pages causes
both debugging problems and a maintenance nightmare down the line.

A better approach is to use either a servlet to do all database access
and forward to a JSP page for generating the response, or use JSP custom
actions for the database access in the JSP pages. There are plenty of
custom tag libraries for this available, so you don't have to roll your
own. A couple of examples of implementations you can use for free, with
source code available:
* The example tag library for my JSP book:
  
* The DbTags library from Jakarta:
  

A commercial example is the InstantOnline Basic product my company sells:
* 

And if you search the web, I'm sure you can find a lot more.

Hans
--
Hans Bergsten   [EMAIL PROTECTED]
Gefion Software http://www.gefionsoftware.com
Author of JavaServer Pages (O'Reilly), http://TheJSPBook.com

===
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.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets



Re: Need your help on request.getParameter and Chinese encoding.

2001-07-11 Thread lancelot

Panayotou, Michael
Okey, thanks a lot.

Lancelot
-
Click here for Free Video!!
http://www.gohip.com/free_video/

- Original Message -
From: "Panayotou, Michael" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, July 11, 2001 4:25 PM
Subject: Re: Need your help on request.getParameter and Chinese encoding.


> You have to translate the parameter from one character set to another. for
> example :
>
> String myparam = new
> String(request.getParameter("name").getBytes("iso-8859-1"),"iso-8859-7");
>
>
>
> -Original Message-
> From: lancelot [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, July 11, 2001 10:48 AM
> To: [EMAIL PROTECTED]
> Subject: Need your help on request.getParameter and Chinese encoding.
> Importance: High
>
>
> Excuse me,
> I need help. One form field of my jsp contain Chinese Characters. and
I
> post the form to my servlet, and my servlet insert the imformation into my
> Oracle DB. my question is how to get the request.getParameter("name") in
> Chinese character encoding and insert it properly into Oracle DB. I need
you
> help very urgently, Thanks a lot.
>
> Lancelot
>
>
===
> 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.esperanto.org.nz/jsp/jspfaq.html
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets
>
>
===
> 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.esperanto.org.nz/jsp/jspfaq.html
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

===
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.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets



Re: Need your help on request.getParameter and Chinese encoding.

2001-07-11 Thread lancelot

Glenn Wearen,
Okey, thanks a lot.

Lancelot

-
Click here for Free Video!!
http://www.gohip.com/free_video/

- Original Message -
From: "Glenn Wearen" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, July 11, 2001 8:43 PM
Subject: Re: Need your help on request.getParameter and Chinese encoding.


> its important to know the charset of the DB? if its UTFx you migh
>
> > -Original Message-
> > From: lancelot [mailto:[EMAIL PROTECTED]]
> > Sent: Wednesday, July 11, 2001 8:48 AM
> > To: [EMAIL PROTECTED]
> > Subject: Need your help on request.getParameter and Chinese encoding.
> > Importance: High
> >
> it also depends which DB you are using, if might be possible to use a UTF
> ouptutstream if your DB uses UTFx encoding
> Glenn
> >
> > Excuse me,
> > I need help. One form field of my jsp contain Chinese
> > Characters. and I
> > post the form to my servlet, and my servlet insert the
> > imformation into my
> > Oracle DB. my question is how to get the
> > request.getParameter("name") in
> > Chinese character encoding and insert it properly into Oracle
> > DB. I need you
> > help very urgently, Thanks a lot.
> >
> > Lancelot
> >
> > ==
> > =
> > 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.esperanto.org.nz/jsp/jspfaq.html
> >  http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
> >  http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets
> >
>
>
===
> 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.esperanto.org.nz/jsp/jspfaq.html
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

===
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.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets



User authentication/session management with JSPs/Resin

2001-07-11 Thread Abhijit Hiremagalur

Hi All,

Has anyone used the Authenticator in Resin 2.0.0?

If you have could you please briefly explain to a complete novice at
JSP(though I am familiar with java itself), a good approach to user
authentication, possibly using this Authenticator interface providen in
Resin.

Are there any other alternatives that are not container specific?

Am I way off track here? If so could you direct me to a webpage/resource
where some simple user authentication and session management with JSP is
demonstrated.

Thanks in advance, This group has been most helpful in the past. My
apologies for crowding the list with such basic questions.

Cheers

Abhijit.

===
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.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets



Re: cannot resolve symbol

2001-07-11 Thread c2yh

Actually Java does not care how you name your classes!
As long as you call the java class with its EXACT name.

so, if you name it "DefaultXYDataSource", you must use it as
"DefaultXYDataSource".
The "DefaultXYDataSource.class" must be put in your CLASSPATH folder.

There are 2 main reasons for "cannot resolve symbol" error:

1. the "DefaultXYDataSource.class" is not in your CLASSPATH folder.

2. You name it as "DefaultXYDataSource" but you call the class by some
other names in your script.


c2yh


On 7/11/2001 at 11:10 AM Cédric Favier wrote:

>Hello
>
>I use Java 2 SDK v 1.3
>When I use java file with upper case  in the file name, I get this
>message : "cannot resolve symbol" "symbol : class DefaultXYDataSource"
>I need you help, Thanks a lot..

==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.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets



Re: Problem: Servlet Mappings & RequestDispatcher

2001-07-11 Thread Hans Bergsten

Philip Weaver wrote:
>
> Hello -
>
> I'm trying to create servlet mappings for a servlet that I'd like to exist
> at the TOP LEVEL of my webapp in Tomcat. You'd think that this task wouldn't
> be a pain in the rear but I'm finding it to be so. If you know how to
> configure web.xml and a servlet to handle this, please help. I'm about to
> scream at the walls.
>
> The entire goal that I'm pursuing is to provide login security for my web
> app.
>
> I know how to create servlet mappings in web.xml and I basically know how to
> use RequestDispatcher. However, I'm running into either of these two
> problems.
>
> A. I end up with an entry servlet that is recursively called whenever I
> call RequestDispatch.forward() based on the following web.xml setup. I
> understand why this occurs, but how do I get around this and still have all
> requests be handled by the entry mapping.
>
> 
> entry
> EntryServlet
> 
> 
> entry
> /*
> 

Yes, this is a real bitch in Servlet 2.2. The best you can do is use
different URI patterns: one for all links in your applications that
maps to the authentication servlet, and another that maps to your
real servlets (and/or JSP pages). For instance, use this for mapping for
your EntryServlet:

  
entry
/protected
  

and something like this for all your real servlets:

  
myRealServlet
/real/myRealServlet
  

Now a request for /protected/myRealServlet is handled by your entry
servlet, and the entry servlet can use the RD to forward to
/real/myRealServlet.

To prevent your real servlets to be accessed directly, define a
security constraint for "/real" so that they only can be accessed
by a role that is not assigned to anybody. Access through the RD is
not subject to access control, so your servlet can still forward
to the real servlets.

I know, this is not what you wanted. But it's all you can get in Servlet 2.2
if you stick to the standard API.

The solution you're looking for is provided by filters in Servlet 2.3. They
were added for exactly this purpose (plus a lot of similar scenarios). You
can read about filters in Jason Hunter's JavaWorld articles:

  
  

> B. The other problem I encounter is that sometimes when I request a
> page, is that page is not found (404). I'm begining to think that it's
> because the forward() method is relative to the requested URI which is
> actually a freaking filename (?). Right? This is driving me nuts.

I'm not sure I follow. The ServletContext.getRequestDispatcher() method
takes a context-relative path (starting with a slash) so it's not relative
to the request URI at all. The ServletRequest.getRequestDispatcher()
method takes a path that is relative to the current request URI. But in
neither case is there a file name involved; only URIs.

> Can anyone point me to an example of a working setup that handles all
> requests sent to the entire webapp (root level)? I had this working before
> in Resin but can't get that same setup to work in Tomcat.

I hope this helped.

Hans
--
Hans Bergsten   [EMAIL PROTECTED]
Gefion Software http://www.gefionsoftware.com
Author of JavaServer Pages (O'Reilly), http://TheJSPBook.com

===
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.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets



How to compress an image

2001-07-11 Thread Raghu Babu

Hi all,
  I have a requirement in my project to compress an image to a small image
without any loss of data.  Means the original image should not be clipped
but it should be made small.  Any ideas
regards
raghu

===
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.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets



Javadoc for TagLibs?

2001-07-11 Thread Mattias Jiderhamn

Bryan LaPlante just told us about his tool for making vtml descriptions
for JSP custom tags/taglibs.
Does anyone know of (or has made for their own use) a tool for creating
documentation for the tablibs? Like a JavaDoc for taglibs.

It would be nice if the tool read the JavaDoc in the tag source and the
tld and created (or outlined) something like the Jakarta taglib docs,
such as http://jakarta.apache.org/taglibs/doc/dbtags-doc/index.html
Does anyone know how these are made? By tool or manually?


  Mattias Jiderhamn
  Expert Systems
  [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.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets



AW: where is weblogic mailing list ?

2001-07-11 Thread Opoku-Boadu, Samuel

http://newsgroups.bea.com/cgi-bin/dnewsweb


-Ursprüngliche Nachricht-
Von: sufi malak [mailto:[EMAIL PROTECTED]]
Gesendet: Mittwoch, 11. Juli 2001 17:28
An: [EMAIL PROTECTED]
Betreff: where is weblogic mailing list ?


Hi, could you please point me to a weblogic server mailing list.
thanks
_
Get your FREE download of MSN Explorer at http://explorer.msn.com

===
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.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

==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.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets



OutputStream insteat of an PrintWriter

2001-07-11 Thread Thomas Wittpahl

I want to send a PDF - File, which is generated by a Bean, to the Client. I have to 
send an byte[] back, but only an OutputStream can handle this.

--- JSP - CODE ---

response.setContentType("application/pdf");
ServletOutputStream out = res.getOutputStream();
out.write(eng.getPageData(1));

--

eng.getPageData(1) -> byte[]

Can I generate an OutputStream instead of a PrintWriter? - It does not work to 
generate an OutputStream and an PrintWriter!

Is it possible give the JSPCompiler a parameter, that generates an OutputStream 
instead of the PrintWriter?

Thanks.

===
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.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets