eclipse-ee4j / mojarra-jsf-extensions

Other
1 stars 3 forks source link

processUpdates occurs for fireAjaxTransaction with execute:'none' specified #51

Open glassfishrobot opened 17 years ago

glassfishrobot commented 17 years ago

In the Currency Trader app, I am calling fireAjaxTransaction and specifying execute:'none'. Unfortunately, processUpdates is being called. Obviously, this will have different consequences in different applications. In Currency Trader, it causes the following to be invoked in ObjectListDataProvider.setValue(FieldKey,RowKey,Object):

throw new IllegalArgumentException(fieldKey + " = " + value);

which causes the error message "java.lang.IllegalArgumentException: FieldKey[floatingCloseAmount] = null" to appear in a MessageGroup for every open position. This is not a critical bug for CurrencyTrader, however, because it does no other harm and I can easily hide these error messages. However, the consequences may be more serious in other applications.

Environment

Operating System: All Platform: All

Affected Versions

[current]

glassfishrobot commented 5 years ago
glassfishrobot commented 17 years ago

@glassfishrobot Commented Reported by mattbohm

glassfishrobot commented 17 years ago

@glassfishrobot Commented @edburns said: Created an attachment (id=12) fix in progress.

glassfishrobot commented 17 years ago

@glassfishrobot Commented File: jsf-ext-50.tar.gz Attached 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-51