Re: Mounting a parameter on the root url crashes resource location wicket

2015-04-08 Thread Martin Grigorov
Hi, /wicket is nothing special. Every application can use it for its own needs. The problem is that your mount path would match anything. Even '/something/that/do/not/exist'. There are several solutions. Here is one of them: Override MountedMapper#urlStartsWithMountedSegments(Url url) to return

FormComponentPanel and propagating model value to components

2015-04-08 Thread mscoon
Hi all, I have a FormComponentPanel. Is it okay if I set its components models using a behavior that overrides onConfigure() as below? public class MyFormComponentPanel extends FormComponentPanel { protected void onInitialize() { super.onInitialize(); componentA = new

Re: FormComponentPanel and propagating model value to components

2015-04-08 Thread Patrick Davids
Hi, quite unusal to me using a behavior to set a model. Why dont you delegate to your inner textfiled by implementing an own setXYZModel()-method? Or bind your inner textfield direct by providing a particular model in your Constructor of your custom MyFormComponentPanel? And no

Re: Mounting a parameter on the root url crashes resource location wicket

2015-04-08 Thread wiseguy2
This is what I was looking for. A way to tell the url segments apart. Thank you. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Mounting-a-parameter-on-the-root-url-crashes-resource-location-wicket-tp4670175p4670220.html Sent from the Users forum mailing list

AutoComplete suggestion list disappear when I click on scrollbar in IE

2015-04-08 Thread ravala
Hi, I am using Wicket's(version ) AutoCompleteTextField in my application to a form component, when I type something I will get the suggestion list, the suggestion list container width is 300px, so when the text inside the container exceeds the width of the container, we will get a horizontal