small library to unit test Wicket pages

2009-11-08 Thread Kent Tong
Dear all, I've made a small library to unit test Wicket pages: It launches Jetty to run your webapp in-process and launches the Selenium client. Then you inject POJO mock objects into @SpringBean annotated fields and use the Selenium client to drive your page. Why I think it is useful? * The

Re: wicketstuff.org down?

2009-11-08 Thread Ilja Pavkovic
Dear Martijn, THE server had been moves to another ip. I havent had time to update dns perhaps you can tell us the ip so I am able to use the maven repository while the dns update is not yet synchronized with the rest of the dns world? Best regards, Ilja Pavkovic On Saturday,

Re: wicketstuff.org down?

2009-11-08 Thread Johan Compagner
193.46.80.204 On Sun, Nov 8, 2009 at 10:46, Ilja Pavkovic ilja.pavko...@binaere-bauten.de wrote: Dear Martijn, THE server had been moves to another ip. I havent had time to update dns perhaps you can tell us the ip so I am able to use the maven repository while the dns update is not yet

Re: wicketstuff.org down?

2009-11-08 Thread Ilja Pavkovic
Hi, 193.46.80.204 thanks. For maven you can create a file ~/.m2/settings.xml with the following content: settings mirrors mirror idWicketStuff/id namewicketstuff dns problem/name urlhttp://193.46.80.204/maven/repository/url mirrorOfWicketStuff/mirrorOf

Scopes in Wicket Application

2009-11-08 Thread sakthi vel
Hello, What are the scopes in wicket application much like four different scopes(request, page, session, application) in jsp.

User count

2009-11-08 Thread sakthi vel
Hello, How to maintain the user hit (number of visitors) to the application without using the database.

Re: User count

2009-11-08 Thread Martin Makundi
Use some free statistics service like google analytics or similar. ** Martin 2009/11/8 sakthi vel vela@gmail.com: Hello, How to maintain the user hit (number of visitors) to the application without using the database.

Re: Scopes in Wicket Application

2009-11-08 Thread Martin Makundi
Wicket is built on servlet model so it should be the same. ** Matin 2009/11/8 sakthi vel vela@gmail.com: Hello, What are the scopes in wicket application much like four different scopes(request, page, session, application) in jsp.

Re: Wicket vs. CKEditor/FCKEditor Java integration

2009-11-08 Thread Muro Copenhagen
Thanks for the swift answer... Best Regards Muro On Fri, Nov 6, 2009 at 3:16 PM, Roman Ilin roman.i...@gmail.com wrote: There is good TinyMCE component in wicket. http://wicketstuff.org/confluence/display/STUFFWIKI/wicket-contrib-tinymce On Fri, Nov 6, 2009 at 3:13 PM, Muro Copenhagen

Re: Help me with setting up Ubuntu, NetBeans, Maven2, Wicket, Jetty and Google App Engine

2009-11-08 Thread Piotr Tarsa
Well, I'm playing with GAE and Wicket for couple of days and I see that without official Maven2 support, developing using it gives too much trouble for me. I've downloaded http://kenai.com/projects/nbappengine/pages/Home (NetBeans support for Google App Engine) and it's very convenient. I've

Re: wicketstuff.org down?

2009-11-08 Thread Martijn Dashorst
dns has been updated (about an hour ago) so things should get back to working order soon as the update trickles through internet. Martijn On Sat, Nov 7, 2009 at 11:40 PM, Martijn Dashorst martijn.dasho...@gmail.com wrote: THE server had been moves to another ip. I havent had time to update dns

Re: wicketstuff.org down?

2009-11-08 Thread Janos Cserep
http://wicketstuff.org/maven/repository says now: Service Temporarily Unavailable The server is temporarily unable to service your request due to maintenance downtime or capacity problems. Please try again later. 2009/11/8 Martijn Dashorst martijn.dasho...@gmail.com: dns has been updated

Re: Scopes in Wicket Application

2009-11-08 Thread Jeremy Thomerson
Basically the same. -- Jeremy Thomerson http://www.wickettraining.com On Sun, Nov 8, 2009 at 7:34 AM, sakthi vel vela@gmail.com wrote: Hello, What are the scopes in wicket application much like four different scopes(request, page, session, application) in jsp.

Re: Wicket and JQuery

2009-11-08 Thread Martin Makundi
Hi.. I came across jquery live or livequery. That might work better with wicket, I'll look more into that. Basically the idea is that the event handlers are standalone and if you replace a dom element with another, the events will still work if the new element matches the event specification (id,

