result in error:
@Property(write=false) 
@Retain
private BeanModel model;

work version:
@Property
@Retain
private BeanModel model;


I sovle this problem. The problem comes from the above annotation where
there is an attribute named `write' that should be removed (I thought it was
removed but indeed it was not) so that the bean model can add new column. 

Thanks for the help.

I appreciate it. 


-- 
View this message in context: 
http://www.nabble.com/Add-a-column-to-beaneditform-question-tp25477600p25530674.html
Sent from the Tapestry - User mailing list archive at Nabble.com.


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

Reply via email to