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:

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

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 iamrakes...@rediffmail.com wrote: Hi, Thank you, I did bit of search and found one issue

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

p 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

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