Hi there. First I want to say thanks to Kent Tong for helping such a newbe like me with eariler questions. Thanks! But again I need someone to correct me if I'm wrong. I'm constanlty (still without a success) working on this form component which displays (in TextFields) whole information about eg. Client - adress, name etc. This component should consist of other components (inner components) and should be wrapped by a form to submit changes to this client object.
So far i know that i need to create component that extends AbstracFormComponent. Here are my questions. If i need to implement render method how do I render all contained(inner) components there? Do I have to set values to inner components before render? My guess is that they should already be assigned their values? Do i have to implement any methods to set proper values to my client object when my component form is submited? Should I use "form" direction for my client parameter?? Thanks in advance. -- Pozdrawiam Lukasz Kucharski [EMAIL PROTECTED] [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
