If I create a screen class named Default.java at the top screen level then all template files that with no screen class defined will use this default screen class, is this the default behavior of turbine 2.1? I'm a little bit confuse about the java screen binding with template. The template search sequence has been documented in Velocity Site howto but is the screen class search sequence the same as template?
Godwin Ko. ----- Original Message ----- From: "Godwin Ko" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, May 15, 2002 7:37 PM Subject: Can't display template with no corresponding class file Hi all, I'm using tdk 2.1 and I can't display a template file which don't need velocity context, i.e. a static page with no corresponding java class file existed. Turbine always return that default login page and if I create a dummy java class file just extend from VelocityScreen but with no code at all, then it works as expected. The behaviour doesn't match with the Velocity Site Howto guide. Can anyone tell me what I have done wrong? Thanks, Godwin Ko. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
