Add Background image to Modal Window

2014-09-29 Thread Ajayi Yinka
hi all, I have been looking for means to customize modal window background. How can this be achieved? -- Ajayi S . Yinka +2348022684477

Re: Add Background image to Modal Window

2014-09-29 Thread Ajayi Yinka
Wicket Training and Consulting https://twitter.com/mtgrigorov On Mon, Sep 29, 2014 at 9:43 AM, Ajayi Yinka iamstyaj...@googlemail.com wrote: hi all, I have been looking for means to customize modal window background. How can this be achieved? -- Ajayi S . Yinka +2348022684477

Re: Add Background image to Modal Window

2014-09-29 Thread Ajayi Yinka
://twitter.com/mtgrigorov On Mon, Sep 29, 2014 at 11:08 AM, Ajayi Yinka iamstyaj...@googlemail.com wrote: Thanks Martin, I am actually using Panel as content. I have added to the code modalWindow.setCssClassName(css/modal.css); But this seems to have no effect. Do I have to do any other

Re: clicking Ajax SubmitLink button called submit method twice

2014-09-23 Thread Ajayi Yinka
Martin, I have logged the issue in Jira with a quick start project. the ticket id is WICKET-5707 https://issues.apache.org/jira/browse/WICKET-5707. I do not like the work-around as it makes the code messy. Thanks you in anticipation of a quick fix. On 21 September 2014 20:06, Ajayi Yinka

clicking Ajax SubmitLink button called submit method twice

2014-09-21 Thread Ajayi Yinka
Hello everyone, submit method called more than one time trigering two modalWindows to open at the same time. See snippet below. If I put the just only modal.show(target) in the onsubmit method and others in Page constuctor, the problem still persist. I am using version 6.16. What am I doing

Re: clicking Ajax SubmitLink button called submit method twice

2014-09-21 Thread Ajayi Yinka
it was implemented before as you requested. On 21 September 2014 16:45, Martin Grigorov mgrigo...@apache.org wrote: Hi, On Sun, Sep 21, 2014 at 10:48 AM, Ajayi Yinka iamstyaj...@googlemail.com wrote: Hello everyone, submit method called more than one time trigering two modalWindows to open

Re: Another Wicket Site

2010-05-19 Thread Ajayi Yinka
No doubt of a nicer alpha version. Keep it up. On Tue, May 18, 2010 at 4:54 PM, Ayodeji Aladejebi aladej...@gmail.comwrote: Hi all, just to announce another wicket project I am working on. we just launched the beta version http://www.nelexnigeria.com -- Aladejebi Ayodeji A.,

Re: Just launched - www.onmydoorstep.com.au

2010-05-18 Thread Ajayi Yinka
good job. On Tue, May 18, 2010 at 4:49 AM, Jeremy Thomerson jer...@wickettraining.com wrote: I concur - very nice. -- Jeremy Thomerson http://www.wickettraining.com On Mon, May 17, 2010 at 8:43 PM, Cristi Manole cristiman...@gmail.com wrote: cool site! I like it! congrats. On

Re: Wicket in Php

2009-05-21 Thread Ajayi Yinka
. martin-g wrote: Hi Ajayi, Take a look at http://www.caucho.com/ Their web container (Resin) has an addon for PHP (Quercus). I have never use them but maybe you could mix the both apps ;-) El mié, 20-05-2009 a las 16:39 +0100, Ajayi Yinka escribió: Hi, Can anyone give me an insight

Wicket in Php

2009-05-20 Thread Ajayi Yinka
Hi, Can anyone give me an insight on how I can integrate wicket into php project. I already have an application that is written in php. I will like to upgrade the application with some new features in which I prefer to use wicket. I am afraid if this is possible?

Re: Wicket in Php

2009-05-20 Thread Ajayi Yinka
. -- Jeremy Thomerson http://www.wickettraining.com On Wed, May 20, 2009 at 10:39 AM, Ajayi Yinka iamstyaj...@googlemail.com wrote: Hi, Can anyone give me an insight on how I can integrate wicket into php project. I already have an application that is written in php. I

Fwd: NewBie question :Implementation of Collapsible Link

2009-03-31 Thread Ajayi Yinka
-- Forwarded message -- From: Ajayi Yinka iamstyaj...@googlemail.com Date: Tue, Mar 31, 2009 at 9:01 AM Subject: Re: NewBie question :Implementation of Collapsible Link To: users@wicket.apache.org Thanks so much. I want a tree view (What I really want to implement

Re: NewBie question :Implementation of Collapsible Link

2009-03-31 Thread Ajayi Yinka
, Ajayi Yinka iamstyaj...@googlemail.com wrote: -- Forwarded message -- From: Ajayi Yinka iamstyaj...@googlemail.com Date: Tue, Mar 31, 2009 at 9:01 AM Subject: Re: NewBie question :Implementation of Collapsible Link To: users@wicket.apache.org Thanks so much. I

NewBie question :Implementation of Collapsible Link

2009-03-30 Thread Ajayi Yinka
I am trying to see if i can implement collapsible link in my page. i had tried to use Link Tree, but I was getting error which I could not even trace or decipher the cause. Please, can anyone give me insight on the best way to implement the collapsible link Thanks. Yinka

Re: Newbie -How to Implement LinkTree

2009-03-27 Thread Ajayi Yinka
tree; } } -- Ajayi Yinka, Itex Integrated Services, Nig. +2348022684477

