You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by Martin Marinschek <ma...@gmail.com> on 2006/11/24 22:20:03 UTC

Re: svn commit: r478888 - /myfaces/tomahawk/trunk/core/src/main/resources/org/apache/myfaces/custom/dojoextensions/resource/FacesIO.js

good catch. Thanks!

regards,

Martin

On 11/24/06, cagatay@apache.org <ca...@apache.org> 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

Re: svn commit: r478888 - /myfaces/tomahawk/trunk/core/src/main/resources/org/apache/myfaces/custom/dojoextensions/resource/FacesIO.js

Posted by Matthias Wessendorf <ma...@apache.org>.
:)

look the email archive ...

On 11/24/06, Martin Marinschek <ma...@gmail.com> wrote:
> good catch. Thanks!
>
> regards,
>
> Martin
>
> On 11/24/06, cagatay@apache.org <ca...@apache.org> 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
>


-- 
Matthias Wessendorf
http://tinyurl.com/fmywh

further stuff:
blog: http://jroller.com/page/mwessendorf
mail: mwessendorf-at-gmail-dot-com