eclipse-ee4j / mojarra-jsf-extensions

Other
1 stars 3 forks source link

Using hidden field "name" does not submit value. #67

Open glassfishrobot opened 17 years ago

glassfishrobot commented 17 years ago

When I use a hidden field and set its "name" and then find the element by "name" in a javascript and then set its value, after firing AJAX transaction, the value is not included in the request map. The value is set correctly in the browser side.

However, if I use "id" of the hidden filed and use getElementById() and then set the value, in this case during AJAX transaction, the request map correctly contains the value of the hidden field.

In case of submitting the form, both cases work fine.

Environment

Operating System: All Platform: Macintosh

Affected Versions

[current]

glassfishrobot commented 5 years ago
glassfishrobot commented 17 years ago

@glassfishrobot Commented Reported by @edburns

glassfishrobot commented 17 years ago

@glassfishrobot Commented Was assigned to jsf-extensions-issues

glassfishrobot commented 7 years ago

@glassfishrobot Commented This issue was imported from java.net JIRA JSF_EXTENSIONS-67