It works since 6.14.0 ;)
Thanks a lot
--
View this message in context:
http://apache-wicket.1842946.n4.nabble.com/Error-loading-jQuery-JS-in-wicket-6-7-0-IE-tp4665308p4665354.html
Sent from the Users forum mailing list archive at Nabble.com.
Hi,
Since wicket 6.14, autocomplete component throw an error when positionning
autocomplete-menu.
TypeError: $(...).offset is not a function
In fact, in wicket-autocomplete.js (line 592), getPosition use $(obj)
instead of Wicket.$(obj) :
Maybe a can implement a workaround ? Or i need to wait
hi,
I'm really sorry, but I do not have time to make a quickstart :(
I think bug is really easy to fix :
line 592 of wicket-autocomplete.js
-- Wicket.$(obj) instead of $(obj)
If i open a JIRA (without quickstart, but with fix solution) is it possible
to fox it for 6.15 ? If no, how i can
I just opened a JIRA :
https://issues.apache.org/jira/browse/WICKET-5556
Thanks for quick fix
--
View this message in context:
http://apache-wicket.1842946.n4.nabble.com/Wicket-6-14-0-Error-in-autocomplete-component-tp4665355p4665358.html
Sent from the Users forum mailing list archive at
Hello,
I would like to know if someone can explain my problem :
- In production, when my application use wicket 6.7.0 everything is OK and
no error
- In production, when my appication use wicket 6.7.0 (6.12.0 actually)
everything is KO because Javascript are not loaded. In fact i have lots of
Any suggestion ? I have the same problem.
When i update my datefield with this behavior, my date is null.
Thanks,
Damien
--
View this message in context:
http://apache-wicket.1842946.n4.nabble.com/DateField-and-AjaxFormComponentUpdatingBehavior-in-wicket-1-5-5-tp4551607p4655258.html
Sent
Martin,
Do you have an idea of how many time it's take to have an analyze on my jira
?
Thanks a lot.
Damien
--
View this message in context:
http://apache-wicket.1842946.n4.nabble.com/6-4-0-Form-Ajax-and-HTTP-values-tp4655235p4655275.html
Sent from the Users forum mailing list archive at
Hi,
I have another problem with 6.4.0 and one of my form which has :
- 1 Form with
-- 1 Panel with 3 radio in a radiogroup
-- 1 Panel with some fields for custom filtering
- 1 AjaxButton which refresh full form (target.addComponent( form ) )
*In 1.5.8 :*
When I click on my AjaxButton
I took time to create a quickstart.
I've just opened a jira :
https://issues.apache.org/jira/browse/WICKET-4961
I think problem is with embedded forms, but there is nothing on migration
doc on it.
--
View this message in context:
Hi,
In Wicket 6.4.0 i have a problem with ChoiceFilter in my AbstractToolbar.
When I check render HTML i have :
select
id=form:blocListe:filter-form:lignes:radioGroup:table:topToolbars:toolbars:7:filters:8:filter:filter
onfocus=_filter_focus(this, 'form:blocListe:filter-formfocus');
Ok i will try.
I've just check in 1.5.8 and you right, there is a behavior in
renderComponentTag which create *onchange=this.form.submIt(); *But after,
there is another behavior which overwrite the onchange attribut with
something like *onchange=var
thanks, it works perfectly :)
--
View this message in context:
http://apache-wicket.1842946.n4.nabble.com/6-4-0-RadioColumn-event-in-dataTable-tp4655161p4655178.html
Sent from the Users forum mailing list archive at Nabble.com.
Hello,
I am trying to migrate from 1.5 to 6.4 wicket, and i have a problem with
dataTable and RadioColumn.
I have a RadioGroup with a dataTable :
RadioGroupS radioGroup = new RadioGroupS( radioGroup, new
PropertyModelS( CustomTable.this, selectionRadio ) );
radioGroup.add( datatable );
I
13 matches
Mail list logo