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.
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
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
BeanBlockSource(Configuration
configuration)
{
configuration.add(new BeanBlockContribution("duration",
"AppPropertyEditBlocks", "duration", true));
}
Robert Zeigler wrote:
>
> They should be in the "pages" folder; they are pa