Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

Támogatás keresése

Kerülje el a támogatási csalásokat. Sosem kérjük arra, hogy hívjon fel egy telefonszámot vagy osszon meg személyes információkat. Jelentse a gyanús tevékenységeket a „Visszaélés bejelentése” lehetőséggel.

Learn More

A témacsoportot lezárták és archiválták. Tegyen fel új kérdést, ha segítségre van szüksége.

how to remove focus of an input text field on submitting a jsp form

  • 1 válasz
  • 1 embernek van ilyen problémája
  • 8 megtekintés
  • Utolsó üzenet ettől: guigs

more options

i have a data table with 3 columns and i have a script to make one column editable. so when the user clicks on the table column it gets editable but now the problem while submitting this form the entire input tag is coming as value instead of just text value so i think its the problem of focus which is still there on table column while submitting the form.

i have a data table with 3 columns and i have a script to make one column editable. so when the user clicks on the table column it gets editable but now the problem while submitting this form the entire input tag is coming as value instead of just text value so i think its the problem of focus which is still there on table column while submitting the form.

Összes válasz (1)

more options

Are you making the html.input.value() editable? could you make an event handler for that element to turn of edittable when clicking submit? Like http://stackoverflow.com/questions/19.../make-fields-editable-when-a-button-is-clicked sergio's answer here?

This may be a question for stackoverflow.com for more accurate answer.