DM> I don't understand why the doBuildTemplate(RunData data, Context context)
DM> from my Login.class does  not execute.
DM> I have a layout template Login.vm, a screen template Login.vm and a class
DM> Login.class

Turbine uses a term 'template' for a .vm, and 'screen' for .class.

DM> The layout and screen gets executed, but the Login.class doesn't.

First thoughts:
Is your Login class placed in an appropriate package
(com.yourcompany.yourapp.modules.screens) and does it extend VelocityScreen?

Probably you should modify your TR.props - there the login templates
and screens are defined.

Regards,
Bartek Walter



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

Reply via email to