Main Menu
Lecture 1
Lecture 2
Lecture 3
Lecture 4
Lecture 5
Lecture 7
 

 

 

Nested Components and Custom Objects

We want to design a component that can be reused on several pages

e.g. reusable navigation bar, header, footer

decreases time to build web sites

makes maintenance easier

Handled by WO in a similar way to dynamic elements

Can participate in the request-response loop

receives takeValuesFromRequest(), appendToResponse() and invokeAction() messages

Passed onto the component by its parent component