943,948 Members | Top Members by Rank

Ad:
  • JSP Discussion Thread
  • Unsolved
  • Views: 4340
  • JSP RSS
Jun 20th, 2009
0

Setting text field values in Java on JSP page

Expand Post »
Hi I'm trying to create a mortgage calculator using Java (not Javascript) on a JSP page and I need to know if there's a way to set the values of textfield so that I won't have to send information from one page to another.
Similar Threads
Reputation Points: 8
Solved Threads: 0
Junior Poster in Training
CodeBoy101 is offline Offline
71 posts
since Dec 2007
Jun 20th, 2009
0

Re: Setting text field values in Java on JSP page

Click to Expand / Collapse  Quote originally posted by CodeBoy101 ...
Hi I'm trying to create a mortgage calculator using Java (not Javascript) on a JSP page and I need to know if there's a way to set the values of textfield so that I won't have to send information from one page to another.

set the values by using <%=%>
ex.<input type="text" name="abc" value="<%=urValue%>" />
note that urvValue is the name of the variable storing the value you want to set in the text field..
Reputation Points: 10
Solved Threads: 0
Newbie Poster
kaushalpurohit is offline Offline
1 posts
since Jun 2009
Jun 21st, 2009
0

Re: Setting text field values in Java on JSP page

Use cookies,session, database state.
Moderator
Reputation Points: 2136
Solved Threads: 1228
Posting Genius
adatapost is offline Offline
6,527 posts
since Oct 2008

This thread is more than three months old

No one has posted to this discussion for at least three months. Please let old threads die and do not reply to them unless you feel you have something new and valuable to contribute that absolutely must be added to make the discussion complete. Otherwise, please start a new thread in this forum instead.
Message:
Previous Thread in JSP Forum Timeline: LAST_INSERT_ID doesnt work with servlets, please help
Next Thread in JSP Forum Timeline: error..





About Us | Contact Us | Advertise | Acceptable Use Policy
Forum Index | Build Custom RSS Feed


Follow us on Twitter


© 2011 DaniWeb® LLC