[T5] ASO, BeanEditor and Interfaces

2008-02-03 Thread Kheldar666
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

2008-02-03 Thread Sven Homburg
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

2008-02-03 Thread learner
wheni try to call dojo.widget.byId('addGroupDialog').show(); directly inside , i cannot call the dialog and display it. but the latter,