Results 1 to 3 of 3
Thread: Refreshing Text Field Value
- 11-13-2009, 10:40 AM #1
Member
- Join Date
- Nov 2009
- Posts
- 8
- Rep Power
- 0
Refreshing Text Field Value
Hi All,
I am developing a hsort web-project using JSP.
My problem is
I open a page and enter the required values in the given text fields. It works fine. For example there is a text field called 'Name:' and I enter name as 'MyName'.
When I re-open the same page and enters 'M' in same name field, it displays all the names starting with 'M' which are previously entered.
Is there any way to refresh this while opening the page.
Thanks in advance.
- 11-13-2009, 10:53 AM #2
Senior Member
- Join Date
- Aug 2009
- Posts
- 2,388
- Rep Power
- 6
Try adding the property
to your form declaration.Java Code:autocomplete = "off"
- 11-13-2009, 11:05 AM #3
Member
- Join Date
- Nov 2009
- Posts
- 8
- Rep Power
- 0
Similar Threads
-
Problem with text field patern
By Prashant.surwade in forum Advanced JavaReplies: 1Last Post: 09-05-2009, 02:45 AM -
How To add the Text field to the TextArea or TextPane
By Chintan Patel in forum AWT / SwingReplies: 3Last Post: 04-08-2009, 02:46 AM -
launching Jframe from text field
By crunchymonkey in forum AWT / SwingReplies: 4Last Post: 10-15-2008, 02:50 AM -
get numeric value from a text field
By Lehane_9 in forum New To JavaReplies: 2Last Post: 06-14-2008, 03:19 AM -
Regarding Text Field
By adeeb in forum AWT / SwingReplies: 1Last Post: 06-05-2008, 11:01 PM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks