Re: Update DropDownChoice

2009-04-08 Thread Dariusz Wojtas
Try to update the ddc model, then call: ddc.modelChanged(); before rendering. Regards, Dariusz Wojtas On Wed, Apr 8, 2009 at 8:36 AM, Peter Diefenthaeler wrote: > > Hallo, > I'm trying to update a DropDownChoice from a Ajax Callback. The new value > is correctly added

Re: ajax request and reload the datview model

2009-03-24 Thread Dariusz Wojtas
ife became muuuch easier in many scenarios. This may be onvoked in many places. After pressing a button, reloading fragment of the page with ajax, ... Best regards, Dariusz Wojtas On Tue, Mar 24, 2009 at 3:58 PM, fachhoch wrote: > > I have a dataview   in my page , a delete or add action

AjaxLinkTree questions

2009-03-15 Thread Dariusz Wojtas
Hi, I have created a panel with AjaxLinkTree with Possibility to add new node, as a child of the currently selected node. Now I want to make this component reusable, participating in parent form. As suggested by Wicket in Action, it will extend FormComponentPanel. It's data model will be simple In

LinkTree with drag&drop - is it possible with the current code base?

2009-02-22 Thread Dariusz Wojtas
Hi, Is a drag and drop operation possible with Wicket using LinkTree? Can I drag an item and drop it somewhere else in the hierarchy? Can I drop an Item and drop it in another tree? Is drag and drop supported at all in Wicket 1.4 without additional libraries? Best regards Dariusz Wojtas

LinkTree and modal windows

2009-02-22 Thread Dariusz Wojtas
indow form I need to refresh the originating node 'userObject'. Any hint how? My modal windows do make use of AjaxButton.onSubmit(AjaxRequestTarget target, Form form) Any hint on how such callback could look to be useful? Best regards,

Bookmarkable link to a page in another WebApplication

2007-08-20 Thread Dariusz Wojtas
ons, because clicked link is processed by app2, not app1. Is there any nice way to use such bookmarkable link without any hardcoded strings? Regards Dariusz Wojtas -- View this message in context: http://www.nabble.com/Bookmarkable-link-to-a-page-in-another-WebApplication-tf4301106.html#a12242595

Re: Border and Template

2007-08-13 Thread Dariusz Wojtas
Yes, this technique works perfectly, I found it recently myself. Sample may be found here: http://svn.apache.org/repos/asf/wicket/trunk/jdk-1.5/wicket-examples/src/main/java/org/apache/wicket/examples/library See class 'Home.java' and it's parent class. Regards Dariusz Wojtas

Re: mountBookmarkablePage and missing parameters - exception thrown

2007-08-08 Thread Dariusz Wojtas
I believe this syntax should be forgiving to the user. A framework should ease life where possible. What is the benefit of encoding URLs /param1/value1/param2/value2 over ?param1=value1¶m2=value2 ? The way it is shown to the users. Not for developers. And not only for search engine spiders.

Caching components

2007-08-05 Thread Dariusz Wojtas
ponent instance to multiple other objects at the same time? I cannot find such info anywhere in wiki. Any hint in this area would be helpful. Regards Dariusz Wojtas -- View this message in context: http://www.nabble.com/Caching-components-tf4219802.html#a12004616 Sent from the Wicket - User maili

mountBookmarkablePage and missing parameters - exception thrown

2007-08-05 Thread Dariusz Wojtas
ed behaviour? I am using wicket 1.3 beta 2 Regards Dariusz Wojtas -- View this message in context: http://www.nabble.com/mountBookmarkablePage-and-missing-parameters---exception-thrown-tf4219655.html#a12004300 Sent from the Wicke