#7819 closed bug (invalid)
Template rendered form values are not included in postback
Reported by: | blackbart | Owned by: | |
---|---|---|---|
Priority: | undecided | Milestone: | 1.6 |
Component: | unfiled | Version: | 1.4.4 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
As best as I can tell, when I use a template to render input elements they are not included in the post back. I have checked what is getting sent in the postback with Fiddler and in my demo the name1 (statically rendered) and name2 (dynamically rendered) input boxes work just fine. But the id_one and id_two input boxes created from the template do not show up in the postback.
Change History (4)
comment:1 Changed 12 years ago by
comment:2 follow-up: 3 Changed 12 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
This is not a jquery bug; serialize uses the name
attribute: http://api.jquery.com/serialize/
Working example:
Note: See
TracTickets for help on using
tickets.
I was using Firefox 3.16.3 and Fiddler 2.3.1.0.