Re: [Wicket-user] Directly map a bean to HTML form

2006-12-20 Thread Igor Vaynberg
and here is a small prototype i worked on for wicket 2.0 dont know if the code is complete but it might give you some ideas -igor On 12/20/06, Eelco Hillenius <[EMAIL PROTECTED]> wrote: On 12/19/06, Ayodeji Aladejebi <[EMAIL PROTECTED]> wrote: > this is not so difficult to do on a base level

Re: [Wicket-user] Directly map a bean to HTML form

2006-12-20 Thread Eelco Hillenius
On 12/19/06, Ayodeji Aladejebi <[EMAIL PROTECTED]> wrote: > this is not so difficult to do on a base level in wicket...it just > that i wished the wicket committers could work on a very robust > infastructure for this because really we eventually get tired of > typing textfields for each property i

Re: [Wicket-user] Directly map a bean to HTML form

2006-12-20 Thread Gwyn Evans
Added On 20/12/06, Paolo Di Tommaso <[EMAIL PROTECTED]> wrote: > Fine, my id on sourceforge is "paolodt" . > > Thanks. > > Paolo > > > On 12/20/06, Martijn Dashorst < [EMAIL PROTECTED]> wrote: > > If you provide me with your sourceforge.net ID, then I'll add > > you to the committers list of wicke

Re: [Wicket-user] Directly map a bean to HTML form

2006-12-20 Thread Paolo Di Tommaso
Fine, my id on sourceforge is "paolodt" . Thanks. Paolo On 12/20/06, Martijn Dashorst <[EMAIL PROTECTED]> wrote: If you provide me with your sourceforge.net ID, then I'll add you to the committers list of wicket-stuff -

Re: [Wicket-user] Directly map a bean to HTML form

2006-12-20 Thread Martijn Dashorst
If you provide me with your sourceforge.net ID, then I'll add you to the committers list of wicket-stuff On 12/20/06, Paolo Di Tommaso <[EMAIL PROTECTED]> wrote: > Nice one. How to gain 'developer' access to that project ? > > Paolo > > > On 12/20/06, Gwyn Evans <[EMAIL PROTECTED] > wrote: > > I'v

Re: [Wicket-user] Directly map a bean to HTML form

2006-12-20 Thread Paolo Di Tommaso
Nice one. How to gain 'developer' access to that project ? Paolo On 12/20/06, Gwyn Evans <[EMAIL PROTECTED]> wrote: I've just committed a copy of the project that I had locally back to SVN, but it's not something I was working on, so may be older than the last modified one. Feel free to delet

Re: [Wicket-user] Directly map a bean to HTML form

2006-12-20 Thread Gwyn Evans
I've just committed a copy of the project that I had locally back to SVN, but it's not something I was working on, so may be older than the last modified one. Feel free to delete it if it doesn't help. /Gwyn On 20/12/06, Paolo Di Tommaso <[EMAIL PROTECTED]> wrote: > Can you grant the same role t

Re: [Wicket-user] Directly map a bean to HTML form

2006-12-20 Thread Paolo Di Tommaso
Can you grant the same role to me or whoever else can do that? Paolo On 12/20/06, Filippo Diotalevi <[EMAIL PROTECTED]> wrote: On 12/20/06, Paolo Di Tommaso <[EMAIL PROTECTED]> wrote: > Ok, but it is possible to commit on wicket-stuff with an anonymous access? > > Paolo Not with an anonymou

Re: [Wicket-user] Directly map a bean to HTML form

2006-12-20 Thread Filippo Diotalevi
On 12/20/06, Paolo Di Tommaso <[EMAIL PROTECTED]> wrote: > Ok, but it is possible to commit on wicket-stuff with an anonymous access? > > Paolo Not with an anonymous access, but I should also have commit access since I'm listed as 'developer' in wicket-stuff -- filippo

Re: [Wicket-user] Directly map a bean to HTML form

2006-12-20 Thread Martijn Dashorst
No, but if you provide me with your sourceforge.net ID, then I'll add you to the committers list. Martijn On 12/20/06, Paolo Di Tommaso <[EMAIL PROTECTED]> wrote: > Ok, but it is possible to commit on wicket-stuff with an anonymous access? > > Paolo > > On 12/20/06, Filippo Diotalevi < [EMAIL PRO

Re: [Wicket-user] Directly map a bean to HTML form

2006-12-20 Thread Paolo Di Tommaso
Ok, but it is possible to commit on wicket-stuff with an anonymous access? Paolo On 12/20/06, Filippo Diotalevi <[EMAIL PROTECTED]> wrote: On 12/20/06, Paolo Di Tommaso <[EMAIL PROTECTED]> wrote: > Good question. > > I've found the BeanFormPanel source in a old 1.1.1 wicket-extensions > releas

Re: [Wicket-user] Directly map a bean to HTML form

2006-12-20 Thread Filippo Diotalevi
On 12/20/06, Paolo Di Tommaso <[EMAIL PROTECTED]> wrote: > Good question. > > I've found the BeanFormPanel source in a old 1.1.1 wicket-extensions > release. > > If the project bean-edit is missing I could start it again together with > Filippo. Yes! I've just done a quick check and the latest wic

Re: [Wicket-user] Directly map a bean to HTML form

