John McNally wrote:
> 
> Turbine capitalizes the first letter in the file name before looking for  a
> matching class.  This allows you follow (somewhat) normal class naming
> guidelines.
> 
> index.wm and Index.wm both map to Index.class.
> roleeditor.wm maps to Roleeditor.class
> role_editor.wm maps to Role_editor.class
> 

Thanks.  I just added this useful piece of info to the webmacrosite.html
file:

NOTE: Turbine capitalizes the first letter in the class file name before
looking for the matching class in the classpath. This allows you to
follow (somewhat) normal class naming guidelines. For example:

  index.wm and Index.wm both map to Index.class
  roleeditor.wm maps to Roleeditor.class
  role_editor.wm maps to Role_editor.class

John
-- 
********************************
** John Thorhauer
** [EMAIL PROTECTED]
********************************


------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Search: <http://www.mail-archive.com/turbine%40list.working-dogs.com/>
Problems?:           [EMAIL PROTECTED]

Reply via email to