|
-
August 25th, 2009, 10:54 AM
#1
Vectors
I have created a Vector that contains an unknown number of instances of a list containing Strings and int. I want to create a loop and remove the Strings from the vector, putting each into a SQL query. But I dont have a clue on how to loop a Vector in this way.
-
August 25th, 2009, 11:18 AM
#2
Re: Vectors
I guess the best way to do it is using the Vector.iterator() or Vector.listIterator() methods.
-
August 25th, 2009, 12:08 PM
#3
Re: Vectors
Oh thanks, I forgot all about this. Another question:
<a href="Technabling?action=searchById&id=${client.clientId"}>
I want to create a hypertext link but want a dynamic id, this seems intuitive but doesn't work. Any ideas?
-
August 26th, 2009, 03:05 AM
#4
Re: Vectors
It seems you closed the quote before the curly bracket:
<a href="Technabling?action=searchById&id=${client.clientId "}>
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|