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
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