Re: Convention for classes name

2010-06-06 Thread Sigmar Muuga
*Page, *Form and *Panel are the best choices out there! You are on the right way, good luck! Sigmar On Sat, Jun 5, 2010 at 11:52 PM, James Carman ja...@carmanconsulting.comwrote: Are you Hungarian? On Sat, Jun 5, 2010 at 4:06 PM, Erdinc kocam...@yahoo.com wrote: I add PG prefix to page

Re: Guice Wicket Guice Proxy

2010-06-06 Thread nino martinez wael
im still working on the quickstart.. So far I've been unable to replicate.. I'll continue tomorrow 2010/6/5 nino martinez wael nino.martinez.w...@gmail.com: I was too quick to say it worked, as it appears it does not. I'll try to make a quickstart based on legup, where should I put it? Just on

jWicket Drag'n'Drop

2010-06-06 Thread Sebastian Gabriel
Hello, I am trying to build a drag and drop component, which display three different list and the user should be able to move the listeitems between the different lists. I have the lists and I'm able to move the items to other lists where they also be displayed. My problem is when I drop a

Re: Can I develop without recompiling/restarting after every change?

2010-06-06 Thread John Krasnay
On Sun, Jun 06, 2010 at 08:54:18AM +1200, b...@actrix.gen.nz wrote: If you study the effects of adding resource paths in Wicket then you will find that both methods will co-exist, not negate each other as you write. Yes, I understand that. But you have to put the markup for each component

RE: jWicket Drag'n'Drop

2010-06-06 Thread Stefan Lindner
Hallo, what exactly do you mean with cloned? Stefan -Ursprüngliche Nachricht- Von: Sebastian Gabriel [mailto:sebastian.gabr...@hs-augsburg.de] Gesendet: Sonntag, 6. Juni 2010 13:49 An: users@wicket.apache.org Betreff: jWicket Drag'n'Drop Hello, I am trying to build a drag and drop

Re: strange ClassCastException in wicketstuff-push

2010-06-06 Thread Ingo Adler
Solved. It was a class loading problem - IntelliJ in combination with Jetty. WebAppContext context = new WebAppContext(); ... context.setParentLoaderPriority(true); // - Solution Ingo On 04.06.2010 00:52, Ingo Adler wrote: Hi, I'm trying to use wicketstuff-push in my project. I'm always

Parsing of resource locale

2010-06-06 Thread Jorge Rodrigez
Hi, I observe that if my .css file is named like 'something_ab.css' then org.apache.wicket.util.resource.locator.ResourceNameIterator confuses that 'ab' is the locale of the resource. As a result if I create a ResourceReference(MyPage.class, something_ab.css, Locale.US, mystyle) then the produced

Re: jWicket Drag'n'Drop

2010-06-06 Thread Sebastian Gabriel
Well, in the onDrop() method of the listcontainer the droppedelement is added to the list. At this point I want the element which was dropped to disappear. Because if not the element is displayed twice. Thanks Am 06.06.2010 um 17:23 schrieb Stefan Lindner: Hallo, what exactly do you

AW: jWicket Drag'n'Drop

2010-06-06 Thread Stefan Lindner
See previous mails on this list or nabble: http://apache-wicket.1842946.n4.nabble.com/drag-and-drop-td1881857i20.html -Ursprüngliche Nachricht- Von: Sebastian Gabriel [mailto:sebastian.gabr...@hs-augsburg.de] Gesendet: Sonntag, 6. Juni 2010 19:20 An: users@wicket.apache.org Betreff: Re:

Re: Can I develop without recompiling/restarting after every change?

2010-06-06 Thread bht
Hi Yes, I understand that. But you have to put the markup for each component somewhere. If it's not on the classpath, then you will not be able to package that component into a JAR for re-use. As I wrote, both methods co-exist, and you can put markup on the classpath and package it as jar while

RE: Can I develop without recompiling/restarting after every change?

2010-06-06 Thread Russell Simpkins
I have to thank Martijn for pointing out the Start.java file. I am trying hard not to beat myself up for not using this sooner. I have not gone through the works just yet to move my HTML files to another location. I've left them in with the class files. So, for eclipse love in this situation,

RE: Can I develop without recompiling/restarting after every change?

2010-06-06 Thread Russell Simpkins
hotmail just destroyed my last post. I apologize. I will try one more time to share my source import org.mortbay.jetty.Connector;import org.mortbay.jetty.Server;import org.mortbay.jetty.bio.SocketConnector;import org.mortbay.jetty.webapp.WebAppContext;import

RE: Can I develop without recompiling/restarting after every change?

2010-06-06 Thread Chris Colman
Our particular web application simply could not exist if wicket did not allow us to load markup from outside the jar. I think it's fine that the default is loading markup from the jar. I our case we have a number of mechanisms by which more skilled end users can adjust markup so to force an app

Central feedback-panel?

2010-06-06 Thread shox
Hi, I have a Base-Layout and a changing content in a wicket:child-component. Can I have a central Dialog, like a jQuery UI-Dialog ( http://jqueryui.com/demos/dialog/ ) or better like the messages from stackoverflow (little bar that gets the Feedback-Messages and pops up at the top of the

Re: Central feedback-panel?

2010-06-06 Thread Jeremy Thomerson
On Sun, Jun 6, 2010 at 11:05 PM, shox vishapxtr...@googlemail.com wrote: Hi, I have a Base-Layout and a changing content in a wicket:child-component. Can I have a central Dialog, like a jQuery UI-Dialog ( http://jqueryui.com/demos/dialog/ ) or better like the messages from stackoverflow