Re: wicket facebook,6.15 Circular dependency detected

2014-05-12 Thread Fergal Keating
on. > > Martin Grigorov > Wicket Training 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 w

Re: wicket facebook,6.15 Circular dependency detected

2014-05-07 Thread Fergal Keating
ionality ? On 6 May 2014 20:29, Martin Grigorov 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

wicket facebook,6.15 Circular dependency detected

2014-05-06 Thread Fergal Keating
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
} What could be causing the ERRORs? -- 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
a ListView 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 th

Re: FeedbackPanel Empty on Wizard in 6.5

2013-03-25 Thread Fergal Keating
back message 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 upgra

FeedbackPanel Empty on Wizard in 6.5

2013-03-25 Thread Fergal Keating
ied to see 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: 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 wrote: > Hi, > > > On Tue, Feb 26, 2013 at 2:10 PM, Fergal Keating < > fergal.keat...@directski.com> wrote: > > > Hi, > > > > If i put a

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

2013-02-26 Thread Fergal Keating
PageProvider#getPageInstance() method. > > > On Mon, Feb 25, 2013 at 3:39 PM, 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 w

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 currently

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

2012-09-17 Thread Fergal Keating
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: Using and creating URLs to Bookmarkable Pages without Wicket Application

2012-09-14 Thread Fergal Keating
Sent from the Users forum mailing 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 --- 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
nts contain the settings, which seems to be more > unit-testable. > > Thoughts? > > Thanks, > > Alec > > - > To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org

Re: how to get dropdownlist selected value

2012-07-27 Thread Fergal Keating
o-get-dropdownlist-selected-value-tp4650788.html > Sent from the Users forum mailing 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 --- e. fergal.keat...@directski.com p. NA w. www.directski.com

Re: re-direct after pop-up notification

2012-07-20 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: 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
start and > attach it to a JIRA issue. > > 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

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 there

Re: JSessionID breaking my dropdown

2012-05-01 Thread Fergal Keating
sorry sent accidentally. On 1 May 2012 16:16, Fergal Keating wrote: > > I have the following Dropdown added to my code. > > DropDownChoice listSites = new > DropDownChoice("localeSelect", new PropertyModel(this, > "selected"), currentProductLocales) >

JSessionID breaking my dropdown

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

Re: A/B testing with wicket

2012-04-20 Thread Fergal Keating
from the Users forum mailing list archive at Nabble.com. > > - > To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org > For additional commands, e-mail: users-h...@wicket.apache.or

Re: http/https in wicket 1.5

2012-03-01 Thread Fergal Keating
ld retain the params, > so after logging in the user could be sent to their original page. > > Douglas > > > > - > To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org > For