Re: [Wicket-user] getting pageParameters in a panel

2006-10-27 Thread Korbinian Bachl
String querystring=((WebRequest)getRequest()).getHttpServletRequest().getQueryString();PageParameters p=new PageParameters(querystring,"&");try that-igor On 10/27/06, Korbinian Bachl <[EMAIL PROTECTED]> wrote: Hi,   ive got a small problem, in w

[Wicket-user] getting pageParameters in a panel

2006-10-27 Thread Korbinian Bachl
Hi,   ive got a small problem, in wich im not sure how to solve it:   Ive got a own IRequestStrategy that uses requestParameters and have a form-panel in the masterlayout that uses this submit:   @Override    public void onSubmit()     {    String suchFeld = getSuchfeld();

Re: [Wicket-user] Nice Url

2006-10-19 Thread Korbinian Bachl
Hi, yes it is possible, look here for detailed: http://www.javalobby.org/java/forums/t68753.html you can then provide parameters via the PageParameter param - if this doesnt satisfy you (e.g: some special needs for URL) then you may also use a own implementation of IRequestTargetURLCodingStrate

Re: [Wicket-user] newbie: wicket + dojo LayoutContainer

2006-10-13 Thread Korbinian Bachl
Hi, dont refer to the navomatic example, as this is a special contruction. If you need a usualy a href= link to a wicket page then use instead following: HMTL Markup: Link desc and in Java-Page use: Link myLink = new Link("myLink") { public void onClick() { setRespon

Re: [Wicket-user] NiceURL and PagingNavigator

2006-10-12 Thread Korbinian Bachl
taking a look at Woogle and how the url looks when changing page in the result.I have done this with Bookmarkable pages and did the pagination myself. http://woogle.billen.dk/ (At that website there is also a link to the svn repository)Frank On 10/11/06, Korbinian Bachl < [EM

Re: [Wicket-user] NiceURL and PagingNavigator

2006-10-12 Thread Korbinian Bachl
Woogle and how the url looks when changing page in the result.I have done this with Bookmarkable pages and did the pagination myself. http://woogle.billen.dk/ (At that website there is also a link to the svn repository)Frank On 10/11/06, Korbinian Bachl < [EMAIL PROTECTED]>

Re: [Wicket-user] OT: Dandelion Warriors

2006-10-12 Thread Korbinian Bachl
Just to be sure we should also add:   Klingons Romulans Storm Troopers Orks Mages Knights [your favorite warparty here]   ...   Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im Auftrag von Ted RoeloffzenGesendet: Donnerstag, 12. Oktober 2006 10:52An: wicket-user@lists.source

Re: [Wicket-user] NiceURL and PagingNavigator

2006-10-11 Thread Korbinian Bachl
o make an effort to achieve > the urls you need. > > > > > > The problem with bookmarkable urls is that every time you > click on > > > one, new page instance is created. So if you have e.g. a member > > > variable in old page, the variable value won't

[Wicket-user] BreadCrumb & Page

2006-10-10 Thread Korbinian Bachl
Hi,   short question: does the BreadCrumb (extension) work with pages or only with panels? I ask because the exampe http://www.wicket-library.com/wicket-examples/breadcrumb only shows panels, similar to the tabbed Panel.   I it works with Pages, can it use mounted links/ bookmarkable links,

Re: [Wicket-user] NiceURL and PagingNavigator

2006-10-10 Thread Korbinian Bachl
you can use ajax paging navigator (and ajax > tabbed panel), which would case the url to stay unchanged. > > -Matej > > > Korbinian Bachl wrote: > > I extend the question further: How can i have a nice URL and use a > > TabbedPanel component??? > > >

Re: [Wicket-user] NiceURL and PagingNavigator

2006-10-10 Thread Korbinian Bachl
stand this right, it would be enough to modify the PagingNavigator to use BookmarkablePageLink with the parameters ? If this is so, why doesnt the PagingNavigator provide this functionality by itself? or might this run into other problems? Any help is really appreciated, Regards Korbinian >

Re: [Wicket-user] NiceURL and PagingNavigator

2006-10-10 Thread Korbinian Bachl
I extend the question further: How can i have a nice URL and use a TabbedPanel component???   Regards Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im Auftrag von Korbinian BachlGesendet: Dienstag, 10. Oktober 2006 12:01An: wicket-user@lists.sourceforge.netBetreff: [Wick

[Wicket-user] NiceURL and PagingNavigator

2006-10-10 Thread Korbinian Bachl
Hi,   i have a page, call it products, and i implement a Paging Navigator there, as its not good to have mor than e.g. 10 products on page at same time.   I then mount the products via   mountBookmarkablePage("/products", Product.class);   by executing it all works at first, but when using

[Wicket-user] Wicket & Netbeans

2006-10-07 Thread Korbinian Bachl
Hi,   in Martijns blog, i read that there is also wicket IDE support for netbeans, pointing me to: https://nbwicketsupport.dev.java.net/. However, i havent found any downloadable NB module or sth. like that.   Has anyone here used that so far ?   Regards   Korbinian

Re: [Wicket-user] new initiative for a user guide

2006-10-06 Thread Korbinian Bachl
Hi Stefan, as far as i know JPA is a big part of the new JEE5 world, so it will never drop out completely. And since it by the basics is just a description of interfaces and way to work (basically) the implementation you use isnt tied to sun. You may use Toplink if you want, or Hibernate or Kodo..

Re: [Wicket-user] How to find Wicket mode (Production/Development )?

2006-10-05 Thread Korbinian Bachl
Hi Eelco, you watch the first 2 lines in the server log or you can get the config value in the app class... Regards > -Ursprüngliche Nachricht- > Von: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Im Auftrag > von Erik van Oosten > Gesendet: Donnerstag, 5. Oktober 2006 08:41 > An: W

Re: [Wicket-user] new initiative for a user guide

2006-10-05 Thread Korbinian Bachl
Hi,   can you tell me more about what isnt working?   Im quite new to JPA, but the interesting things is that everything i tried worked like a charm...   Regards Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im Auftrag von Stefan KanevGesendet: Montag, 2. Oktober 2006 18:

Re: [Wicket-user] mailing list problems

2006-10-05 Thread Korbinian Bachl
Eelco, does the mailinglist again have problems ??? i havent received a single mail for over 24 hours now or is the list dead??? Regards, Korbinian > -Ursprüngliche Nachricht- > Von: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Im Auftrag > von Eelco Hillenius > Gesendet: Sonn

Re: [Wicket-user] Database Integration With Wicket

2006-10-03 Thread Korbinian Bachl
option. > > Say you are a Java developer working on a new application, > and you don't know much about databases, you just need > persistence. It seems JPA is, partly, designed for this > scenario. And in this case wouldn't using, something like, > db40 be a bette

Re: [Wicket-user] Database Integration With Wicket

2006-10-03 Thread Korbinian Bachl
Betreff: [Wicket-user] Database Integration With Wicket > > JPA, Hibernate and other tools like that seem to > (desperately) try to hide the fact that there is an rdbms > underneath. Did anyone here try not having one... > > http://www.db4o.com/about/news/release/2006_09_28.aspx &g

Re: [Wicket-user] new initiative for a user guide

2006-10-02 Thread Korbinian Bachl
Hi,   my 2 cents:   petstore is a good thing to have in it, as it shows how everything really works and is plugged together, spring however shouldnt be put in a main part, more appendix or sth. like that.   For Hibernate & co. : just forget them and concentrate on how wicket and JPA fit toge

Re: [Wicket-user] Fw: Shades phonebook example complete

2006-09-29 Thread Korbinian Bachl
Hi Geoff, you write: > I am loving the way Shades works with Wicket. I think the > Serializable DatabaseSession in Shades could provide some > significant performance improvements for Wicket applications > beyond what is possible with JDO apps, because of the fact > that the jdo PersistenceMa

Re: [Wicket-user] progress indicator

2006-09-28 Thread Korbinian Bachl
is more an unfair user trying to screw the > system. In that case, I will of course try to install > protections on the system side, but I will not try to protect > the user. ;-) > > Pierre-Yves > > Korbinian Bachl a écrit : > > it wouldnt work to prevent the user fr

Re: [Wicket-user] progress indicator

2006-09-28 Thread Korbinian Bachl
or > > What wouldn't work? Do you mean the indicating ajax link > wouldn't prevent the user to resubmit the form, or are you > thinking about another problem? > > Pierre-Yves > > Korbinian Bachl a écrit : > > depends on the scenario he wants to use it,

Re: [Wicket-user] progress indicator

2006-09-28 Thread Korbinian Bachl
2006 11:29 > An: wicket-user@lists.sourceforge.net > Betreff: Re: [Wicket-user] progress indicator > > I guess the question is how to prevent the user to send the > form twice while the Ajax request is being processed. Or am I wrong? > > Pierre-Yves > > Korbinia

Re: [Wicket-user] progress indicator

2006-09-28 Thread Korbinian Bachl
Hi,   i dont understand what you mean? - how can a disabled onSubmit button stop the user from changing selected values?? if you plan it ajax like, how can u be secure that the user has JS activated and doenst deactivate it or ignore parts of it (like you can do with certain browser plugins)

Re: [Wicket-user] Database Integration With Wicket

2006-09-27 Thread Korbinian Bachl
Hi All,   since im working now several days with NB and JPA1.0 i think i can give some hints.:   First: DONT USE NB 5.5 BETA 1 or 2, use the DEV daily build instead ! - best the one from 29 09 2006 or 30 09 2006, as the Beta's have problems in creating entitys from DB in case of Many to Many

Re: [Wicket-user] Database Integration With Wicket

2006-09-22 Thread Korbinian Bachl
Hi,   i just took a closer look at the wicket-phonebook. can anyone point me to the sourceode for it? - i can get the war from http://wicket-stuff.sourceforge.net/wicket-phonebook/ but dont find a source for it... (maybe im just too blind?).   Oh, and another thing: on the http://wicket-stuff

Re: [Wicket-user] Wicket 2.0: You are in DEVELOPMENT mode

2006-09-01 Thread Korbinian Bachl
a default configure (DEVELOPMENT) before your init is called. Frank On 9/1/06, Korbinian Bachl <[EMAIL PROTECTED]> wrote: it has to be in the init() function of the Application Class - the thing youwrite is deprecated in 1.2 already, and not supported anymore in 2.0e.g:cla

Re: [Wicket-user] Wicket 2.0: You are in DEVELOPMENT mode

2006-09-01 Thread Korbinian Bachl
it has to be in the init() function of the Application Class - the thing you write is deprecated in 1.2 already, and not supported anymore in 2.0 e.g: class myapp extends WebApp{ init() { configure(foo.bar); } } regards Korbinian _ Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]

Re: [Wicket-user] On-screen keyboard

2006-09-01 Thread Korbinian Bachl
have you thought about using images and instead of using a table, positioning them with pure CSS? this might be more elegant way.. regards > -Ursprüngliche Nachricht- > Von: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Im Auftrag > von Konstantin > Gesendet: Freitag, 1. September 2

Re: [Wicket-user] WebObjects open source?

2006-08-31 Thread Korbinian Bachl
good points igor, and remember: spindle is only T3... no more for T4, and the other projects to create Tools for T4 arent mature yet...   Regards Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im Auftrag von Igor VaynbergGesendet: Mittwoch, 30. August 2006 22:43An: wicket-u

Re: [Wicket-user] Tri-state checkbox

2006-08-30 Thread Korbinian Bachl
very true. Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im Auftrag von Igor VaynbergGesendet: Mittwoch, 30. August 2006 21:20An: wicket-user@lists.sourceforge.netBetreff: Re: [Wicket-user] Tri-state checkbox all this really depends on the site you are building. if

Re: [Wicket-user] Tri-state checkbox

2006-08-30 Thread Korbinian Bachl
Dont know if you understand German, but here its more concrete: http://www.darw.de/statistik/ (the numbers come from php.net, google.de, mysql.com, w3c.org )   Basically, you see the result of last 150 to 200k User Agents that accessed these sites, from wich about 15 to 25 % have JS complete

Re: [Wicket-user] Tri-state checkbox

2006-08-30 Thread Korbinian Bachl
  Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im Auftrag von Igor VaynbergGesendet: Mittwoch, 30. August 2006 20:24An: wicket-user@lists.sourceforge.netBetreff: Re: [Wicket-user] Tri-state checkbox if you havent noticed its 2006 and _javascript_ is as pervasive as

Re: [Wicket-user] Tri-state checkbox

2006-08-30 Thread Korbinian Bachl
use a form that composites a HiddenField and an img with onclick that toggles its src and the hidden field's value. -Igor On 8/30/06, Korbinian Bachl <[EMAIL PROTECTED]> wrote: just checked W3C,its ok to have multi   within a form - sothis would be secure.. you the

Re: [Wicket-user] Tri-state checkbox

2006-08-30 Thread Korbinian Bachl
just checked W3C, its ok to have multi within a form - so this would be secure.. you then can have a img over it with CSS similar to this 2 states example here http://www.ukthoughts.co.uk/journal/css-submit-buttons if you would do this, then it would be 100% w3c compliant and safe for all b

Re: [Wicket-user] Tri-state checkbox

2006-08-30 Thread Korbinian Bachl
f you use a submit button with 3 different images based on a objectstate might work... but im not sure if having multiple sumbit buttons for 1 form is W3C compliant and will work... have you thought about usning a DropDownList with 3 fields ?? - might be easier and more intuitive for the user.. Rega

Re: [Wicket-user] Tri-state checkbox

2006-08-30 Thread Korbinian Bachl
you know what the limits of HTML are suggest you look at w3c.org the HTML specs, and think about a realistic way to solve your business needs. Regards > -Ursprüngliche Nachricht- > Von: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Im Auftrag > von Alex Objelean > Gesendet: Mitt

Re: [Wicket-user] WebObjects open source?

2006-08-29 Thread Korbinian Bachl
Hi Anders, i heard much about WebObjects, and have a qustion: is it true, that you need apple (OS) in order to run it ? - where here with Windows/ Linux environments Regards, Korbinian PS: can you point out what in your opinion is superior to Wicket from WebObjects ? e.g. a small comparisio

Re: [Wicket-user] Session management

2006-08-28 Thread Korbinian Bachl
why dont you disable cookies in web.xml and rely on url rewriting then??? Regards, Korbinian > -Ursprüngliche Nachricht- > Von: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Im Auftrag > von Nino Wael > Gesendet: Montag, 28. August 2006 15:32 > An: wicket-user@lists.sourceforge.net >

Re: [Wicket-user] library example using Shades for O/R mapping

2006-08-26 Thread Korbinian Bachl
hi, my thought is: with EJB3 and hibernate (and both together if you want) - why do we need more ? regards, korbinian > -Ursprüngliche Nachricht- > Von: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Im Auftrag > von Geoff hendrey > Gesendet: Samstag, 26. August 2006 18:54 > An: Wicke

Re: [Wicket-user] Portal framework for wicket?

2006-08-25 Thread Korbinian Bachl
well, you might want to take a look at alfresco, an OS java CMS wich already uses Hibernate & Spring... so u perhaps see a start there http://www.alfresco.com/ Regards, Korbinian > -Ursprüngliche Nachricht- > Von: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Im Auftrag > von Hugh

Re: [Wicket-user] Wicket 2.0, when?

2006-08-25 Thread Korbinian Bachl
just curious: why dont you do it like the eclipse-project and have daily-snapshot jars ??? - and once a time a M-build ??? Regards > -Ursprüngliche Nachricht- > Von: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Im Auftrag > von Eelco Hillenius > Gesendet: Freitag, 25. August 2006 08:2

Re: [Wicket-user] best practice for uploading and using content (images) with wicket?

2006-08-23 Thread Korbinian Bachl
this is Java - we have no pointers :P basically, if you want to get the data from a file you do it a bit different as from a DB stream, if you look here, youll see the basic behind IO here: http://www.physik.uni-muenchen.de/kurs/Computing/java/node36.html (its german, so u will understand it easi

Re: [Wicket-user] Pro Wicket beta book available

2006-08-17 Thread Korbinian Bachl
Hi Karthik, if its not too late for a small wish: i'd love to see the EJB3 part of chapter 5 extended to a full chapter, as wicket+ejb3 looks like the future for me (sb. in the list called it the "holy grail of web development")... e.g. session (stateful / less)beans & messaging beans as well as a

Re: [Wicket-user] Pro Wicket beta book available

2006-08-17 Thread Korbinian Bachl
so im bad now ;)   on page 4, chapter 1, the listing 1-1 reads a config to bring jetty to port 8080, instead it shows us a 8081   but to be nice, it is the only error i found so far, and this at a beta-book level is really good (im at chapter 3 at moment)   and you should tell apress that th

Re: [Wicket-user] Wicket 1.2 and Hibernate 3 slow

2006-08-17 Thread Korbinian Bachl
How are you retrieving the data? (hibernate beans are just data-containers, wich are persistent in the database) Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im Auftrag von Nino WaelGesendet: Donnerstag, 17. August 2006 10:55An: wicket-user@lists.sourceforge.netBetreff:

Re: [Wicket-user] beginners question: wicket and sessions

2006-08-14 Thread Korbinian Bachl
Hi Igor, you get a session bean and store the stub in wicket's session object and thats how you reference it. so instead of stuffing it into httpsession you stuff it into wicket's. vincent wrote an ejb3 wicket app so maybe he can give you more input or you can woogle [1] for ej

Re: [Wicket-user] beginners question: wicket and sessions

2006-08-14 Thread Korbinian Bachl
ession object in the the http session object so that it knows that the session object is changed.johan On 8/13/06, Korbinian Bachl <[EMAIL PROTECTED]> wrote: Hi,   i have a small problem in understanding the way session

[Wicket-user] beginners question: wicket and sessions

2006-08-13 Thread Korbinian Bachl
Hi,   i have a small problem in understanding the way sessions are used in wicket. Whenever i access any new wicket app (even HelloWorld) it gives me a SID, so i know i have a (http servlet) session. However, using the http.session is not the wicket way, and the wiki just tells: Custom Sess

Re: [Wicket-user] Component created 18 times in IE versus twice in Firefox

2006-08-11 Thread Korbinian Bachl
IE usually uses many more concurrent connections to grab details and if you map the servlet to /* it could be this... > -Ursprüngliche Nachricht- > Von: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Im Auftrag > von Pierre-Yves Saumont > Gesendet: Freitag, 11. August 2006 16:46 > An: w

Re: [Wicket-user] Performance/Scalability tips

2006-08-09 Thread Korbinian Bachl
He Sebastjan,   where did you read about the detached models ?   Regards Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im Auftrag von Sebastjan TrepcaGesendet: Mittwoch, 9. August 2006 10:17An: wicket-user@lists.sourceforge.netBetreff: [Wicket-user] Performance/Scalabil

Re: [Wicket-user] Performance/Scalability tips

2006-08-09 Thread Korbinian Bachl
Hi Johan,   1> use for heavy hit pages stateless pages (in 1.2 just use bookmarkable links and no forms on it), in 2.0 you have much more choices for working stateless.   question: is this done by using the mount functions in the init() of the application file ?   Regards  Von: [EMAI

Re: [Wicket-user] 3 day beginners overview / broken mounts

2006-08-07 Thread Korbinian Bachl
:) we rely on users to create > wiki articles because we ourselves lack the time. > > -Igor > > > On 8/7/06, Korbinian Bachl <[EMAIL PROTECTED]> wrote: > > Perhaps disabling it by default and creating a doc-page > that explains > > its limits and

Re: [Wicket-user] 3 day beginners overview / broken mounts

2006-08-07 Thread Korbinian Bachl
t; An: wicket-user@lists.sourceforge.net > Betreff: Re: [Wicket-user] 3 day beginners overview / broken mounts > > well, i have often argued to remove autolinking. we have got > a lot of complaints/things people thought were bugs because of it. > > -Igor > > > On 8/7/

Re: [Wicket-user] 3 day beginners overview / broken mounts

2006-08-07 Thread Korbinian Bachl
of that dir that is left also to the url? Packages in java are standalone things. There is not really such a thing as subpackages Thats only how we view them if we view them as a directory structure..johan On 8/7/06, Korbinian Bachl <[EMAIL PROTECTED]> wrote:

Re: [Wicket-user] 3 day beginners overview / broken mounts

2006-08-07 Thread Korbinian Bachl
Page4 > > > > > > Page1 works then and the Page4 link i can click on. > > That shows me the Page4 but I reused the navomaticborder in > page4 so > > Wicket:Link (auto link) tries to suddenly resolve the same hrefs to > > urls. Bu

Re: [Wicket-user] 3 day beginners overview / broken mounts

2006-08-07 Thread Korbinian Bachl
settings interface.PackageMounting is really the package not subpackages (as far as i know)What that second attempt failed i have to check out for myself first what exactly goes wrong. johan On 8/7/06, Korbinian Bachl <[EMAIL PROTECTED]> wrote: Hi,   after i

[Wicket-user] 3 day beginners overview / broken mounts

2006-08-07 Thread Korbinian Bachl
Hi,   after i played 3 days with wicket, its time to come to a small conlcsion. To have it short, ill just write the pro and cons in my opinion. Later on i describe a problem i have with the mount i applied to the navomatic demo application.   Wicket Pro: + good idea and model + intuitive

Re: [Wicket-user] Wicket J5EE combo?

2006-08-07 Thread Korbinian Bachl
Ayodeji,   would you mind to mail me the same doc/ proejct ? - and perhaps link it in the wicket-wiki, as i think there might be more interest in it -   Best thanks and Regards,   Korbinian Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im Auftrag von Ayodeji AladejebiGesende

Re: [Wicket-user] no-cache in development mode

2006-08-04 Thread Korbinian Bachl
Hi, the only 100% way is to deactivate the cache in the browser itself - as i found out some versions dont count on that no-cache, if they get the data for the same connection within short time, they usually use the chunks in the 0-time cache, especially if its embedded (like CSS files). the best

Re: [Wicket-user] VOTE: how should localized attributes work?

2006-08-03 Thread Korbinian Bachl
thus im quite new, 2[x] as its the only way to have a preview wich works in WYSIWYG editors and wont be ** up (hopefully...) by your next designer who changed the text so it looks better... > On 8/3/06, Dirk Markert <[EMAIL PROTECTED]> wrote: > > 2 [x] > > > > 2006/8/3, Eelco Hillenius <

Re: [Wicket-user] Basic Skeleton, Beginner Questions

2006-08-03 Thread Korbinian Bachl
Hi Martijn, > > So we deliver a package that contains everything you need, > including documentation, and then you complain that it is not > minimal? :-) well, these additional things were the problem for me ;) - no, seriously, because of the included jetty, docs and other jars i was a bit c

Re: [Wicket-user] Basic Skeleton, Beginner Questions

2006-08-03 Thread Korbinian Bachl
Questions On 8/3/06, Korbinian Bachl <[EMAIL PROTECTED]> wrote: ok, then it seems as the wicket-homepage is bit away of the officialspecification what anappserver is (these are only the big-thing with whole EE stack with them) Not to pick nits, but I think mayb

Re: [Wicket-user] Basic Skeleton, Beginner Questions

2006-08-03 Thread Korbinian Bachl
Hi Gwyn, thank you for your reply, > Just down to the defintion of "appserver" - all that's > needed is servlet container functionality - We tend to use > Jetty as it's easy to embed in IDEs & run standalone, but > there's no requirement for it over any other servlet engine. ok, then it se

[Wicket-user] Basic Skeleton, Beginner Questions

2006-08-03 Thread Korbinian Bachl
Hi,   i stumbled over Wicket some time ago and now have time to have a more close look on it. Therefore i have some questions.   1. I wantet to get a "Hello World app" working, however, i failed in finding out what is "really" necessary, to do it. I tried the Quickstart (Eclipse) example, bu

<    1   2