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] wrote:
 
 
  Any interest in a Wicket User Group meeting in Minneapolis?


 Count me in!

 Register here,  http://cwiki.apache.org/WICKET/community-meetups.html
  http://cwiki.apache.org/WICKET/community-meetups.html
 

 
 

-- 
View this message in context: 
http://www.nabble.com/Minneapolis-Wicket-Users-Group-tf4499637.html#a13003448
Sent from the Wicket - User mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [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 the way, I'm used 1.3 beta 3 if that matters.

Thanks
Craig 
-- 
View this message in context: 
http://www.nabble.com/AjaxFallbackOrderByBorder-not-doing-ajax-tf4407826.html#a12575202
Sent from the Wicket - User mailing list archive at Nabble.com.


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



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 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 the way, I'm used 1.3 beta 3 if that matters.
 
 Thanks
 Craig 
 

-- 
View this message in context: 
http://www.nabble.com/AjaxFallbackOrderByBorder-not-doing-ajax-tf4407826.html#a12575235
Sent from the Wicket - User mailing list archive at Nabble.com.


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



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 should
refresh with the new row.

I have an reference to the DataView object and I can add it to the
AjaxRequestTarget but that doesn't trigger a refresh.  I could simply call
setItemsPerPage with the original value but is there a better way.  If I
were to extend the DataView it would be nice to provide some sort of refresh
method.

-Craig 
-- 
View this message in context: 
http://www.nabble.com/DataView-Refresh-tf4387125.html#a12507801
Sent from the Wicket - User mailing list archive at Nabble.com.


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



Re: AjaxButton value attribute

2007-09-04 Thread Craig Lenzen

I agree Igor, this is a much better way to internationalize an attribute,
which keeps the model open for the component.

Thanks
Craig


igor.vaynberg wrote:
 
 input type=button wicket:id=ajaxbutton value=preview
 wicket:message=value:key/
 
 i believe that is the syntax for internatianalyzing attributes. yes it is
 a
 bit inconsistent, but if anything i would like the button to not use its
 model and let me put in there a model i can use in onsubmit(). just my two
 cents.
 
 -igor
 
 
 On 9/1/07, Carlos Pita [EMAIL PROTECTED] wrote:

 Why would you override onBeforeRender to do that? Just 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 need to internationalize the button value (name), do I really need to
  override something like the onbeforerender method to add a
  AttributeModifier?
 
  -Craig
  --
  View this message in context:
 
 http://www.nabble.com/AjaxButton-value-attribute-tf4366376.html#a12445623
  Sent from the Wicket - User mailing list archive at Nabble.com.
 
 
  -
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, e-mail: [EMAIL PROTECTED]
 
 

 
 

-- 
View this message in context: 
http://www.nabble.com/AjaxButton-value-attribute-tf4366376.html#a12489033
Sent from the Wicket - User mailing list archive at Nabble.com.


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



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
-- 
View this message in context: 
http://www.nabble.com/AjaxButton-value-attribute-tf4366376.html#a12445623
Sent from the Wicket - User mailing list archive at Nabble.com.


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