Howard Lewis Ship wrote:
> 
> Tapestry follows the definition of JavaBeans properties, set by Sun
> 
Well, Spring3 BeanUtils.getPropertyDescriptors(User.class) returns all
property descriptions with setters even if they are not void. 
Now i have to either give up using setter chaining which is very useful or
write a useless wrapper class overriding unvoid setters for every domain
object i want to edit. 
-- 
View this message in context: 
http://old.nabble.com/T5.1-Setters-returning-value-tp28288048p28324962.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