eclipse-ee4j / mojarra-jsf-extensions

Other
1 stars 3 forks source link

DynaFaces.ViewState initialize function - collect Form Data Check #81

Closed glassfishrobot closed 16 years ago

glassfishrobot commented 16 years ago

In com_sun_facesw_ajax.js:

DynaFaces.ViewState

initialize: function .... ... if (('void' != collectPostDataType && 'undefined' != collectPostDataType) || ('void' != inputsType && 'undefined' != collectPostDataType)) { // Just get the state data. ...

I believe should be:

if (('void' != collectPostDataType && 'undefined' != collectPostDataType) || ('void' != inputsType && 'undefined' != inputsType)) { // Just get the state data. ...

Environment

Operating System: All Platform: All

Affected Versions

[current]

glassfishrobot commented 5 years ago
glassfishrobot commented 16 years ago

@glassfishrobot Commented Reported by rogerk

glassfishrobot commented 16 years ago

@glassfishrobot Commented @edburns said: Thanks for catching this. r=edburns. Please fix it on the HEAD.

glassfishrobot commented 16 years ago

@glassfishrobot Commented rogerk said: Checked in mods:

Index: com_sun_faces_ajax-max.js

— com_sun_faces_ajax-max.js (revision 468) +++ com_sun_faces_ajax-max.js (working copy) @@ -505,7 +505,7 @@ var collectPostDataType = typeof this.options.collectPostData; var inputsType = typeof this.options.inputs; if (('void' != collectPostDataType && 'undefined' != collectPostDataType) ||

glassfishrobot commented 16 years ago

@glassfishrobot Commented Was assigned to rogerk

glassfishrobot commented 7 years ago

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

glassfishrobot commented 16 years ago

@glassfishrobot Commented Marked as fixed on Thursday, September 27th 2007, 4:30:35 am