RE: [Wicket-user] Buzzz Questions

2005-06-27 Thread Christopher Turner
Title: RE: [Wicket-user] Buzzz Questions Yes, this is exactly how they work. Regards, Chris ... * Panels. Great stuff. But how do I make things modular across different projects? Can I jar a panel's code and html up and simply drop it in another project's classpath? Yes

[Wicket-user] Buzzz Questions

2005-06-26 Thread Stefan Arentz
First of all. Wow. This stuff rocks. Wicket is my first experience with a component based framework and I've never got up to speed so fast. I've been looking for ways to simplify web development. Ruby on Rails does a lot of things I like, but I would really like to stick with Java. I'm

Re: [Wicket-user] Buzzz Questions

2005-06-26 Thread Chris Turner
Hi Stefan, Glad that you like what we are doing. It's very encouraging to get so much positive feedback. I've tried to answer your questions as best as possible below. Stefan Arentz wrote: First of all. Wow. This stuff rocks. Wicket is my first experience with a component based framework

Re: [Wicket-user] Buzzz Questions

2005-06-26 Thread Juergen Donnerstag
* What's up with all the span's? I simply use p wicket:id=foo/ p and that also works fine. Is it a matter of personal html style or is it good practice to use the spans? some components require specific tags like input other can be attached to any tag. I assume you know that there is a