Re: wicket facebook,6.15 Circular dependency detected

2014-05-12 Thread Fergal Keating
and Consulting On Wed, May 7, 2014 at 9:56 AM, Fergal Keating fergal.keat...@directski.com wrote: Hi, I have discovered that the issue relates to how we are overriding the default Wicket javascript. We are adding the following to Application#init

Re: wicket facebook,6.15 Circular dependency detected

2014-05-07 Thread Fergal Keating
mgrigo...@apache.org wrote: Hi, If you are able to reproduce this in a quickstart (mini) app then please attach it to a ticket at https://issues.apache.org/jira/browse/WICKET Thanks! Martin Grigorov Wicket Training and Consulting On Tue, May 6, 2014 at 5:43 PM, Fergal Keating fergal.keat

wicket facebook,6.15 Circular dependency detected

2014-05-06 Thread Fergal Keating
. It seems that for some reason a null reference is being added to the header. I do not get this error in 6.5.0. Is there some obvious change i am missing between the versions that can point me in the right direction? -- Fergal Keating

ERROR Error detaching RequestHandler in StalePageException

2013-08-12 Thread Fergal Keating
? -- Fergal Keating IT Senior Engineer --- e. fergal.keat...@directski.com p. NA w. www.directski.com

Re: FeedbackPanel Empty on Wizard in 6.5

2013-03-27 Thread Fergal Keating
with .setReuseItems(false). Changing it to .setReuseItems(true) fixed the problem. On Mon, Mar 25, 2013 at 3:06 PM, Fergal Keating fergal.keat...@directski.com wrote: The MywizardPage is being used as the Root component and its set in the FeedbackCollector constructor. So it should be a parent

FeedbackPanel Empty on Wizard in 6.5

2013-03-25 Thread Fergal Keating
where the messages are being cleared, but it just seem that the FeedbackMessages#clear methods only being called on Detach. can someone advise ? -- Fergal Keating IT Senior Engineer --- e. fergal.keat...@directski.com p. NA w. www.directski.com

Re: FeedbackPanel Empty on Wizard in 6.5

2013-03-25 Thread Fergal Keating
is not used. On Mon, Mar 25, 2013 at 11:17 AM, Fergal Keating fergal.keat...@directski.com wrote: Hi, I'm using a wizard page on which there is some feedback panels. On the last step, (since i upgraded to version 6.5 wicket) the feedback messages are not displaying. (they are working

Re: Wicket 6.5.0 upgrade, Extensions Wizard, ApplyState() not called

2013-02-27 Thread Fergal Keating
messages being added to Component#Error seems to have solved the issue. Fergal. On 26 February 2013 12:25, Martin Grigorov mgrigo...@apache.org wrote: Hi, On Tue, Feb 26, 2013 at 2:10 PM, Fergal Keating fergal.keat...@directski.com wrote: Hi, If i put a breakpoint in renderCount (it gets

Re: Wicket 6.5.0 upgrade, Extensions Wizard, ApplyState() not called

2013-02-26 Thread Fergal Keating
, Fergal Keating fergal.keat...@directski.com wrote: Hello, I'm trying to update a wicket 1.5.5 application to 6.5.0. I have overcome some issues with Header items, and setting Attributes to AllowDefault(true) for ajax. I have one remaining issue that i cant seem to figure out. I

Wicket 6.5.0 upgrade, Extensions Wizard, ApplyState() not called

2013-02-25 Thread Fergal Keating
Hello, I'm trying to update a wicket 1.5.5 application to 6.5.0. I have overcome some issues with Header items, and setting Attributes to AllowDefault(true) for ajax. I have one remaining issue that i cant seem to figure out. I have a wizard that allows users to create a booking. (See

Re: bookmarkable page being processed twice, second time, extra parameters passed

2012-09-17 Thread Fergal Keating
-- Fergal Keating IT Senior Engineer --- e. fergal.keat...@directski.com p. NA w. www.directski.com

Re: Using and creating URLs to Bookmarkable Pages without Wicket Application

2012-09-14 Thread Fergal Keating
...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org -- Fergal Keating IT Senior Engineer --- e. fergal.keat...@directski.com p. NA w. www.directski.com

Re: Best practices for passing configurations, such as Facebook app_id, to JavaScript

2012-08-29 Thread Fergal Keating
seems to be more unit-testable. Thoughts? Thanks, Alec - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org -- Fergal Keating IT Senior Engineer

Re: how to get dropdownlist selected value

2012-07-27 Thread Fergal Keating
-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org -- Fergal Keating IT Senior Engineer --- e. fergal.keat...@directski.com p. NA w. www.directski.com

Re: re-direct after pop-up notification

2012-07-20 Thread Fergal Keating
...@wicket.apache.org -- Fergal Keating IT Senior Engineer --- e. fergal.keat...@directski.com p. NA w. www.directski.com

Re: Wicket Examples

2012-05-08 Thread Fergal Keating
- To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org -- Fergal Keating IT Senior Engineer --- e. fergal.keat...@directski.com p. NA w. www.directski.com

Re: JsessionID breaking my DropDownChoice#onSelectionChanged

2012-05-02 Thread Fergal Keating
. Sven On 05/01/2012 06:02 PM, Fergal Keating wrote: Apologies if this has been covered before, but i havn't found anything with this specific issue. I have a Dropdown added to my code, but when a user first accesses the site, the URL gets appended with JsessionID. This seems to break

JSessionID breaking my dropdown

2012-05-01 Thread Fergal Keating
I have the following Dropdown added to my code. DropDownChoiceString listSites = new DropDownChoiceString(localeSelect, new PropertyModelString(this, selected), currentProductLocales) { /** * */ private static final long serialVersionUID = 1L; protected boolean

Re: JSessionID breaking my dropdown

2012-05-01 Thread Fergal Keating
sorry sent accidentally. On 1 May 2012 16:16, Fergal Keating fergal.keat...@directski.com wrote: I have the following Dropdown added to my code. DropDownChoiceString listSites = new DropDownChoiceString(localeSelect, new PropertyModelString(this, selected), currentProductLocales

JsessionID breaking my DropDownChoice#onSelectionChanged

2012-05-01 Thread Fergal Keating
Apologies if this has been covered before, but i havn't found anything with this specific issue. I have a Dropdown added to my code, but when a user first accesses the site, the URL gets appended with JsessionID. This seems to break the link, and the #onSelectionChanged never gets called. Is

Re: A/B testing with wicket

2012-04-20 Thread Fergal Keating
list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org -- Fergal Keating IT Senior Engineer

Re: http/https in wicket 1.5

2012-03-01 Thread Fergal Keating
to their original page. Douglas - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org -- Fergal Keating IT Senior Engineer