Re: [T5] modify markup with PartialMarkupRendererFilter

2009-09-28 Thread Tandel Sascha
Am 28.09.2009 um 17:12 schrieb cordenier christophe: Hi Have you test with a MarkupWriterListener ? I didn't know that interface. But that will not work because i need the whole generated content. 2009/9/28 Sascha Tandel Hi, i try to modify the generated markup of a ajax request. My

[T5] adjusting BeanEditor

2008-01-16 Thread Tandel Sascha
Hello, I am generating beans on the fly (via ClassFactory and ClassFab) and using the BeanEditor to edit them. This works fine. Now my questions: 1. I need to set some fields required. But they differ from user to user. Is it possible to "tell" the BeanEditor which are required? 2. Is it

[T5] Type Coercion contribution at runtime

2007-12-20 Thread Tandel Sascha
Hello all, is it possible to contribute a TypeCoercer at runtime for a class generated with ClassFactory? And another question: Could some please give me an extended example how to use the Strategy Pattern. (i already read http://tapestry.formos.com/nightly/tapestry5/tapestry-ioc/strategy.h

Re: [T5] Dynamic created bean class not found

2007-12-20 Thread Tandel Sascha
ry service. On Dec 20, 2007 10:58 AM, Tandel Sascha <[EMAIL PROTECTED]> wrote: Hello all, First of all i'm using Tapestry 5.0.7. In a project i have to generate beans for use in grid and beanEditor on the fly because the underlying class ist not a bean. The with javassist generated

[T5] Dynamic created bean class not found

2007-12-20 Thread Tandel Sascha
Hello all, First of all i'm using Tapestry 5.0.7. In a project i have to generate beans for use in grid and beanEditor on the fly because the underlying class ist not a bean. The with javassist generated bean simply delegates all calls. To use this bean as source for the grid component i