Transformin a form into a component

2009-04-01 Thread Daniel Ferreira Castro
I have a doubt about componentizing a Form. If I create a class, MyForm.java, that extends Form Inside of it I declare all the form componets. After that I create the markup with all the components present on MyForm.java. I call it MyForm.html If I want to use it on a page, like MyPage for

Re: Transformin a form into a component

2009-04-01 Thread Igor Vaynberg
put it into a panel -igor On Wed, Apr 1, 2009 at 11:46 AM, Daniel Ferreira Castro dfcas...@gmail.com wrote: I have a doubt about componentizing a Form. If I create a class, MyForm.java, that extends Form Inside of it I declare all the form componets. After that I create the markup with all

Re: Transformin a form into a component

2009-04-01 Thread Daniel Ferreira Castro
Thanks, it worked. :) On Wed, Apr 1, 2009 at 3:49 PM, Igor Vaynberg igor.vaynb...@gmail.comwrote: put it into a panel -igor On Wed, Apr 1, 2009 at 11:46 AM, Daniel Ferreira Castro dfcas...@gmail.com wrote: I have a doubt about componentizing a Form. If I create a class, MyForm.java,