RE: HashMap

2004-01-17 Thread Andreas L. Delmelle
> -Original Message- > From: Peter B. West [mailto:[EMAIL PROTECTED] > > I assume this problem is with the iframes? > Well, not my eye-frames... but if that's what these charming windows on the sources are called, then, yes. Anyway, this could well be added as a feature to the other fop-

Re: HashMap

2004-01-16 Thread Peter B. West
Andreas L. Delmelle wrote: Hiya Peter, ... Seriously? Not at all! (BTW: Shouts for your alt-design pages. Very comfortable --although IE seems to have a little trouble with the JavaScript adding a horizontal scrollbar instead of a vertical one; with other browsers no prob whatsoever.) Andreas, I

RE: HashMap

2004-01-16 Thread Andreas L. Delmelle
> -Original Message- > From: Peter B. West [mailto:[EMAIL PROTECTED] > > > I hope you're not casting aspersions on my producer/consumer buffers? > Hiya Peter, Great isn't it? The pun only became apparent to me *after* I had typed it up, and look-ee here, it got through nicely :) (If you'

Re: HashMap

2004-01-15 Thread Peter B. West
Andreas L. Delmelle wrote: Depends on what portions you're used to, not? ;) I'd never trust public media though, when it comes to providing us with an accurate estimate of this figure... many would have us believe that the DRD is 0.0 --sigh. When is anyone going to realize the trouble is (practica

Re: HashMap

2004-01-15 Thread Eric Galluzzo
Andreas L. Delmelle wrote: -Original Message- From: Peter B. West [mailto:[EMAIL PROTECTED] A friend was watching over my shoulder as I was responding to an earlier message on fop-dev. "HashMaps... I won't say what image that conjures up for me." "Well?" "A map of where you have the sta

RE: HashMap

2004-01-15 Thread Andreas L. Delmelle
> -Original Message- > From: Peter B. West [mailto:[EMAIL PROTECTED] > > A friend was watching over my shoulder as I was responding to an earlier > message on fop-dev. "HashMaps... I won't say what image that conjures > up for me." "Well?" "A map of where you have the stash." > > I never

Re: HashMap

2004-01-14 Thread John Austin
On Wed, 2004-01-14 at 21:27, Peter B. West wrote: > A friend was watching over my shoulder as I was responding to an earlier > message on fop-dev. "HashMaps... I won't say what image that conjures > up for me." "Well?" "A map of where you have the stash." > > I never thought of it that way.

HashMap

2004-01-14 Thread Peter B. West
A friend was watching over my shoulder as I was responding to an earlier message on fop-dev. "HashMaps... I won't say what image that conjures up for me." "Well?" "A map of where you have the stash." I never thought of it that way. Peter -- Peter B. West

Re: java/util/HashMap error

2002-04-19 Thread Mathy V Arumugam
ong with javawebserver2.0. > > > > My servlet is failing at > > Driver dr=new Driver(); > > > > Error: > > java.lang.NoClassDefFoundError: java/util/HashMap > > at org.apache.fop.fo.FOTreeBuilder.(FOTreeBuilder.java:85) > > You don't have ac

Re: java/util/HashMap error

2002-04-19 Thread J.Pietschmann
Mathy V Arumugam wrote: > I have posted this que. to the fop-user list and no resp. This has been roughly *one hour* before you posted this message. Do you expect a list operated by volunteers to have a better response time than a paid service? Many people check only once or twice a day for new m

Re: java/util/HashMap error

2002-04-19 Thread J.Pietschmann
oClassDefFoundError: java/util/HashMap > at org.apache.fop.fo.FOTreeBuilder.(FOTreeBuilder.java:85) You don't have access to the Java run time library. This is not a FOP problem. Ask the javawebserver guys what magic you have to apply. Chances are that you either have to deploy the FOP jars

Re: java/util/HashMap error

2002-04-19 Thread Mathy V Arumugam
; > > > > I am using JDK 1.3.0_02 along with javawebserver2.0. > > > > > > My servlet is failing at > > > Driver dr=new Driver(); > > > > > > Error: > > > java.lang.NoClassDefFoundError: java/util/HashMap > > >

Re: java/util/HashMap error

2002-04-19 Thread Mathy V Arumugam
; wrote: > > I have posted this que. to the fop-user list and no > > resp. Hope someone could > > help me... > > > > I am using JDK 1.3.0_02 along with javawebserver2.0. > > > > My servlet is failing at > > Driver dr=

Re: java/util/HashMap error

2002-04-19 Thread James Hunt
me... > > I am using JDK 1.3.0_02 along with javawebserver2.0. > > My servlet is failing at > Driver dr=new Driver(); > > Error: > java.lang.NoClassDefFoundError: java/util/HashMap > at > org.apache.fop.fo.FOTreeBuilder.(FOTreeBuilder.java:85) > > Thanks &

java/util/HashMap error

2002-04-19 Thread Mathy V Arumugam
I have posted this que. to the fop-user list and no resp.  Hope someone could help me... I am using JDK 1.3.0_02 along with javawebserver2.0. My servlet is failing at Driver dr=new Driver(); Error:  java.lang.NoClassDefFoundError: java/util/HashMap  at org.apache.fop.fo.FOTreeBuilder