I create component with two parameters:
AdressComp.html
<t:adressComp adress="person.adress" person="literal:PF">

AdressComp.java
@Parameter(required=true)
private String person;

@Parameter(required=true)
private Adress adress;

The attribute adress receives correct value, but the attribute person dont
receives. Can anyone help me?


-- 
View this message in context: 
http://www.nabble.com/t5%3A-Problem-with-create-component-tp18227682p18227682.html
Sent from the Tapestry - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to