Hi, I have three vectors in my databean. My question is how can I make addressVector is equal to all the cityVector+ stateVector? I got convert Vector to int error. Thanks. Vector addressVector = this.getAddressList(); Vector cityVector = this.getCityList(); vector stateVector = this.getStateList(); public Vector getAddressList(){return addressList; } public Vector getCity(){return cityList; } public Vector getStateList(){return stateList; } public void setAddressList(Vector arg) { addressList = arg; } public void setCityList(Vector arg) { cityList = arg; } public void setStateList(Vector arg) { stateList = arg; }
Tony Alicea
Desperado
Sheriff
Joined: Jan 30, 2000
Posts: 3219
posted
0
I am moving this question to the Java in General (beginner) Forum...
Tony Alicea Senior Java Web Application Developer, SCPJ2, SCWCD
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to
run our stuff on 16 servers instead of 3.