Re: Need Wicket Examples

2009-03-26 Thread Ajayi Yinka
- To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org -- Ajayi Yinka, Itex Integrated Services, Nig. +2348022684477

Fwd: Question on LinkTree implementation

2009-03-26 Thread Ajayi Yinka
anyoen help me out. Thanks -- Forwarded message -- From: Ajayi Yinka iamstyaj...@googlemail.com Date: Thu, Mar 26, 2009 at 8:34 AM Subject: Question on LinkTree implementation To: users@wicket.apache.org hi all, I am having problems in implementing LinkTree in my page. I use

Fwd: Question on LinkTree implementation

2009-03-26 Thread Ajayi Yinka
type of error as below. I am sure there is a problem somewhere that I have not been able to trace (I am a new to wicket framework). Could anyoen help me out. Thanks -- Forwarded message -- From: Ajayi Yinka iamstyaj...@googlemail.com Date: Thu, Mar 26, 2009 at 8:34 AM Subject

Re: Wicket error in GlassFish

2008-12-16 Thread Ajayi Yinka
I think you are having something in your web.xml file like welcome-file-list welcome-fileindex.jsp/welcome-file /welcome-file-list if you have it, you may remove it. 2008/12/16 Daniel lia...@gmail.com Hi, I'm an newbie in Wicket. When I create my first hello world wicket

Re: Wicket error in GlassFish

2008-12-16 Thread Ajayi Yinka
From the error log, it seems glass fish could not load the webApplication class. Make sure your webApplication class is in the correct class path (com.example.helloworld.HelloWorldApplication) And the webApplcation class is in the correct format. or and may change your web.xml file to be in

Re: FeedbackPanel and page refresh (f5) after submit

2008-09-12 Thread Ajayi Yinka
, Sep 11, 2008 at 8:43 PM, Timo Rantalaiho [EMAIL PROTECTED] wrote: On Thu, 11 Sep 2008, Ajayi Yinka wrote: Thomas Lutz wrote: I've a form with some validation added, nothing special (Required, Email check). When I submit the form I get the validation messages

Re: Components render problem

2008-09-11 Thread Ajayi Yinka
the form? it seems like you do not add a submit button or submit link into the form.. Ajayi Yinka wrote: Hi, This problem still persist till now. I can really figure out the cause of the problem. Could anyone help me out? This is one of the pages in my application. I have searched all

Re: Reporting Engine on Wicket 1.3.4

2008-09-11 Thread Ajayi Yinka
(); return out.toByteArray(); } } .. and you get a simple PDF served in milliseconds :) -- Edvin Ajayi Yinka skrev: Hi, could you shed more lights on how you achieve this? Thanks in advance. Yinka On Thu, Sep 11, 2008 at 3:56 AM, Edvin Syse [EMAIL PROTECTED] wrote: We use Apache

Re: Components render problem

2008-09-11 Thread Ajayi Yinka
and see the return value of continueToOriginalDestination() ? Ajayi Yinka wrote: Thanks for your concern. I added it (check the LoginForm class, you will see the onSubmit method). I used the default form submit button. I tried the wicket button before, but the same problem persist. On Thu

Re: Components render problem

2008-09-11 Thread Ajayi Yinka
On Thu, Sep 11, 2008 at 6:57 AM, Serkan Camurcuoglu [EMAIL PROTECTED]wrote: when I try, it works as expected, onError is called whenever data is not entered, and onSubmit is called when I enter both values.. Ajayi Yinka wrote: When I debugged the codes, it wasn't getting to the onSubmit

Re: FeedbackPanel and page refresh (f5) after submit

2008-09-11 Thread Ajayi Yinka
this is exacltly the same problem I am having. Could anyone render any solution to this. Thanks Yinka. On Thu, Sep 11, 2008 at 7:40 AM, kayce [EMAIL PROTECTED] wrote: Did you find a solution for this? Thanks Thomas Lutz wrote: I've a form with some validation added, nothing special

Re: Components render problem

2008-09-11 Thread Ajayi Yinka
://www.nabble.com/file/p19436483/ajaylogin.zip ajaylogin.zip , you can run it using mvn -Dmaven.test.skip=true jetty:run and see for yourself.. Good luck.. Ajayi Yinka wrote: Thanks so much, I appreciate this, Now help me remove the onError method from the LoginForm class so

Components render problem

2008-09-10 Thread Ajayi Yinka
Hi guys, I am a newbie in wicket. I am presently developpng an application using wicket framework. I am having problem in submitting my forms. The form submissionis actually working whenever I enter a value but if no value is put in the textbox, feedback panel will display the error message (I

Re: Components render problem

2008-09-10 Thread Ajayi Yinka
that you've last entered, it seems like the form is not validated successfully.. Ajayi Yinka wrote: Hi guys, I am a newbie in wicket. I am presently developpng an application using wicket framework. I am having problem in submitting my forms. The form submissionis actually working whenever

Re: Components render problem

2008-09-10 Thread Ajayi Yinka
, 2008 at 4:58 AM, Ajayi Yinka [EMAIL PROTECTED]wrote: I thought as much, it seems I am missing something out in validation process. Please help me check out from this snippet of my codes userId = new TextField(userId, new Model()); userId.setRequired(true); userPassword