good catch. Thanks! regards,
Martin On 11/24/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
Author: cagatay Date: Fri Nov 24 06:13:41 2006 New Revision: 478888 URL: http://svn.apache.org/viewvc?view=rev&rev=478888 Log: Updated client state params to javax.faces.ViewState Modified: myfaces/tomahawk/trunk/core/src/main/resources/org/apache/myfaces/custom/dojoextensions/resource/FacesIO.js Modified: myfaces/tomahawk/trunk/core/src/main/resources/org/apache/myfaces/custom/dojoextensions/resource/FacesIO.js URL: http://svn.apache.org/viewvc/myfaces/tomahawk/trunk/core/src/main/resources/org/apache/myfaces/custom/dojoextensions/resource/FacesIO.js?view=diff&rev=478888&r1=478887&r2=478888 ============================================================================== --- myfaces/tomahawk/trunk/core/src/main/resources/org/apache/myfaces/custom/dojoextensions/resource/FacesIO.js (original) +++ myfaces/tomahawk/trunk/core/src/main/resources/org/apache/myfaces/custom/dojoextensions/resource/FacesIO.js Fri Nov 24 06:13:41 2006 @@ -14,16 +14,12 @@ } this.isClientStateSaving = function() { - return dojo.byId("jsf_state") || dojo.byId("jsf_state_64"); + return dojo.byId("javax.faces.ViewState"); } this.addJsfState = function(request) { request.content = request.content || {}; - this.addInputValue(request.content, "jsf_state"); - this.addInputValue(request.content, "jsf_state_64"); - this.addInputValue(request.content, "jsf_tree"); - this.addInputValue(request.content, "jsf_tree_64"); - this.addInputValue(request.content, "jsf_viewid"); + this.addInputValue(request.content, "javax.faces.ViewState"); } this.addInputValue = function (content, inputName) {
-- http://www.irian.at Your JSF powerhouse - JSF Consulting, Development and Courses in English and German Professional Support for Apache MyFaces
