RE: How to end a JSP

2002-05-15 Thread Richard Bailey
I saw it once mentioned you could use out.close (); At 04:36 PM 2002-05-15 -0400, James Mitchell wrote: >Try this. > > >System.exit(0); > >That works for me ;) > >JM > > > -Original Message- > > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > > Sent: Wednesday, May 15, 2002 4:34

RE: To synchronize or not? [Off-Topic]

2002-05-15 Thread Richard Bailey
I can understand wanting to use a HashMap over a Hashtable (the ability to store null values for example). But if you want to serialize access to the HashMap you can use the following according to the javadoc documentation: Map m = Collections.synchronizedMap(new HashMap(...)); I realize this

RE: RE : Frameset problem

2002-05-07 Thread Richard Bailey
I too have been using framesets with no problem, in fact one page with a frameset is a jsp page. What error are you getting? Regards, Richard At 12:08 PM 2002-05-07 -0400, you wrote: >What OS? I have been using FRAMESET with multiple JSPs (including some >that define APPLETS) for a while with