I have a generic Form component (extends Form) and it adds child
components to this. But where I place this form, I need to specify more
content for the form interior. Kind of:
<form ...>
tags put by the Form class
tags put by who inserted the class on the page
</form>
In my prototype code, I have all the markup inside the page, and I add
the form to it. But as I'm going to create more pages, I don't want to
duplicate the markup. I feel my case is not for page inheritance. In
fact, I'm already using page inheritance for generic layout.
Any advice why I could do it?
Adriano
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]