Hi,
I use approach 1) for WicketStuff-DataTables:
https://github.com/wicketstuff/core/blob/6f5413194927b80ebe9b074dfe769e38ed9d8b74/datatables-parent/datatables/src/main/java/org/wicketstuff/datatables/themes/BootstrapTheme.java
By using optional dependencies on wicket-webjars and
Take a look at AjaxChannel's:
https://ci.apache.org/projects/wicket/apidocs/6.x/org/apache/wicket/ajax/AjaxChannel.html
. I think this might be somethign for you:
https://ci.apache.org/projects/wicket/apidocs/6.x/org/apache/wicket/ajax/AjaxChannel.Type.html#DROP
--
View this message in context:
Thanks for the pointer... I guess that's just one part of the thing as page
will still be blocked by previous request ate server side
On Thu, Jan 14, 2016 at 11:24 AM, niestroj wrote:
> Take a look at AjaxChannel's:
>
>
Hi,
- this is wrong.
cannot have wicket:id, i.e. it cannot be used to connect HTML to Java
component.
The HTML should be like:
Martin Grigorov
Wicket Training and Consulting
https://twitter.com/mtgrigorov
On Wed, Jan 13, 2016 at 9:32 AM, Ilia
Hi Martin it's work.
Thanks
François
Le 14 janv. 2016 à 23:30, Martin Grigorov a écrit :
> @Francois: Please try with latest 7.2.0-SNAPSHOT
>
> Martin Grigorov
> Wicket Training and Consulting
> https://twitter.com/mtgrigorov
>
> On Thu, Jan 14, 2016 at 10:59
@Francois: Please try with latest 7.2.0-SNAPSHOT
Martin Grigorov
Wicket Training and Consulting
https://twitter.com/mtgrigorov
On Thu, Jan 14, 2016 at 10:59 PM, Francois Meillet <
francois.meil...@gmail.com> wrote:
> Thnaks I override updateAjaxAttributes for the time being
> François
>
>
>
>
>
On Thu, Jan 14, 2016 at 9:54 PM, Sven Meier wrote:
> Hi Francois,
>
> you'll have to add the following to the
> AjaxFormChoiceComponentUpdatingBehavior:
>
> @Override
> protected void updateAjaxAttributes(AjaxRequestAttributes
> attributes)
>
Hi,
the project's name is a pun on "WKT"
(https://en.wikipedia.org/wiki/Well-known_text),
thus I assume that the project owner has absolutely no knowledge of our
"Wicket".
Have fun
Sven
On 14.01.2016 19:30, Mihir Chhaya wrote:
Hello Wicket Leads,
You might be already aware of this; but
Hi Francois,
you'll have to add the following to the
AjaxFormChoiceComponentUpdatingBehavior:
@Override
protected void updateAjaxAttributes(AjaxRequestAttributes
attributes)
{
super.updateAjaxAttributes(attributes);
Ernesto,
I've done a simple behavior that I add to the select2 component when needed.
public class Select2CssBehavior extends Behavior {
/** serialVersionUID. */
private static final long serialVersionUID = 1L;
/** Select2 CSS for bootstrap. */
private static final
Hello Wicket Leads,
You might be already aware of this; but there is javascript library project
called 'Wicket'. Here is the link: http://arthur-e.github.io/Wicket/
Github link: https://github.com/arthur-e/Wicket
It is not Apache Wicket, but it is strange someone would use name so close.
Thnaks I override updateAjaxAttributes for the time being
François
Le 14 janv. 2016 à 22:16, Martin Grigorov a écrit :
> On Thu, Jan 14, 2016 at 9:54 PM, Sven Meier wrote:
>
>> Hi Francois,
>>
>> you'll have to add the following to the
>>
12 matches
Mail list logo