Re: Wicket Example

2017-11-21 Thread Martin Grigorov
to: >>> >>> http://examples6x.wicket.apache.org/wicket-examples/index.html >>> >>> and click 'Ajax' then 'Tabbed Panel' you arrive a working tabbed-panel >>> page: >>> >>> http://examples6x.wicket.apache.org/wicket-examples/ajax/tabbed-panel

Re: Wicket Example

2017-11-18 Thread Andrea Del Bene
ose older URLs so that links in SO and other wicket example pages on the web don't throw 404s? -Original Message- From: Mihir Chhaya [mailto:mihir.chh...@gmail.com] Sent: Tuesday, 31 October 2017 7:01 AM To: users@wicket.apache.org Subject: Wicket Example Hello, Live Examples link on ht

Re: Wicket Example

2017-11-17 Thread Martin Grigorov
ing tabbed-panel > page: > > http://examples6x.wicket.apache.org/wicket-examples/ajax/tabbed-panel > > but the URL is different to the above so it looks like the URL has > changed slightly. > > Any chance of adding a redirect for those older URLs so that links in SO > and other wicket example page

RE: Wicket Example

2017-11-17 Thread Chris Colman
://examples6x.wicket.apache.org/wicket-examples/ajax/tabbed-panel but the URL is different to the above so it looks like the URL has changed slightly. Any chance of adding a redirect for those older URLs so that links in SO and other wicket example pages on the web don't throw 404s? > -Original Message- >

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

Wicket Example

2017-10-30 Thread Mihir Chhaya
Hello, Live Examples link on https://wicket.apache.org/ is throwing 404 error. Could anybody please direct me to working link? Thanks, -Mihir.

Re: pageablelistview is giving out of memory exception while loading more than 70000 records wicket example

2012-05-14 Thread Martin Grigorov
Hi, Options: 1) decrease the number of shown items. 70k is way too much information for a single page 2) use lighter model objects 3) increase your JVM max memory (-Xmx) On Mon, May 14, 2012 at 9:06 AM, raju.ch raju.challagun...@gmail.com wrote: Hi all, When loading more than 7 records

Re: pageablelistview is giving out of memory exception while loading more than 70000 records wicket example

2012-05-14 Thread raju.ch
Sorry that I didn't give the proper information, actually we are showing 10 records per page and the size of the list is 7 which we are passing to PageableListview..It seems listview is loading all 7 items at once..and each request it probably might iterating the List..so I think loading

Re: pageablelistview is giving out of memory exception while loading more than 70000 records wicket example

2012-05-14 Thread raju.ch
- Can you please provide a sample of LoadableDetachModel? -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/pageablelistview-is-giving-out-of-memory-exception-while-loading-more-than-7-records-wicket-exame-tp4631614p4631794.html Sent from the Users forum mailing

Re: pageablelistview is giving out of memory exception while loading more than 70000 records wicket example

2012-05-14 Thread Thomas Götz
https://cwiki.apache.org/WICKET/detachable-models.html -Tom raju.ch wrote: - Can you please provide a sample of LoadableDetachModel? - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands,

Libraries files for Dojo-Wicket example

2012-03-26 Thread Maaz Muqri
Hi, Can anyone guide me where can be the JAR libraries of example source code ? http://wicketstuff.org/wicketdojo13/?wicket:bookmarkablePage=%3Aorg.wicketstuff.dojo.examples.floatingpane.FloatingPaneShower Below are the Libraries I can't locate in an example for Floating Pane Dojo and Wicket:

wicket example Simple tree

2010-02-27 Thread tubin gen
is it possible to put Ajaxlinks in tree nodes ?

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
commands, e-mail: users-h...@wicket.apache.org -- View this message in context: http://old.nabble.com/wicket-example-Simple-tree-tp27730550p27731004.html Sent from the Wicket - User mailing list archive at Nabble.com

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
commands, e-mail: users-h...@wicket.apache.org -- View this message in context: http://old.nabble.com/wicket-example-Simple-tree-tp27730550p27731730.html Sent from the Wicket - User mailing list archive at Nabble.com

try wicket example 1.4.3

2009-11-13 Thread Jack He
Hi, I tried auto complete example locally (under tomcat in windows), but isn't presented with any auto complete suggestions. Maybe the example losts data ? Who can help me? Thanks !

try wicket example

2009-11-13 Thread Jack He
Hi, I tried auto complete example locally (under tomcat in windows), but isn't presented with any auto complete suggestions. Maybe the example losts data ? Who can help me? Thanks !

Wicket example on Ajax - Modal window not working

2008-07-28 Thread mabel25
in context: http://www.nabble.com/Wicket-example-on-Ajax---Modal-window-not-working-tp18686218p18686218.html Sent from the Wicket - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED

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
] For additional commands, e-mail: [EMAIL PROTECTED] http://www.nabble.com/file/p18686738/Code.txt Code.txt http://www.nabble.com/file/p18686738/Javascript%2BError.jpg -- View this message in context: http://www.nabble.com/Wicket-example-on-Ajax---Modal-window-not-working-tp18686218p18686738.html

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
://www.nabble.com/Wicket-example-on-Ajax---Modal-window-not-working-tp18686218p18686738.html Sent from the Wicket - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e

Re: Questions for permission of using the design of wicket-example

