Current location: Hot Scripts Forums » Programming Languages » Everything Java » Unable to set textarea value


Unable to set textarea value

Reply
  #1 (permalink)  
Old 12-15-06, 07:53 AM
li_ping li_ping is offline
Newbie Coder
 
Join Date: Dec 2006
Posts: 14
Thanks: 0
Thanked 0 Times in 0 Posts
Unable to set textarea value

Hi,
Here's my code:
Code:
<textarea id="answer" name="answer" rows="4" cols="30" wrap="soft" value="<%=quest_selection%>" <%System.out.println("selection:"+quest_selection);%>></textarea>
I'm unable to set the value of the textarea but I've checked by printing it out and there is some value inside the variable.

Any idea?
Reply With Quote
  #2 (permalink)  
Old 12-15-06, 07:58 AM
Nico's Avatar
Nico Nico is offline
Community Leader
 
Join Date: Sep 2005
Location: Spain
Posts: 8,075
Thanks: 11
Thanked 88 Times in 83 Posts
There's no "value" attribue for textareas. Try this.

Code:
<textarea id="answer" name="answer" rows="4" cols="30" wrap="soft"><%=quest_selection%> <%System.out.println("selection:"+quest_selection);%></textarea>
And... are you sure this is Java?
Reply With Quote
  #3 (permalink)  
Old 12-15-06, 08:48 PM
li_ping li_ping is offline
Newbie Coder
 
Join Date: Dec 2006
Posts: 14
Thanks: 0
Thanked 0 Times in 0 Posts
I'm using JSP.
Thanks for your suggestion.
I'll try it later.
Reply With Quote
  #4 (permalink)  
Old 12-16-06, 04:53 AM
li_ping li_ping is offline
Newbie Coder
 
Join Date: Dec 2006
Posts: 14
Thanks: 0
Thanked 0 Times in 0 Posts
Thanks for your help! It really worked!
Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
GRRR!!!! ERror help please! stormshadow PHP 4 12-06-06 08:05 PM
set colors on words in textarea Iudex CSS 5 09-25-06 07:38 AM
php timer that executes an action after a set interval zmbz PHP 3 02-10-06 06:15 AM
ASP upload prob minority ASP 1 06-27-05 08:35 AM
Setting a cooke (time it expires) mcrob PHP 4 04-27-05 12:13 PM


All times are GMT -5. The time now is 05:38 PM.
vBulletin® Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.