So I have an assignment that involves the need of a vector in it can someone help me to code it i need to get the "text" in a "textbox", you know just passing it... btw, I'm using Netbeans and I need to code it on JSP...

masijade commented: Show some effort. Don't just beg for "teh codez". -2

Recommended Answers

All 2 Replies

Look at the API of java.util.Vector, check some tutorials about sending data through request and come back with some code

Don't use Vector, period. It's a legacy class that should be avoided in all new code whereever possible (there are a very few cases where you have to use it like in some Swing code, but that's it).

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.