how to store the retrived data from database into th especified text field

Recommended Answers

All 2 Replies

  1. Post moved
  2. Posting your question in someone else thread is rude
  3. We have rule here We only give homework help to those who show effort
  4. On the top of JSP section there is MVC 2 tutorial showing how to retrieve data
  5. In the similar way as data are populated in table these can be passed to text component in the "input" element "value" parameter

how to store the retrived data from database into th especified text field

The answer is very simple and easy. It is one of the very first things you learn when someone starts with jsp. Which is why I believe that you rushed into writing JSPs before giving some time to do some serious studying.

So the answer is this:

String data = ....
...
value='<%= date%>'

If you can't understand the above you need to take some time to sudy on your own and come back with more specific questions.
If you already know the above again: ask more specific questions.

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.