Error obtaining injected value for field

2008-10-08 Thread bob_k
Hi folks. It seems to be a simple problem but I cannot figure out what's going on. I have created an XMLBuilder class that dynamically generates an XML file, "XMLBuilder" and when I try to instantiate it in a Tapestry page I'm getting this error: ... # java.

Re: t5: BeanEditform and Timestamp

2009-02-12 Thread bob_k
I'm running into the same problem regarding customizing BeanEditForm. If someone was able to solve this problem could they post the solution? Thanks. -Bob Howard Lewis Ship wrote: > > That looks like it can't find your AppPropertyEditBlocks class. > What's the full package name? Have you v

Re: t5: BeanEditform and Timestamp

2009-02-12 Thread bob_k
zing blocks? > What package is it in? > > Robert > > > On Feb 12, 2009, at 2/123:32 PM , bob_k wrote: > >> >> >> I'm running into the same problem regarding customizing BeanEditForm. >> >> If someone was able to solve this problem could they

Re: t5: BeanEditform and Timestamp

2009-02-12 Thread bob_k
BeanBlockSource(Configuration configuration) { configuration.add(new BeanBlockContribution("duration", "AppPropertyEditBlocks", "duration", true)); } Robert Zeigler wrote: > > They should be in the "pages" folder; they are pa