I guess I just needed some time away from the computer to figure this one
out. After looking at it this morning I found my error. In the
AjaxFormComponentUpdatingBehavior I was setting the table equal to a new
DefaultDataTable when I should have been using table.replaceWith(new
DataTable).

Thanks

T

Timo Rantalaiho wrote:
> 
> 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]
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Ajax-update-DefaultDataTable-using-textfield-tp19906974p19920718.html
Sent from the Wicket - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to