Re: Ajax postcall handler does not get called every time

2008-05-21 Thread TonyVegas
*revive zombie* has any simple solution been found? I am dealing with the same issue. RobinShine wrote: > > Hi Matt, > > Thanks for your quick answer. Although in this simple case, it is enough > to only update the count label. However in my application, it is > necessary to update the wh

StringResourceModel parameter substitutions question

2008-04-09 Thread TonyVegas
Hi! When setting a string via StringResourceModel and using parameters, the default operation in Wicket for retreiving the parameters' strings is to call PropertyVariableInterpolator.getValue(final String variableName) within the localizer. This operation retreives the string by simply calling th

Re: DataPicker problem

2008-04-04 Thread TonyVegas
Did you include the JodaTime package into your project? lienok wrote: > > Hello, > > I am following book Enjoying web development with wicket, using Wicket > 1.3.2. > Everythink worked fine till I added form.add(quoteDate). > Please check code and stack trace below and let me know any advice

Re: Ajax enabled radiogroup

2008-03-26 Thread TonyVegas
We encountered problems with the new fix because it traverses 2 levels deep instead of 1. The effect was that in our project, the Radios didn't work either. So we did the traversal in the Java code: public abstract class CustomAjaxFormChoiceComponentUpdatingBehaviour extends AjaxFormChoiceCompon

Re: Ajax enabled radiogroup

2008-03-26 Thread TonyVegas
In which version is this fix being applied? We are running 1.3.2 and it seems not to be there. -Tony igor.vaynberg wrote: > > thank you for testing > > -igor > > > On Jan 14, 2008 1:43 PM, Martijn Lindhout <[EMAIL PROTECTED]> > wrote: >> ok, I did >> >> 1. a svn co http://svn.apache.org/re

JQueryBehaviour overwriting JQuery.js on ajaxcall

2008-03-19 Thread TonyVegas
Hello, we had a problem with JQueryBehaviour overwriting the JQuery.js on ajaxcalls and thus deleting references to JQuery objects. In our app, we have a JQuery Datepicker and some ajax loaded dropdowns with an attached JQuerybehaviour. Thus, when a dropdown was refreshed via ajax, the JQuery.js