Re: Announce: Enjoying Web Development with Wicket (4th edition)

2015-08-31 Thread Joseph Mokenela
gt; > Kent Tong > > IT author and consultant, child education coach > > --------- > To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org > For additional commands, e-mail: users-h...@wicket.apache.

Re: Wicket-Bootstrap Question

2014-01-10 Thread Joseph Mokenela
Beer wrote: > Hi Joesph > > Take a look at this simple example project I did of getting > wicket-bootstrap3 working. > https://github.com/dmbeer/wicket-bootstrap-example > > Thanks > > David > > On 09/01/14 03:40, Joseph Mokenela wrote: > >> Hi, >>

Wicket-Bootstrap Question

2014-01-08 Thread Joseph Mokenela
Hi, I am not sure whether this is the right place to ask *wicket-bootstrap*specific questions, I apologize if its not. Following is my question. I am building a wicket application and I am using wicket-bootstrap for bootstrap layout. However I am not able to access some of the bootstrap classes

Re: 404 error when calling getResourceSettings().getResourceFinders()

2013-06-11 Thread Joseph Mokenela
*MarkupNotFoundException *since the file is not in the root. Not inside *markup/com/foo/Home.html*as I would have expected. Is there any way around this issue, or I have missed something? Regards Joseph On Mon, Jun 10, 2013 at 4:42 PM, Joseph Mokenela wrote: > Thanks a lot Martin, > > I had a

Re: 404 error when calling getResourceSettings().getResourceFinders()

2013-06-10 Thread Joseph Mokenela
Thanks a lot Martin, I had an earlier version of wicket-extensions indeed. That solved it, Thanks again. Let me debug and I will feedback on the original error. Regards, On Mon, Jun 10, 2013 at 4:33 PM, Joseph Mokenela wrote: > The line at com.mmjmicrosystems.radarmarketing.Start.m

Re: 404 error when calling getResourceSettings().getResourceFinders()

2013-06-10 Thread Joseph Mokenela
The line at com.mmjmicrosystems.radarmarketing.Start.main(Start.java:66) is simply the call to server.start(); on the jetty server instance. On Mon, Jun 10, 2013 at 4:26 PM, Joseph Mokenela wrote: > Thanks for the quick response Martin, > > I have tried to debug the application bu

Re: 404 error when calling getResourceSettings().getResourceFinders()

2013-06-10 Thread Joseph Mokenela
ath#find() method and see > what happens. > > > On Mon, Jun 10, 2013 at 11:23 AM, Joseph Mokenela < > matooanemoken...@gmail.com> wrote: > > > Hi, > > > > I need help with Wicket. > > > > > > I am working on an application of which I am

404 error when calling getResourceSettings().getResourceFinders()

2013-06-10 Thread Joseph Mokenela
ceSettings().getResourceFinders().add(new WebApplicationPath(getServletContext(), "markup"))* *I get the 404 error, resource not found*, even if the folder is there on the file system Is there any extra setting I need to do? Any help will be appreciated. Regards, -- *Joseph Mok