You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tapestry.apache.org by Angelo Chen <an...@yahoo.com.hk> on 2008/03/02 03:03:58 UTC

t5: BeanEditForm and complex beans

Hi,

How to use beaneditform with complex beans? it seems that beaneditform does
not render those user defined classes, here is an example that I found in
the list about the similar question for t4:

public class Item { 
        private ItemDetails details; 
} 

public  class ItemDetails { 
        private int weight; 
} 
Thanks,

A.C.



-- 
View this message in context: http://www.nabble.com/t5%3A-BeanEditForm-and-complex-beans-tp15782622p15782622.html
Sent from the Tapestry - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org