Re: T5:passing parameter from a nested layout component

2007-10-15 Thread Angelo Chen
problem solved, what needed is, I create a setTitle/getTitle in the MlayoutNew.java as well, then : Angelo Chen wrote: > > -- View this message in context: http://www.nabble.com/T5%3Apassing-parameter-from-a-nested-layout-component-tf4625129.html#a13209886 Sent from the Tapestry - User mai

T5:passing parameter from a nested layout component

2007-10-15 Thread Angelo Chen
Hi, I have a nested layout component and I'd like to pass a parameter from the child to the parent, here are the codes/templates: The parent component: template: ${title} public class MLayout { @Parameter private String _title; public String getTitle() {ret