Re: Wicket 6: Using AutoCompleteBehavior with other behaviors

2013-01-18 Thread james yong
Sven Meier wrote Your first problem is a regression, see WICKET-1280. Please open a jira issue. Sven On 01/18/2013 04:45 AM, james yong wrote: Hi, Now migrating a working project from wicket version 1.4 to 6.4. I have a text field that uses the following behaviors: A.

jqwicket questions

2013-01-18 Thread Michal Wegrzyn
Hi, Jqwicket has several components that I would like to use (CKEditor, MaskedInput, maybe later other), but I see some issues: 1. Is there an option to use jqwicket components (maybe other project?) without incorporating/integrating jqwicket jquery? If not, then: 2. When I want

Re: Wicket 6+ through JSONP tunneling

2013-01-18 Thread Michael Mosmann
Maybe you should use GWT instead... Michael MattyDE ufer.mar...@gmail.com schrieb: We have to implement a Wicket-driven webapp which could be easily included in any other customer HTML-WebPage without a java-driven webserver (could be also php or only html or anything else). My first idea:

Re: Wicket 6+ through JSONP tunneling

2013-01-18 Thread Martin Grigorov
Hi, More and more people ask for this. It is an interesting problem. You wont need the markup of a page but more likely the markup of a Panel. Let's say that there is a way to transfer the page HTML back. Then the next problem that I see is that you will have to trap all events triggered from the

Re: Wicket 6+ through JSONP tunneling

2013-01-18 Thread MattyDE
Yeah you right Martin. But, dont get it wrong, we would develop this app exactly for this purpose. So there would be no non-ajax links for example. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Wicket-6-through-JSONP-tunneling-tp4655501p4655505.html Sent from the

Re: Wicket 6+ through JSONP tunneling

2013-01-18 Thread Martin Grigorov
I think I can see how such application can be made. It will be much simpler with cross origin Ajax requests using Wicket.Ajax JavaScript APIs. I'll experiment with it soon and if it works it would be a nice blog article for www.wicketinaction.com On Fri, Jan 18, 2013 at 1:48 PM, MattyDE

Re: Wicket 6+ through JSONP tunneling

2013-01-18 Thread Michael Mosmann
AFAIK a GTW app is nothing more then a script and a div tag on the client page.. dont know which protocoll GWT uses for server communication... MattyDE ufer.mar...@gmail.com schrieb: so Google-WebToolkit is able to communicate through JSONP with the server? Because i really have to ask the

Ajax Link not resolving Wicket 6.4

2013-01-18 Thread Simon B
Hi I'm using wicket 6.4.0 on Jetty I've got mounted Bookmarkable page with various forms submitted via a AjaxButton (actually a IndicatingAjaxButton) When I go to the page by directly copying the url of the mounted Bookmarkable page into the nav bar or clicking the url from an email, the

Re: Ajax Link not resolving Wicket 6.4

2013-01-18 Thread Martin Grigorov
Hi, On Fri, Jan 18, 2013 at 4:22 PM, Simon B simon.bott...@gmail.com wrote: Hi I'm using wicket 6.4.0 on Jetty I've got mounted Bookmarkable page with various forms submitted via a AjaxButton (actually a IndicatingAjaxButton) When I go to the page by directly copying the url of the

Re: Ajax Link not resolving Wicket 6.4

2013-01-18 Thread Simon B
Hi Martin, Thanks for replying. I take the url of the page for example: http://localhost:8080/rental/piedras-otra-afuera-de-bs-as-52368.html This is mounted using a MountedMapper in the Application object and resolves to a subclass of WebPage I copy the url, then boot up a fresh version of

Re: Ajax Link not resolving Wicket 6.4

2013-01-18 Thread Martin Grigorov
Try to reproduce it in a quickstart, with any render strategy. If you succeed then please attach it to a ticket in Jira and we will investigate. On Fri, Jan 18, 2013 at 4:50 PM, Simon B simon.bott...@gmail.com wrote: Hi Martin, Thanks for replying. I take the url of the page for example:

Popups in wicket 6

2013-01-18 Thread silberstern
Hi, I have recently switched my web application to Wicket 6 version and my popups does not work as they did in Wicket 1.5. I have a normal link that should open a popup. Before the switch it worked fine, a new popup was opened with specified height and width. Now, the content of the popup opens

Re: Popups in wicket 6

2013-01-18 Thread Martin Grigorov
http://www.wicket-library.com/wicket-examples-6.0.x/linkomatic/home?0 - Click this link for a Popup works OK. On Fri, Jan 18, 2013 at 5:51 PM, silberstern colin.m...@gmail.com wrote: Hi, I have recently switched my web application to Wicket 6 version and my popups does not work as they did

[Announce] Introducing Wicked Charts

2013-01-18 Thread tom.hombergs
Hi Wicket users, i would like to introduce to you the Wicked Charts library, consisting of a java wrapper for the Highcharts javascript charting library and a component for Wicket (and for JSF as a by-product). Wicked Charts supports most of the features Highcharts supports, including many

Re: [Announce] Introducing Wicked Charts

2013-01-18 Thread Matthias Gasser
Hi Tom, Great work! Thanks. Best regards, Matthias On 18.01.2013, at 23:30, tom.hombergs tom.hombe...@gmail.com wrote: Hi Wicket users, i would like to introduce to you the Wicked Charts library, consisting of a java wrapper for the Highcharts javascript charting library and a component

RE: Ajax Link not resolving Wicket 6.4

2013-01-18 Thread Chris Colman
This looks very similar to: https://issues.apache.org/jira/browse/WICKET-4920 Which was I thought was fixed but might have been unfixed ;) Regards, Chris -Original Message- From: Martin Grigorov [mailto:mgrigo...@apache.org] Sent: Saturday, 19 January 2013 2:02 AM To: