This is a migrated thread and some comments may be shown as answers.

Auto Complete doesn't set value and don't submit with form Action

1 Answer 130 Views
AutoComplete
This is a migrated thread and some comments may be shown as answers.
push
Top achievements
Rank 1
push asked on 26 Nov 2011, 06:24 AM
Hello,

Check code,its of auto complete......

  <form action="incre2.jsp" method="get" name="userform" >
                <input id="input" name="text1"  type="text" style="width: 360px;"/>
         
                <input type="submit" value="add" >
</form>

After click on submit its not forwarding TEXT1 Parameter with request...
Please help me out          

1 Answer, 1 is accepted

Sort by
0
Atanas Korchev
Telerik team
answered on 28 Nov 2011, 09:19 AM
Hello Push,

 I tried to reproduce this to no avail. The form was successfully posted. Here is a live demo (you need a  browser developer tool such as FireBug or Fiddler to check the posted values).

All the best,
Atanas Korchev
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
Tags
AutoComplete
Asked by
push
Top achievements
Rank 1
Answers by
Atanas Korchev
Telerik team
Share this question
or