Eclipse Hot Swap Issue?

2007-12-24 Thread oliverw
Hi I'm using Eclipse 3.3.1.1 with a project created using the Wicket-Maven2 archetype. Wicket Version 1.3.0rc2. The An unexpected error in the log below happens when I modify any server side code (HomePage.java) in this case. Any ideas? (And Happy Christmas to everyone) INFO - log

Re: Eclipse Hot Swap Issue?

2007-12-24 Thread Johan Compagner
This is a prety serious error, try upgrading to the latest jdk On 12/24/07, oliverw [EMAIL PROTECTED] wrote: Hi I'm using Eclipse 3.3.1.1 with a project created using the Wicket-Maven2 archetype. Wicket Version 1.3.0rc2. The An unexpected error in the log below happens when I modify any

Re: File browser component in wicket

2007-12-24 Thread jweekend
If you wish to give the user the ability to browse your server's file-system (and you're comfortable with the security implications, permissions etc ...) you can hand one of Wicket's Tree (or TreeTable in Wicket extensions) implementations a TreeModel whose nodes are (or hold) folders/files that

Re: Eclipse Hot Swap Issue?

2007-12-24 Thread Maurice Marrink
Are you by any chance running on vista? If so, try running eclipse as an administrator. Maurice On Dec 24, 2007 2:08 PM, oliverw [EMAIL PROTECTED] wrote: Happens with the latest JDK too and only with Wicket Applications. Johan Compagner wrote: This is a prety serious error, try

Re: File browser component in wicket

2007-12-24 Thread Eelco Hillenius
To save time (or if you need some hints), you should be able to find several implementations of some sort of FileSystemTreeModel on Swing related sites via Google: http://java.sun.com/products/jfc/tsc/articles/jtree/ this is quite good, iirc, but it's many years since I read it, probably in

Re: wicket.WicketRuntimeException: Unable to decrypt the text ... ???

2007-12-24 Thread Eelco Hillenius
On Dec 21, 2007 9:29 AM, fattymelt [EMAIL PROTECTED] wrote: running wicket 1.2.6 and getting the following error. This is somehow triggered (I wish I had a more specific test case) by my login form. But what is really strange is that it isn't just appearing on form submission. Once I see the

Re: Turbine and Wicket co-existence while migrating frameworks

2007-12-24 Thread Eelco Hillenius
About 3 1/2 yrs ago we chose Turbine as our web application framework. It has served us well and we've grown an application using it. Last summer we evaluated our options and have decided to give wicket a try. Given the complexity of our app it's not very desirable to make a clean switch -

Re: Where is DatePicker for 1.3 ?

2007-12-24 Thread Suad AlShamsi
You can find it in wicket-datetime.jar smallufo wrote: I am upgrading to Wicket 1.3 rc2 But found no DatePicker component. The only one I can find seems for 1.2.x http://sourceforge.net/project/showfiles.php?group_id=134391package_id=210945 Can somebody tell me where to find DatePicker for 1.3

Fragment(String,String) is deprecated ?

2007-12-24 Thread smallufo
In 1.3 rc2 , I found Fragment(String,String) is deprecated . I see the src, saying : @deprecated use [EMAIL PROTECTED] #Fragment(String, String, MarkupContainer)} But I don't know what should I fill in the MarkupContainer . ... ? span wicket:id=myPanelExample input (will be removed)/span

Re: Fragment(String,String) is deprecated ?

2007-12-24 Thread Igor Vaynberg
javadoc for (string, string, markupcontainer) says * @param markupProvider *The component whose markup contains the fragment's markup */ -igor On Dec 24, 2007 11:58 AM, smallufo [EMAIL PROTECTED] wrote: In 1.3 rc2 , I found Fragment(String,String) is

Re: AjaxEditableLabel not saving

2007-12-24 Thread TahitianGabriel
I've added URIEncoding=UTF-8 in tomcat's server.xml and its' working now. Thank you. Johan Compagner wrote: Why not use the default of wicket utf8. If you really want to use another one then you have to configure wicket's encoding setting. So that wicket does set the right headers and

Re: Eclipse Hot Swap Issue?

2007-12-24 Thread Maurice Marrink
Have you checked your memory? When i had a few segments of bad ram i was getting similar vm crash dumps. Maurice On Dec 24, 2007 6:15 PM, oliverw [EMAIL PROTECTED] wrote: Nope I'm running Windows XP. And strangely projects using Struts or GWT do not seem to suffer from the same problem.

Re: Eclipse Hot Swap Issue?

2007-12-24 Thread oliverw
The System is running rockstable otherwise. No bluescreen, no wierd application crashes. Java applications executing without problems. Nothing. This problem only happens when I hit Shift+S (Save) in Eclipse for a source file that has been already just-in-time compiled. And only when debugging a