Only specifications needed for both a Page and a Component.

In a specification you point a Page or Component class. You may write your
own implementation as well as use tapestry's BasePage or BaseComponent
classes.

Templates are optional.

2006/2/2, [EMAIL PROTECTED] <[EMAIL PROTECTED]>:
>
> 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]
>
>

Reply via email to