On Mar 29, 2006, at 2:58 PM, Rolando Martinez wrote:
The question is: Where Can I define the form that encapsulates defined fields in forms? Is it better to define it in a JSP page that contains the layout or to define a form for each JSP page that instances the layout?
I'm not sure I fully understand. Are you saying you have some common form fields that will be shared among multiple forms? If so, I've done this in the past by including them in a template.
I think the best practice is usually to put as much stuff as possible in the layout template. Then your instance pages become as small as they can, and contain mostly stuff that is specific to that particular page.
Greg --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]