I have doubt

G

Gopi MCA

* how to display a content in a textbox.. which i have retrieved from
the database through JDBC from jsp.
* Tel me varies ways that we use to display value in fields.

I've used <jsp:usebean> like this
<jsp:useBean id="MyBean" class="Bean1.TextBean1" scope="request">
<jsp:setProperty name="MyBean" property="name"
value="myname" />
</jsp:useBean>
<input type="text" name="tname" value="<jsp:getProperty
name="MyBean" property="name"/>">
but not working....some one help me...
 
A

Andrew Thompson

Gopi MCA wrote:

Same deal as the other two posts, try thinking up some better
subject lines than 'I have doubt'. It is quite vague and boring.

Part of the problem is that you are 'shoving' two questions
into some of the threads. It is better to treat each question
separately (under a spcfific and relevant 'Subject line').
* how to display a content in a textbox.. which i have retrieved from
the database through JDBC from jsp.
* Tel me varies ways that we use to display value in fields.

'Pay me lots of money'.

Perhap you saw that as a question, but it comes across
as a command for *us* to spoon-feed information to you,
that is probably easily available in a basic tutorial or
documentation.

Did you search for the answer, or are you simply treating
the other member of this discussion group as if they were
your personal help desk?

This is not a help desk.

It pays to do some research before posting, and to
indicate that research when making the post. E.G.
"Googled 'display field value JSP' but that just listed a
lot of hits to other questions that were not answered.."

--
Andrew Thompson
http://www.athompson.info/andrew/

Message posted via JavaKB.com
http://www.javakb.com/Uwe/Forums.aspx/java-general/200708/1
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Members online

No members online now.

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,009
Latest member
GidgetGamb

Latest Threads

Top