Werner Punz schrieb:
> [EMAIL PROTECTED] schrieb:
>> Hi,
>>
>>             I am using sandbox’s inputSuggestAjax tag. It is working
>> fine in my application. But the problem is if you are typing text in the
>> <s:inputSuggestAjax> field for every character typing its calling the
>> suggest method. At that time if I submit the form then it has to ignore
>> the previous requests. Is there any way to ignore the previous requests.
>>
>>  
> You cannot really influence the behavior easily (there is an internal
> mechanism however which has the state history of your component tree)
> but I would not roll back that one programmatically.
> The best bet is if you cannot live with this request pattern which is
> inherently ajax related, that you move away from the inputsuggestajax
> entirely and use the simple suggest control.
> 
> 
also another thing i forgot, if you fear losing values over the request
boundaries, you always can add a dialog system to your mix of
tools, which resolves such an issue
or work with the session.

Available dialog systems
seam, fusion, shale dialog, spring webflow


Reply via email to