[Wicket-user] Running examples in "live action" gives "proxy error"

2006-02-08 Thread Chris M
hi, when trying to run the examples from http://wicket.sourceforge.net/Examples.html#Running_the_Examples_Yourself in "live action", then a page with "proxy error" opens. can someone fix this or let me know where to post this message so that it is picked up and fixed by someone? i think it is

[Wicket-user] multiple tab pages, tabbed panel

2006-03-12 Thread Chris M
I am looking for support for tabbed panes in wicket. On www.wicket-library.com I found a description of a class wicket.markup.html.tabs.TabbedPanel or LazyTabbedPanel. (http://www.wicket-library.com/wicket-examples/compref?bookmarkablePage=wicket.examples.compref.TabbedPanelPage) The issue is

[Wicket-user] Wicket behind apache, using ProxyPass?

2006-05-20 Thread Chris M
The following setup I'd like to get up and running: - apache 2 listening on port 80, serving some static pages to the internet - tomcat (running on port 8080), serving applications where some of which (but not all) are intended to be used via the internet as well. - in order to not have to open

Re: [Wicket-user] Wicket behind apache, using ProxyPass?

2006-05-20 Thread Chris M
Thanks, sounds like a better fit to what I need. Aaron Hiniker wrote: I usually use mod_jk for apache + tomcat.. you may try that if you can't get this to work On Sat, 2006-05-20 at 10:46 +0200, Chris M wrote: The following setup I'd like to get up and running: - apache 2 li

Re: [Wicket-user] Wicket behind apache, using ProxyPass?

2006-05-21 Thread Chris M
Cheers, Dave -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Chris M Sent: 20 May 2006 18:15 To: wicket-user@lists.sourceforge.net Subject: Re: [Wicket-user] Wicket behind apache, using ProxyPass? Thanks, sounds like a better fit to what I need.

[Wicket-user] svn checkout: could not connect to server

2006-06-01 Thread Chris M
Trying to checkout wicket 1.2 fails. Using the command svn checkout https://svn.sourceforge.net/svnroot/wicket/branches/WICKET_1_2/wicket wicket results in the following: svn: PROPFIND request failed on '/svnroot/wicket/branches/WICKET_1_2/wicket' svn: PROPFIND of '/svnroot/wicket/branches/WI

[Wicket-user] Toolkit for editing and navigating business objects (a.k.a. Beans)

2006-09-05 Thread Chris M
Dear All, based on some ideas about business objects, descriptions of them and annotations I built a first implementaiton of a toolkit, named webby. Webby uses wicket, wicket-extensions and databinder (http://databinder.net). The goal of this effort is to allow concentrating on writing code whi

[Wicket-user] Webby uses Wicket ... link would be nice.

2006-10-19 Thread Chris M
Just released 0.4 of webby, webby4db and examples, see http://r8fe.net/webby and the blog entry at http://r8fe.net/wordpress. Webby aims at supporting quick creation of data centric web applications, built upon Wicket, using a bean descriptor like approach. My question: Could someone of the wic

[Wicket-user] generic bean support with webby: release 0.5

2006-11-12 Thread Chris M
Dear All, there's a new version of webby available, see http://r8fe.net/wordpress/. If generic bean (or: business object) manipulation and navigation is of interest to you, you might have a look and leave me a comment or an email. Best regards, Chris ---

Re: [Wicket-user] Webby is cool

2007-02-15 Thread Chris M
Oops, sorry. I am the author of webby and webby4db. As my daytime job is not related too much to wicket and webby, I am not too actively reading this mailing list either. Thanks for the positive feedback btw. Please have a look at my latest blog post (http://r8fe.net/wordpress/?p=13) to see my