Re: Minneapolis Wicket Users Group

2007-10-02 Thread Craig Lenzen
Sounds like we have a hand full of people interested in a Minneapolis wicket meetup. AWESOME! That said does anyone have any proposals on date / location? -Craig Ryan Sonnek-2 wrote: Booyah! On 9/21/07, Dan Syrstad [EMAIL PROTECTED] wrote: On 9/21/07, Craig Lenzen [EMAIL PROTECTED

AjaxFallbackOrderByBorder not doing ajax

2007-09-08 Thread Craig Lenzen
I have to admit that I don't fully understand the ajaxfallback components, but I just switched over to AjaxFallbackOrderByBorder and it still seems to be making full requests instead of ajax requests. I assume I'm doing something stupidly wrong here, any help would be greatly appreciated. By

Re: AjaxFallbackOrderByBorder not doing ajax

2007-09-08 Thread Craig Lenzen
Sorry, disregard this posting, as I thought, I was doing something completely stupid, it helps to add the AjaxFallbackOrderByBorder component instead of the OrderByBorder component. -Craig Craig Lenzen wrote: I have to admit that I don't fully understand the ajaxfallback components, but I

DataView Refresh

2007-09-05 Thread Craig Lenzen
What is the best way to go about refreshing a DataView after an ajax request. Here is my situation, I have a page with a table on it backed by a DataView, the header of the page has a link that opens a modal window to add a new item to the underlying list. When the modal window closes the list

Re: AjaxButton value attribute

2007-09-04 Thread Craig Lenzen
add an attribute modifier that takes a model in your constructor or wherever. Regards, Carlos On 9/1/07, Craig Lenzen [EMAIL PROTECTED] wrote: Am I missing something here? Why doesn't the AjaxButton take a IModel that sets the value attribute like the normal Button component? I

AjaxButton value attribute

2007-09-01 Thread Craig Lenzen
Am I missing something here? Why doesn't the AjaxButton take a IModel that sets the value attribute like the normal Button component? I need to internationalize the button value (name), do I really need to override something like the onbeforerender method to add a AttributeModifier? -Craig --