Hi Ed here is a small comment on the jsdocs in conjunction with the file
uploads:
Normal Ajax Part:
Set the request header with the name: Faces-Request and the value:
partial/ajax.
That is not possible in case of the iframe request because we cannot set
request headers.
with iframe requests, we need another marker here for
the server to identify that this is an ajax request coming in.
In case of xhr level2 it is possible to my knowledge.
Normally the parameter javax.faces.partial.ajax true Should be enough to
identify that the request is an ajax request in that case. But the sentence
"*but the request must be sent with all the parameters that a JSF
XMLHttpRequest would have been sent with*" cannot hold up entirely due to
the limitations of the iframe method regarding header parameters.
Just my 2c, regarding the fileupload jsdocs.
Sorry for being nitpicky here, but this was one major issue I faced when I
did my implementation of the mechanism.
Werner
On Fri, Nov 2, 2012 at 7:51 PM, Edward Burns <edward.burns_at_oracle.com>wrote:
> Hello Volunteers (Pete Muir convinced me "Experts" isn't the right term),
>
> As mentioned in an earlier mail, I'm working on the RC1 of the Public
> Review Draft of the spec to give to you all. But before I get it out
> there, I want to send this single email saying that, whenever I get it
> out, and whenever you read it, I really need whatever feedback you have
> for JSF 2.2 to be all resolved by 30 November.
>
> If you've been sitting on a comment, now's the time to put it out there.
>
> Thanks,
>
> Ed
> --
> | edward.burns_at_oracle.com | office: +1 407 458 0017
> | homepage: | http://ridingthecrest.com/
>