Re: Any way to attach arbitrary data to SuggestOracle.Request? Functionality seems limited...

2012-07-15 Thread TimOnGmail
Thanks for the - ahem - Suggestion, Thomas. :-) I hadn't known about this functionality; the problem with it, in the codebase I'm working in, is that there is no standard among service calls (and the actual code doing the database queries within some EJBs) about how many rows of data are to be

Any way to attach arbitrary data to SuggestOracle.Request? Functionality seems limited...

2012-07-13 Thread TimOnGmail
Hey all... I was trying to find a way to substitute my own subclass of SuggestOracle.Request in a SuggestBox implementation. This seems impossible, as the creation of the Request object happens deep in the bowels of the SuggestBox framework. This is a problem - basically, we have a case

Re: Any way to attach arbitrary data to SuggestOracle.Request? Functionality seems limited...

2012-07-13 Thread Thomas Broyer
On Friday, July 13, 2012 10:36:57 PM UTC+2, TimOnGmail wrote: Hey all... I was trying to find a way to substitute my own subclass of SuggestOracle.Request in a SuggestBox implementation. This seems impossible, as the creation of the Request object happens deep in the bowels of the