Adding New Images to Tree Nodes

2007-08-06 Thread Sridhar.N
Hi, I am trying to add few icons/Images to an Tree Node, I tried using addNewIcon() from DefaultAbstractTree but it adds the default folder-closed and folder-open icons to the node. Thanks Sidds. -- View this message in context:

Re: DateField with a Calendar

2007-08-06 Thread Federico Fanton
On Fri, 3 Aug 2007 09:22:01 -0700 Igor Vaynberg [EMAIL PROTECTED] wrote: you cant use the compound property model then, you have to write your own model that will do the conversion I ended up with a custom implementation of the AttachedCompoundPropertyModel.. Many thanks to all who answered

Re: Is this even possible...?

2007-08-06 Thread James Crosthwaite
Thanks to everyone for their replies, they are most helpful. I knew you guys would have the answer, guess i just couldn't see the wood for the trees! If I have any more queries I'll be sure to post back, thanks again. James igor.vaynberg wrote: this is pretty simple, but there are a few

Re: Is this even possible...?

2007-08-06 Thread James Crosthwaite
Thanks Nathan, i'll check that out. Will give you a shout if i need a Databinder Forums account. Thanks again James n8han wrote: James Crosthwaite wrote: Basically i have a list of objects, currently displayed in a PageableListView, that i want the user to be able to edit. Oh and I

wicket-spring Javadoc

2007-08-06 Thread pokkie
Could somebody please point me to the location of the javadoc/api for the wicket.spring package? -- pokkie -- View this message in context: http://www.nabble.com/wicket-spring-Javadoc-tf4223609.html#a12014729 Sent from the Wicket - User mailing list archive at Nabble.com.

Re: wicket-spring Javadoc

2007-08-06 Thread Evan Chooly
Could somebody please point me to the location of the javadoc/api for the wicket.spring package? http://wicketstuff.org/maven/repository/org/apache/wicket/wicket-spring/1.3.0-SNAPSHOT/wicket-spring-1.3.0-SNAPSHOT-javadoc.jar

DojoMenu, adding same to multiple components?

2007-08-06 Thread Kirk Israel
Looking at the DojoMenu and DojoContextualMenuBehavior javadoc and experimenting with it; is there any way to get the same DojoMenu to appear from multiple items? (Seems like not, the last one wins...but we'd prefer not to load up the page with more javascript for each item we'd like to do context

Callbacks triggered by keyboard...

2007-08-06 Thread Patrick Angeles
Is this possible in Wicket, say for example, as a way to scroll down a listing, or go left and right on a menu? Thanks in advance... -- View this message in context: http://www.nabble.com/Callbacks-triggered-by-keyboard...-tf4227815.html#a12027815 Sent from the Wicket - User mailing list

Re: Callbacks triggered by keyboard...

2007-08-06 Thread Igor Vaynberg
why would you want a serverside callback for this? you just need a javascript handler. -igor On 8/6/07, Patrick Angeles [EMAIL PROTECTED] wrote: Is this possible in Wicket, say for example, as a way to scroll down a listing, or go left and right on a menu? Thanks in advance... -- View

Re: NullPointerException when clicking on an expired wizard button

2007-08-06 Thread Eelco Hillenius
I was running some random tests to try to see what kind of trouble a typical user of my app could cause. After completing a wizard, clicking the browser's back button, then clicking the previous button of the wizard, I get the error below. Is there a more graceful way to handle this rather

Re: wicket error on websphere app server

2007-08-06 Thread Sean Sullivan
Are you using Websphere's parent first classloading mode or parent-last classloading? What jars do you have in WEB-INF/lib? On 8/5/07, junqing chen [EMAIL PROTECTED] wrote: I am using wicket 1.3 beta2 in myproject ,and the application server is websphere 6.0.2. when I config wicket in

Re: mountBookmarkablePage and missing parameters - exception thrown

2007-08-06 Thread Eelco Hillenius
On 8/5/07, Igor Vaynberg [EMAIL PROTECTED] wrote: mount with indexed url coding strategy if you dont mind users messing with your urls. I think it's kind of annoying as well. Are we (Wicket devs) really against supporting this, or don't we support it because the code gets a bit hairy? Eelco

Re: NullPointerException when clicking on an expired wizard button

2007-08-06 Thread David Leangen
After completing a wizard, clicking the browser's back button, then clicking the previous button of the wizard, I get the error below. Looks like a bug. Are you using 1.2.6? Yes. Unfortunately, I'm still stuck on 1.2.6+ for the foreseeable future... Cheers, Dave