2006-12-20 Thread Paolo Di Tommaso
Good question. I've found the BeanFormPanel source in a old 1.1.1 wicket-extensions release. If the project bean-edit is missing I could start it again together with Filippo. Paolo On 12/20/06, Martijn Dashorst <[EMAIL PROTECTED]> wrote: Strange... http://cwiki.apache.org/WICKET/wicket-st

Re: [Wicket-user] Directly map a bean to HTML form

2006-12-20 Thread Martijn Dashorst
Strange... http://cwiki.apache.org/WICKET/wicket-stuff.html Mentions a bean edit project, but I can't find it on the SVN repository. Any one know what happened to it? Martijn On 12/20/06, Filippo Diotalevi <[EMAIL PROTECTED]> wrote: > On 12/20/06, Paolo Di Tommaso <[EMAIL PROTECTED]> wrote: > >

Re: [Wicket-user] Directly map a bean to HTML form

2006-12-20 Thread Filippo Diotalevi
On 12/20/06, Paolo Di Tommaso <[EMAIL PROTECTED]> wrote: > That's sound interesting. Is that old code still available somewhere? > > If you agree we could create a new wicket-stuff project starting from it. > Thanks, Paolo Hi Paolo, I'm interested too in re-creating such a component in wicket-st

Re: [Wicket-user] Directly map a bean to HTML form

2006-12-20 Thread Martijn Dashorst
Also, check the wicket-contrib-.*bean.* project in Wicket Stuff. It hasn't been maintained very well, but could be used as a starting point Martijn On 12/20/06, Igor Vaynberg <[EMAIL PROTECTED]> wrote: > im not sure, check svn history? dont remember if it was removed before or > after our move to

Re: [Wicket-user] Directly map a bean to HTML form

2006-12-20 Thread Igor Vaynberg
im not sure, check svn history? dont remember if it was removed before or after our move to svn. -igor On 12/20/06, Paolo Di Tommaso <[EMAIL PROTECTED]> wrote: That's sound interesting. Is that old code still available somewhere? If you agree we could create a new wicket-stuff project starti

Re: [Wicket-user] Directly map a bean to HTML form

2006-12-20 Thread Paolo Di Tommaso
That's sound interesting. Is that old code still available somewhere? If you agree we could create a new wicket-stuff project starting from it. Thanks, Paolo On 12/19/06, Igor Vaynberg <[EMAIL PROTECTED]> wrote: we dropped it from extensions because there was not enough interest in it and

Re: [Wicket-user] Directly map a bean to HTML form

2006-12-19 Thread Igor Vaynberg
we dropped it from extensions because there was not enough interest in it and it was a pita to maintain. if there is interest now then you guys can feel free to start a wicket-stuff project, once it has evolved there to something useful we wouldnt mind readding it to extensions. -igor On 12/19/

Re: [Wicket-user] Directly map a bean to HTML form

2006-12-19 Thread Ayodeji Aladejebi
the only thing that actually limits the feature is what has been mentioned. Styling the generated forms to taste. On 12/19/06, Igor Vaynberg <[EMAIL PROTECTED]> wrote: we dropped it from extensions because there was not enough interest in it and it was a pita to maintain. if there is interest n

Re: [Wicket-user] Directly map a bean to HTML form

2006-12-19 Thread Igor Vaynberg
i have a bean panel, and what i do is put the label and the formcomponent/panel into a border. i have a factory method on the panel that lets users define their own borders so they can easily change the look and feel of the panel. -igor On 12/19/06, Ayodeji Aladejebi <[EMAIL PROTECTED]> wrote:

Re: [Wicket-user] Directly map a bean to HTML form

2006-12-19 Thread Paolo Di Tommaso
-- Message: 1 Date: Tue, 19 Dec 2006 18:19:47 +0800 From: "Carfield Yim" <[EMAIL PROTECTED]> Subject: [Wicket-user] Directly map a bean to HTML form To: wicket-user@lists.sourceforge.net Message-ID: <[EMAIL PROTECTED]> Content-Type: text/plain; c

Re: [Wicket-user] Directly map a bean to HTML form

2006-12-19 Thread Stefan Lindner
0 From: "Carfield Yim" <[EMAIL PROTECTED]> Subject: [Wicket-user] Directly map a bean to HTML form To: wicket-user@lists.sourceforge.net Message-ID: <[EMAIL PROTECTED]> Content-Type: text/plain; charset=UTF-8; format=flowed This look really cool, I just define the bean an

Re: [Wicket-user] Directly map a bean to HTML form

2006-12-19 Thread Ayodeji Aladejebi
this is not so difficult to do on a base level in wicket...it just that i wished the wicket committers could work on a very robust infastructure for this because really we eventually get tired of typing textfields for each property in various beans. there used to be bean panel in wicket but sudden

Re: [Wicket-user] Directly map a bean to HTML form

2006-12-19 Thread Paolo Di Tommaso
Quite interesting. Although Wicket use a different approach that requires explicitly to map html fields to java objects - and this is what makes it so great - there are situation where would be very useful to have a component like that (for example for fast application prototyping ..). Moreover

[Wicket-user] Directly map a bean to HTML form

2006-12-19 Thread Carfield Yim
This look really cool, I just define the bean and the framework determine HTML input type for me, is that similar support from wicket for this? http://beanform.sourceforge.net/ - Take Surveys. Earn Cash. Influence the Future