Re: Problem on creating generic SharedCrudPage using BeanEditForm

2007-06-03 Thread Eko S.W.
okay. here I attach four files: SharedCrud for page that can do Crud for any bean to any table using specific DAO. And the OpenResearch that use SharedCrud. If you open OpenResearch.html, it display link along top of it. For example in Reference link, there's a New Reference. And in Journal link,

Re: Problem on creating generic SharedCrudPage using BeanEditForm

2007-05-28 Thread Howard Lewis Ship
Tapestry has excellent error reporting ... use it. Don't vaguely tell us about an exeption, cut and paste it. And tell us exactly what you were doing and what you expected to happen. On 5/27/07, Eko S.W. <[EMAIL PROTECTED]> wrote: Hi all, I have a problem on using BeanEditForm. I create a pa

Problem on creating generic SharedCrudPage using BeanEditForm

2007-05-27 Thread Eko S.W.
Hi all, I have a problem on using BeanEditForm. I create a page called SharedCrud, that will do CRUD for a bean. This way, I can make quick progress on developing prototype of web application. Using Generic on JDK 5, the result quite good. For example. To create 3 Crud Page for a bean, I just d