Are the following statements correct about the resources required for
defining pages and components in tapestry 4:
- A PAGE must either have an associated specification or a template.
- valid combinations are:
- spec and template
- spec and class
- template
- template and class
- spec, template and class
- A COMPONENT must either have an associated class or (a specification
and template).
- valid combinations are:
- class
- spec and template
- class and template
- spec and class
- spec, template and class
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]