Thanks Werner.
- Mamallan
On 7/27/2010 1:59 PM, Werner Punz wrote:
Am 27.07.10 22:52, schrieb [email protected]:
Hi,
From our Trinidad code (RequestQueue.js), I see we use
jsf.ajax.request() only for Facelets, is this intended behavior? In
other words, in a JSP page, for legacy partialSubmit = "true" requests,
does Trinidad intend to use jsf.ajax.request() or legacy code?
RequestQueue.js:
/ this._useJsfBuiltInAjaxForXhr = (_agent.useJsfAjax && typeof jsf !=
"undefined");
/Thanks
Mamallan
I cannot speak for Trinidad here just from a spec and impl point of
view of jsf.ajax request:
Actually the jsf.ajax scripts themselves are not facelets only.
The f:ajax tag is currently as the spec states all new tags will be
facelets only mandatory (jsp impls are optional though)
There is nothing which prevents the javascripts of jsf.ajax.request to
be used outside of facelets.
Werner