[T5] ASO, BeanEditor and Interfaces
Hi Everybody, I was wondering if ASO and BeanEditor can work with Interfaces ? At the first sight it seems not possible. Let's say I have this Interface and Classes : public interface User { public int getId(); public void setId(int id); public String getName();
Re: [T5] ASO, BeanEditor and Interfaces
this should help you http://wiki.apache.org/tapestry/Tapestry5HowToIocAndHibernate 2008/2/3, Kheldar666 <[EMAIL PROTECTED]>: > > Hi Everybody, > > I was wondering if ASO and BeanEditor can work with Interfaces ? At the > first sight it seems not possible. > > Let's say I have this Interface and Cl
call dojo.widget.byId('addGroupDialog').show() directly
wheni try to call dojo.widget.byId('addGroupDialog').show(); directly inside , i cannot call the dialog and display it. but the latter,