Re: getCallbackUrl question

2009-11-08 Thread Eyal Golan
Any one ?

Wicket rocks

2009-11-08 Thread Andrew Fowler
Hi ! I've been evaluating wicket for the past month, and I'm absolutely thrilled by it. It's the coolest piece of kit I've come across in the last few years. Having been working with struts1 for the last 7 years, wicket is like ... like a revelation. Thanks too all those out there supporting the

Re: getCallbackUrl question

2009-11-08 Thread vineet semwal
i have not used wiquery but I do the same in such cases , in some cases i attach the placeholder for components in panel constructor and replace them in onbeforerender component.getPage() inside panel constructor is wrong because panel is attached after instantiation, -- regards, Vineet Semwal

ModalWindow best practice - panel or page?

2009-11-08 Thread Anthony DePalma
Is there a performance benefit for using one way rather than the other? This stemmed from a problem I encountered with cross domain scripting and I've been weighing the pros and cons against panels and pages. On the negative side I need a new page hierarchy since I can't reuse the original layout

RE: dynamic components

2009-11-08 Thread Frank Silbermann
Create a panel with dummy components (e.g. Label components where the label is an empty string). Later you can replace one or more of the components. One complication is that some wicket components (e.g. Image) need to be attached to specialized HTML. However, the basic principle still stands.

Re: Scopes in Wicket Application

2009-11-08 Thread Jonathan Locke
except they are type-safe. also, there is component scope. jthomerson wrote: Basically the same. -- Jeremy Thomerson http://www.wickettraining.com On Sun, Nov 8, 2009 at 7:34 AM, sakthi vel vela@gmail.com wrote: Hello, What are the scopes in wicket application much like

Re: model update in moveuplink and movedownlink onclick

2009-11-08 Thread wicketnewuser
I solved the problem. I was't putting target.addComponent. Just for reference,here is how it looks now . public final AjaxSubmitLink moveDownMasterChainLink(final String id, final ListItemT item, MasterChainListForm form) { return new AjaxSubmitLink(id)

Re: Proposal: TabbedPanel variant that does all the work on the client

2009-11-08 Thread spam2...@meeque.de
Thanks for the advice Mike! You should: 1. Get a sourceforge account. 2. Request on d...@wicket.apache.org to be given commit access to the wicketstuff repository. I think 'wicketstuff-minis' might be the most suitable place for your code since it is fairly small. [...] For now, I

Re: Proposal: TabbedPanel variant that does all the work on the client

2009-11-08 Thread spam2...@meeque.de
Hi Ernesto, Is your implementation using jQuery? Then maybe you should try to contact someone behind some of the jQuery-Wicket related projects out there and see if your component could feet on one of those projects. Yes, right now it's using jQuery. I'll have a look at jQuery-Wicket, and

Re: FormTester not working in Cheesr (Wicket In Action) update to 1.4.3

2009-11-08 Thread PhilipJohnson
Here's the fix: select the state as follows: formTester.select(state-wmc:state, 1); -- View this message in context: http://old.nabble.com/FormTester-not-working-in-Cheesr-%28Wicket-In-Action%29-update-to-1.4.3-tp26248438p26259781.html Sent from the Wicket - User mailing list archive at

Re: Absolute static file references

2009-11-08 Thread Anna Lee
Jonathan Locke wrote: it's pure common sense. don't prematurely optimize is just a version of don't fix what ain't broke. luther.baker wrote: Thanks Igor. We're not having performance issues. I'm just mapping what we traditionally do to Wicket. I did come across

Re: Absolute static file references

2009-11-08 Thread Jeremy Thomerson
Hi all, I am a new member of forum. Would a newcomer be warmly welcome here? Good day you guys!!! New members always welcome. It's much better to start a new thread for each topic, though, rather than add to one (especially completely off-topic). This is a very high traffic list and your

Combination CompoundPropertyModel and ChoiceRenderer on DropDownChoice gives problems

2009-11-08 Thread Ann Baert
I've created a jira issue with more information and an example for this problem: https://issues.apache.org/jira/browse/WICKET-2565 DISCLAIMER http://www.tvh.com/newen2/emaildisclaimer/default.html This message is delivered to all addressees subject to the conditions set forth in the

Re: Resource leaks for CSS and IMG tags

2009-11-08 Thread PDiefent
No, it seems not to be this issue. The *.css files and the images are located in separate folders 'styles' and 'images' at the same location where the WEB-INF folder is located. There are no jar files including the resources. I've tested the work around but the problem still exists. Peter