I have a .page file that defines a property. Tapestry enhances my page
class by adding a member and the getter/setters and some
reset/seriallize on change functionality. This enhancement creates a
new class with the auto-generated code.

The generated class is causing all sorts of difficulties with the
debugger. Is there any way to pregenerate this class before deploying
to the server? Or at the very least, enhance the class in a way that
doesn't make the debugger confused?

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to