Re: Wicket Example

2017-11-21 Thread Martin Grigorov
I've reworked the Docker image creation so now the examples are deployed as ROOT.war I've also created https://issues.apache.org/jira/browse/INFRA-15525 because new versions of the Docker images do not update the examples VM. Martin Grigorov Wicket Training and Consulting

Re: Wicket Example

2017-11-18 Thread Andrea Del Bene
If the problem mainly concerns the user guide, we can consider also to fix the links with the new url. On 18/11/2017 06:12, Martin Grigorov wrote: This can be fixed in wicket-examples/pom.xml:

Re: Wicket Example

2017-11-17 Thread Martin Grigorov
This can be fixed in wicket-examples/pom.xml: https://github.com/apache/wicket/blob/01e76cf5e6f13962af0b336f7d02e256cb0ea68e/wicket-examples/pom.xml#L301-L303 wicket-examples.war should be renamed to ROOT.war before being copied to /usr/local/tomcat/webapps I don't see a way to do it with

RE: Wicket Example

2017-11-17 Thread Chris Colman
I just noticed this link is also down at the moment: http://examples6x.wicket.apache.org/ajax/tabbed-panel but if you go to: http://examples6x.wicket.apache.org/wicket-examples/index.html and click 'Ajax' then 'Tabbed Panel' you arrive a working tabbed-panel page:

Re: Wicket Example

2017-10-30 Thread Maxim Solodovnik
Maybe you need to confirm "unsubscribe"? Please check your Spam folder On Tue, Oct 31, 2017 at 3:50 AM, Douglas Ferguson < doug...@douglasferguson.us> wrote: > How do I get off this list? > > I've emailed users-unsubscr...@wicket.apache.org and I'm still on it. > > Could be an email alias

Re: Wicket Example

2017-10-30 Thread Douglas Ferguson
How do I get off this list? I've emailed users-unsubscr...@wicket.apache.org and I'm still on it. Could be an email alias thing. Can anybody help? ᐧ On Mon, Oct 30, 2017 at 3:49 PM, Andrea Del Bene wrote: > hi, > > use

Re: Wicket Example

2017-10-30 Thread Andrea Del Bene
hi, use http://examples7x.wicket.apache.org/wicket-examples/index.html Thank you for pointing that out, I'm fixing the link. On 30/10/2017 21:00, Mihir Chhaya wrote: Hello, Live Examples link on https://wicket.apache.org/ is throwing 404 error. Could anybody please direct me to working

Re: wicket example Simple tree

2010-02-27 Thread fachhoch
I mean links to show popups, like modal window , or file download etc ? fachhoch wrote: is it possible to put Ajaxlinks in tree nodes ? -- View this message in context: http://old.nabble.com/wicket-example-Simple-tree-tp27730550p27730594.html Sent from the Wicket - User mailing list

Re: wicket example Simple tree

2010-02-27 Thread Sven Meier
Sure, see LinkTree and #setLinkType(). Sven * *fachhoch wrote: I mean links to show popups, like modal window , or file download etc ? fachhoch wrote: is it possible to put Ajaxlinks in tree nodes ? - To

Re: wicket example Simple tree

2010-02-27 Thread fachhoch
here the code from wicket examples private void add(DefaultMutableTreeNode parent, List sub) { for (Iterator i = sub.iterator(); i.hasNext();) { Object o = i.next(); if (o instanceof List) { DefaultMutableTreeNode child

Re: wicket example Simple tree

2010-02-27 Thread Sven Meier
This code from the example is just building the tree model - no place for Wicket components yet. Creating an AjaxLink comes later, when the tree nodes are represented by Wicket components - see AbstractTree#newLinkComponent(). Sven fachhoch wrote: here the code from wicket examples

Re: wicket example Simple tree

2010-02-27 Thread fachhoch
is there any example of adding links to LinkTree ? svenmeier wrote: This code from the example is just building the tree model - no place for Wicket components yet. Creating an AjaxLink comes later, when the tree nodes are represented by Wicket components - see

Re: Wicket example on Ajax - Modal window not working

2008-07-28 Thread Piller Sébastien
We need more info please paste your code and tell us where is the error mabel25 a écrit : Hi, I have downloaded the wicket examples and they work. However, when i copy and paste the exact same code for the Modal window to my project in Eclipse, the codes do not work again. The error

Re: Wicket example on Ajax - Modal window not working

2008-07-28 Thread mabel25
Hi, I have attached my source code and the error window. Thanks! Pills wrote: We need more info please paste your code and tell us where is the error mabel25 a écrit : Hi, I have downloaded the wicket examples and they work. However, when i copy and paste the exact same code for

Re: Wicket example on Ajax - Modal window not working

2008-07-28 Thread Paul Logasa Bogen II
The .java and .html in your project would be far more useful then the final .html emitted by Wicket. Thanks, plb mabel25 wrote: Hi, I have attached my source code and the error window. Thanks! Pills wrote: We need more info please paste your code and tell us where is the error

Re: Wicket example on Ajax - Modal window not working

2008-07-28 Thread Igor Vaynberg
are you using wicket 1.2? -igor On Mon, Jul 28, 2008 at 2:18 AM, mabel25 [EMAIL PROTECTED] wrote: Hi, I have attached my source code and the error window. Thanks! Pills wrote: We need more info please paste your code and tell us where is the error mabel25 a écrit : Hi, I have

Re: Wicket Example

2007-10-09 Thread anita nichols
Thanks On 10/8/07, Nino Saturnino Martinez Vazquez Wael [EMAIL PROTECTED] wrote: instead of doing that, i'd suggest that you call the archetype correctly with the right parameters then you should not need to change anything afterwards : mvn *archetype*:create