On Thu, 09 Oct 2008, taygolf wrote: > Basically what I want to do is have a textfield on my page. when the user > types a letter in the textfield I want to take that letter and update the > query that I send to my dataprovider. The dataprovider will then update the > DefaultDataTable. > > I have place the DefaultDataTable in a WebMarkupContainer and I am updating > the query and then calling then setting the DefaultDataTable to the new > provider and the adding the WebMarkupContainer to the target of the > AjaxFormComponentUpdatingBehavior but it does not seem to want to work. All > of this is in a panel which might be causing some issues I am not sure.
It should be fine, we've done something like this using DataView (for easier customising). To help you it would be important to have the problem in a runnable quickstart (or at least see the code). Best wishes, Timo -- Timo Rantalaiho Reaktor Innovations Oy <URL: http://www.ri.fi/ > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
