[EMAIL PROTECTED] schrieb:
> In my bean method to manipulate the suggested list takes some time. So
> for each request the bean method is called then the performance of my
> application will be degraded. So is there any way to send the request to
> the server after 1 second from the user stops typing text?
> 
actually i do not think it has such a feature, because javascript itself
cannot easily determine whether a user has stopped typing
the best bet for you probably is, to set the value of characters when
the suggest should start to trigger to a higher value.
I do not know the input suggest good enough to know whether it has such
an attribute,
but the table suggest definitely has it
(in table suggest ist is the startRequest="numberofkeystrokes"  parameter)

Reply via email to