Re: AutoCompleteTextField & suggestions popup position issue when container has scrollbar

2013-09-08 Thread Rakesh A
Hi, Thank you, I did bit of search and found one issue which seems to be similar, https://issues.apache.org/jira/browse/WICKET-1355 But the status says, its not reproducible. Hope it helps Regards, Rakesh.A -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/AutoCom

Re: Custom Component Converter not called

2013-09-08 Thread Malte Neumann
Am 07.09.2013 22:19, schrieb Sven Meier: if you don't specify the type, a TextField will try to resolve the type from its model, see AbstractTextComponent#resolveType() and IObjectClassAwareModel. Thanks for this hint. During further tests after my mail, I found a situtation where the convert

Re: AutoCompleteTextField & suggestions popup position issue when container has scrollbar

2013-09-08 Thread Andrea Del Bene
Thank you for your feedback! A simple fix l've found is to use JavaScript function getBoundingClientRect to retrieve the position of the owner of the auto complete menu. On Sep 8, 2013 10:00 AM, "Rakesh A" wrote: > Hi, > > Thank you, I did bit of search and found one issue which seems to be > sim

Re: callback versioning issue

2013-09-08 Thread kiranduba
Hi, I'm facing the same issue in Wicket 6. Please let me know how you solved this problem. Thanks, Kiran Duba -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/callback-versioning-issue-tp3606799p4661250.html Sent from the Users forum mailing list archive at Nabble.co

tags!

2013-09-08 Thread Colin Rogers
Wicketeers! I have an odd bug, that has been resolved, but I it doesn't explain what and why the issue existed - and with a view to avoiding the issue in future, I thought I should seek some wisdom! :) Basically - I have a application where the 'main panel' is replaced as a link is clicked (al

Securing Wicket 6.x Applications with Java EE, Spring & Jetty

2013-09-08 Thread Shawn McKinney
Hello, I am a new subscriber to the Wicket users list but have been using the Wicket framework for about 3 years. Recently I published an article documenting an approach my company uses to secure Wicket applications. It uses a combination of Java EE container security, Spring security and a

Re: tags!

2013-09-08 Thread Martin Grigorov
Hi, If you are able to create an application that demonstrates the issue I'll be happy to debug it. There is nothing special in Wicket code about tag. On Mon, Sep 9, 2013 at 5:28 AM, Colin Rogers < colin.rog...@objectconsulting.com.au> wrote: > Wicketeers! > > I have an odd bug, that has been

Re: Securing Wicket 6.x Applications with Java EE, Spring & Jetty

2013-09-08 Thread Martin Grigorov
Thank you very much for sharing your knowledge with us, Shawn! Please let us know when you publish the second document. On Mon, Sep 9, 2013 at 5:58 AM, Shawn McKinney wrote: > Hello, > > I am a new subscriber to the Wicket users list but have been using the > Wicket framework for about 3 years.