Actually the desired queue size can differ with
each use case, so this was meant to define the
number of queue elements this special request
tolerates before throwing one out, so f:ajax/
jsf.ajax.request could be the right place to put it.
Maybe "queue" would be nicer and more compact than
"queuesize".
Best regards,
Ganesh
3. queuesize: The 2.0 spec specifies an unlimited ajax queue,
though
for most usages a queue size of 1 is appropriate. This param makes
the queue size configurable. Follow up requests would replace prior
request if the queue is full.
I'm not sure this is appropriate for an f:ajax tag attribute. It sets a
application-wide flag for Ajax behaviors (correct?), and is not specific
to the Ajax request to which the f:ajax tag is assocated.