vaynberg wrote:
>>
>> you can use AjaxRequestTarget.get() to see if an ajax request is being
>> processed.
>>
>> -igor
>>
>> On Mon, Jul 27, 2009 at 5:41 AM, Vladimir K wrote:
>>>
>>> Could anyone shed light on that?
>>> --
>&
ubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>
>
>
--
View this message in context:
http://www.nabble.com/How-to-determine-which-behavior-corresponds-to-the-currently-handled--request-target-tp24635282p2468
you can use AjaxRequestTarget.get() to see if an ajax request is being
processed.
-igor
On Mon, Jul 27, 2009 at 5:41 AM, Vladimir K wrote:
>
> Could anyone shed light on that?
> --
> View this message in context:
> http://www.nabble.com/How-to-determine-which-behavior-cor
Could anyone shed light on that?
--
View this message in context:
http://www.nabble.com/How-to-determine-which-behavior-corresponds-to-the-currently-handled--request-target-tp24635282p24680015.html
Sent from the Wicket - User mailing list archive at Nabble.com
I'm trying to design a joda time based DateTime field. There are two reasons
- I use joda time only
- I have to wire tree components - start date, finish date and duration, so
I have to add
I managed to get it working but I'm concerned about the approach I took. So
please critics are welcome. Be