Maybe that this feature sounds/looks great at first sight. But in every web application I wrote with other tools than wicket, which had this feature, I quickly ran into situatins where this did not lead any further. And the automatically generated forms often look really ugly. The order and the size of the input fields. I prefer the wicket way where i'm totally free in designing my forms. Stefan Lindner
________________________________ Von: [EMAIL PROTECTED] im Auftrag von [EMAIL PROTECTED] Gesendet: Di 19.12.2006 15:12 An: [email protected] Betreff: Wicket-user Digest, Vol 7, Issue 117 Send Wicket-user mailing list submissions to [email protected] To subscribe or unsubscribe via the World Wide Web, visit https://lists.sourceforge.net/lists/listinfo/wicket-user or, via email, send a message with subject or body 'help' to [EMAIL PROTECTED] You can reach the person managing the list at [EMAIL PROTECTED] When replying, please edit your Subject line so it is more specific than "Re: Contents of Wicket-user digest..." Today's Topics: 1. Directly map a bean to HTML form (Carfield Yim) 2. Re: Directly map a bean to HTML form (Paolo Di Tommaso) 3. wrung acquaintance (Reg K. Pike) 4. Re: Directly map a bean to HTML form (Ayodeji Aladejebi) ---------------------------------------------------------------------- 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: [email protected] Message-ID: <[EMAIL PROTECTED]> Content-Type: text/plain; charset=UTF-8; format=flowed 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/ ------------------------------ Message: 2 Date: Tue, 19 Dec 2006 12:49:15 +0100 From: "Paolo Di Tommaso" <[EMAIL PROTECTED]> Subject: Re: [Wicket-user] Directly map a bean to HTML form To: [email protected] Message-ID: <[EMAIL PROTECTED]> Content-Type: text/plain; charset="iso-8859-1" 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 it would be quite easy to implement extending a panel and using a just bit of reflection . Wicket gurus what do you think about? - Paolo On 12/19/06, Carfield Yim <[EMAIL PROTECTED]> wrote: > > 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 of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share > your > opinions on IT & business topics through brief surveys - and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > _______________________________________________ > Wicket-user mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/wicket-user > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://sourceforge.net/mailarchive/forum.php?forum=wicket-user/attachments/20061219/3f496798/attachment.html ------------------------------ Message: 3 Date: Tue, 19 Dec 2006 18:44:15 +0700 From: "Reg K. Pike" <[EMAIL PROTECTED]> Subject: [Wicket-user] wrung acquaintance To: <[email protected]> Message-ID: <[EMAIL PROTECTED]> Content-Type: text/plain; charset="windows-1252" Such feelings are also influenced by advertising and a consumer culture run amok, which Wallin says suggests to her that people are always looking for something to make our lives easier. To prevent this way-too-fast reboot, follow these easy to follow instructions to disable the automatic restart on system failure. We willen hiernaartoe voor een sneeuw-actief week. The more an item penetrates the culture, the more applications it has and the more we rely on it," she says. Maar voordat de topkok aan de slag gaat met het kerstmenu moet hij eerst zelf de witvis vangen en een rendierfarm bezoeken voor het vlees. PST in the Academy's Samuel Goldwyn Theater. The front garden uses the structural form of succulent plants such as euphorbias and yuccas to reinforce the design of the . None showed signs of having been subjected to significant trauma or serious sexual assault before dying, fueling speculation that the killer might have been a drug dealer who doped them. Infrequently handled cavies are not. Buiten is het een kerstkaart! Wat mij nog niet helemaal duidelijk is geworden is de regeling die we in Nederland kennen als de hypotheekrenteaftrek. CONTEST: Win Huge Prizes from We Are Marshall! "He's the king," says his friend, sometime business partner and New York antique dealer Martin Lane. This visual, step by step guide to performing a clean installation of Windows XP will help you through every step of the way! The more an item penetrates the culture, the more applications it has and the more we rely on it," she says. Na bijna anderhalf uur was het aardoppervlak dusdanig afgekoeld dat het ook bleef liggen. But if things turn sour, look out. CONTEST: Win The Charlotte's Web Soundtrack! With the day light on economic news, a rash of merger news fueled activity. Changing a light bulb seems like such a small thing but when you add up all the energy-saving light bulbs being installed all over the country, we're making BIG changes. Such feelings are also influenced by advertising and a consumer culture run amok, which Wallin says suggests to her that people are always looking for something to make our lives easier. Low-growing plants are preferred, but if using taller plants, pinch back their tips occasionally. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://sourceforge.net/mailarchive/forum.php?forum=wicket-user/attachments/20061219/5e6ad6f1/attachment.html -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: image/gif Size: 7870 bytes Desc: not available Url : http://sourceforge.net/mailarchive/forum.php?forum=wicket-user/attachments/20061219/5e6ad6f1/attachment.gif ------------------------------ Message: 4 Date: Tue, 19 Dec 2006 14:11:53 +0000 From: "Ayodeji Aladejebi" <[EMAIL PROTECTED]> Subject: Re: [Wicket-user] Directly map a bean to HTML form To: [email protected] Message-ID: <[EMAIL PROTECTED]> Content-Type: text/plain; charset="iso-8859-1" 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 suddenly they dropped it from the extensions. but i made something similar for a project where i needed dynamic forms. wait i could even zip up the small sample i used to experiement this. just attach to any existing wicket project and use the sample bean On 12/19/06, Paolo Di Tommaso <[EMAIL PROTECTED]> wrote: > 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 it would be quite easy to implement extending a panel and using a > just bit of reflection . > > > Wicket gurus what do you think about? > > > - Paolo > > > On 12/19/06, Carfield Yim <[EMAIL PROTECTED]> wrote: > > > > 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 of IT > > Join SourceForge.net's Techsay panel and you'll get the chance to share > > your > > opinions on IT & business topics through brief surveys - and earn cash > > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > > _______________________________________________ > > Wicket-user mailing list > > [email protected] > > https://lists.sourceforge.net/lists/listinfo/wicket-user > > > > -- Aladejebi Ayodeji A., DabarObjects Solutions Phone: 234 9 273 2 555 Mobile: +234 803 589 1780 Email: [EMAIL PROTECTED] Web: www.dabarobjects.com Blog: blog.dabarobjects.com Participate, Collaborate, Innovate Join Community: http://www.cowblock.net/ Get A Free Blog: http://blogs.cowblock.net/ -------------- next part -------------- A non-text attachment was scrubbed... Name: dynamicform.rar Type: application/x-rar-compressed Size: 4531 bytes Desc: not available Url : http://sourceforge.net/mailarchive/forum.php?forum=wicket-user/attachments/20061219/474b82ad/attachment.bin ------------------------------ ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV ------------------------------ _______________________________________________ Wicket-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wicket-user End of Wicket-user Digest, Vol 7, Issue 117 *******************************************
<<winmail.dat>>
------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________ Wicket-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wicket-user
