Re: [Wicket-user] Custom web form in Wicket

2007-01-18 Thread Filippo Diotalevi
On 1/16/07, Eelco Hillenius [EMAIL PROTECTED] wrote: Ah, ok. In that case, you should move the project from trunk to the 1.3 branch in the wicket-stuff project. Trunk is reserved for 2.0 projects. I regularly update those projects (like last weekend) when there are API breaks. Hi, I moved the

Re: [Wicket-user] Custom web form in Wicket

2007-01-18 Thread Paolo Di Tommaso
Filippo, I've also commited a ViewBeanPanel. It's a very simple gadget but useful to display a bean in a fast way. Paolo On 1/18/07, Filippo Diotalevi [EMAIL PROTECTED] wrote: On 1/16/07, Eelco Hillenius [EMAIL PROTECTED] wrote: Ah, ok. In that case, you should move the project from trunk to

Re: [Wicket-user] Custom web form in Wicket

2007-01-17 Thread Michael K
: Paolo Di Tommaso [EMAIL PROTECTED] To: wicket-user@lists.sourceforge.net Sent: Wednesday, January 17, 2007 3:52:59 PM Subject: Re: [Wicket-user] Custom web form in Wicket We are just refactoing the package name to wicket.contrib.markup.html.beanpanel What do you think is? Is there a naming

Re: [Wicket-user] Custom web form in Wicket

2007-01-17 Thread Eelco Hillenius
On 1/17/07, Paolo Di Tommaso [EMAIL PROTECTED] wrote: We are just refactoing the package name to wicket.contrib.markup.html.beanpanel What do you think is? Is there a naming convention for Wicket-stuff contribs ? There are no hard rules. Most projects use wicket.contrib.x or

Re: [Wicket-user] Custom web form in Wicket

2007-01-16 Thread Paolo Di Tommaso
Subject: Re: [Wicket-user] Custom web form in Wicket wrap each type (textfield, dropdown, etc) of component in a panel, then add them to repeatingview or another repeater to build the form -igor On 1/11/07, Michael K [EMAIL PROTECTED] wrote: hmm certainly my next question is: what

Re: [Wicket-user] Custom web form in Wicket

2007-01-16 Thread Eelco Hillenius
: Thanks very much Igor. I 'll give it a try. Michael - Original Message From: Igor Vaynberg [EMAIL PROTECTED] To: wicket-user@lists.sourceforge.net Sent: Friday, January 12, 2007 12:51:14 AM Subject: Re: [Wicket-user] Custom web form in Wicket wrap each type (textfield

Re: [Wicket-user] Custom web form in Wicket

2007-01-16 Thread Filippo Diotalevi
On 1/16/07, Eelco Hillenius [EMAIL PROTECTED] wrote: Definitively not the easiest task! Cool you are picking it up; I'll be sure to give it a look every now and then :) Will it be 2.0 only? Hi Eelco, no, we're developing with Wicket 1.X. And we are on heavy development right now, so expect *a

Re: [Wicket-user] Custom web form in Wicket

2007-01-16 Thread Eelco Hillenius
Ah, ok. In that case, you should move the project from trunk to the 1.3branch in the wicket-stuff project. Trunk is reserved for 2.0 projects. I regularly update those projects (like last weekend) when there are API breaks. Eelco On 1/16/07, Filippo Diotalevi [EMAIL PROTECTED] wrote: On

[Wicket-user] Custom web form in Wicket

2007-01-11 Thread Michael K
Hi, I 'm planning to include a feature in my web application that enables a customer to build a webform on the fly. The customer can determine which type of form component (i.e. textfield, list, options etc.) needs to be included. The web application displays the custom form and process the

Re: [Wicket-user] Custom web form in Wicket

2007-01-11 Thread Igor Vaynberg
not only is it feasible, it is easy :) -igor On 1/11/07, Michael K [EMAIL PROTECTED] wrote: Hi, I 'm planning to include a feature in my web application that enables a customer to build a webform on the fly. The customer can determine which type of form component (i.e. textfield, list,

Re: [Wicket-user] Custom web form in Wicket

2007-01-11 Thread Michael K
AM Subject: Re: [Wicket-user] Custom web form in Wicket not only is it feasible, it is easy :) -igor On 1/11/07, Michael K [EMAIL PROTECTED] wrote: Hi, I 'm planning to include a feature in my web application that enables a customer to build a webform on the fly. The customer can determine

Re: [Wicket-user] Custom web form in Wicket

2007-01-11 Thread Igor Vaynberg
to be mapped out during development time. Michael - Original Message From: Igor Vaynberg [EMAIL PROTECTED] To: wicket-user@lists.sourceforge.net Sent: Friday, January 12, 2007 12:38:30 AM Subject: Re: [Wicket-user] Custom web form in Wicket not only is it feasible, it is easy :) -igor

Re: [Wicket-user] Custom web form in Wicket

2007-01-11 Thread Michael K
Thanks very much Igor. I 'll give it a try. Michael - Original Message From: Igor Vaynberg [EMAIL PROTECTED] To: wicket-user@lists.sourceforge.net Sent: Friday, January 12, 2007 12:51:14 AM Subject: Re: [Wicket-user] Custom web form in Wicket wrap each type (textfield, dropdown, etc

Re: [Wicket-user] Custom web form in Wicket

2007-01-11 Thread Igor Vaynberg
] wrote: Thanks very much Igor. I 'll give it a try. Michael - Original Message From: Igor Vaynberg [EMAIL PROTECTED] To: wicket-user@lists.sourceforge.net Sent: Friday, January 12, 2007 12:51:14 AM Subject: Re: [Wicket-user] Custom web form in Wicket wrap each type (textfield, dropdown