2008-01-24 Thread Martijn Dashorst
On 1/23/08, Tsutomu Yano [EMAIL PROTECTED] wrote: I understand that the the name Apache Wicket may be under a kind of protection. So We will wait your answer about the WICKET logo. The answer was drumrol silence. This means that the way I suggested things didn't trigger a negative

Re: Questions for permission of using the design of wicket-example

2008-01-24 Thread Tsutomu Yano
OK, I understand that. We will not use the logo on our website, but only the design. However, could I use the circle image between 'Apache' and 'Wicket'? Only the simbol mark, which do not include the word 'Apache Wicket' and 'example'? - Tsutomu YANO

Re: Questions for permission of using the design of wicket-example

2008-01-24 Thread Tsutomu Yano
However, could I use the circle image between 'Apache' and 'Wicket'? Only the simbol mark, which do not include the word 'Apache Wicket' and 'example'? Oh, sorry. You already have answered this question on your first post... If you want to go forward quickly, you could use the design,

Re: Questions for permission of using the design of wicket-example

2008-01-21 Thread Johan Compagner
of your 'wicket- example' like http://www.wicketstuff.org/wicket13/captcha/ . May I do that? 2. Can we use your Wicket Logo mark on our site? or is it under any kind of protections? If it is possible, we would like to put the logo mark on our top page. Thank you

Re: Questions for permission of using the design of wicket-example

2008-01-21 Thread Peter Thomas
that the members of wicket team will read this message... Our questions: 1. We would like to make our pages visually 'wicket-like'. So we would like to use the design and background images of your 'wicket- example' like http://www.wicketstuff.org/wicket13/captcha/ . May I do

Re: Questions for permission of using the design of wicket-example

2008-01-21 Thread Martijn Dashorst
to make our pages visually 'wicket-like'. So we would like to use the design and background images of your 'wicket- example' like http://www.wicketstuff.org/wicket13/captcha/ . May I do that? 2. Can we use your Wicket Logo mark on our site? or is it under any kind of protections

Re: Questions for permission of using the design of wicket-example

2008-01-21 Thread Martijn Dashorst
On 1/21/08, Peter Thomas [EMAIL PROTECTED] wrote: Oh and by the way I noticed a poll on the Spring front page: http://www.springframework.org/ that asks the question which web templating framework do you use and Wicket is one of the choices :) And of course the poll is rather skewed... Who

Re: Questions for permission of using the design of wicket-example

2008-01-21 Thread Peter Thomas
On 1/21/08, Martijn Dashorst [EMAIL PROTECTED] wrote: On 1/21/08, Peter Thomas [EMAIL PROTECTED] wrote: Oh and by the way I noticed a poll on the Spring front page: http://www.springframework.org/ that asks the question which web templating framework do you use and Wicket is one of the

Re: Questions for permission of using the design of wicket-example

2008-01-20 Thread Martijn Dashorst
Hi, It is great to hear that Wicket is popular in Japan! With your questions you ask some difficult ones :) I'll forward your question to the appropriate people within the Apache foundation. It will take some time to get an answer back. So this is not a no or a yes answer, but a wait for an

Questions for permission of using the design of wicket-example

2008-01-20 Thread Tsutomu Yano
and background images of your 'wicket- example' like http://www.wicketstuff.org/wicket13/captcha/ . May I do that? 2. Can we use your Wicket Logo mark on our site? or is it under any kind of protections? If it is possible, we would like to put the logo mark on our top page. Thank you

Re: Wicket Example

2007-10-09 Thread anita nichols
-beta3 -DgroupId=com.anitascompany -DartifactId=bestprojectever and replace com.anitascompany and bestprojectever with whater gives best meaning for you. anita nichols wrote: Ok I have my wicket 1.3 running smoothly, how do try the wicket example? Do I need to remove all the files from

Wicket Example

2007-10-08 Thread anita nichols
Ok I have my wicket 1.3 running smoothly, how do try the wicket example? Do I need to remove all the files from com.mycompany folder? or can I just create a new one and redirect the page to my new application? how to redirect? Thanks, Anita

Re: WicketTester and Page parameters Wicket Example Unit tests?

2007-09-12 Thread wicket user
Hi Martijn, Thanks for the response, I've had a look at the wickettester tests that are available and they certainly are useful it was more along the lines of the specific examples. I was just thinking that there would have been a lot less questions from me if there were tests in the examples. If

Re: WicketTester and Page parameters Wicket Example Unit tests?

2007-09-12 Thread wicket user
://www.nabble.com/WicketTester-and-Page-parameters---Wicket-Example-Unit-tests--tf4424879.html#a12638428 Sent from the Wicket - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

WicketTester and Page parameters Wicket Example Unit tests?

2007-09-11 Thread wicket user
Ok, Two questions really: 1) I've got a page that gets hit by an outside credit card merchant once they have validated the card, they post me my transaction ID along with a whole host of other parameters. Getting them from the request is easy in the page itself but trying to unit test it is

Re: WicketTester and Page parameters Wicket Example Unit tests?

2007-09-11 Thread Martijn Dashorst
I'll leave 1 for others. re: 2. The wicket examples sources are part of the wicket distribution. You can find them in src/jdk-1.5/wicket-examples There are tests available, but afaik they are jwebunit tests, and scheduled to be replaced with WicketTester due to the fact that jwebunit is now GPL