hey,

i'm using velocity w/ turbine and i'm trying to set it up where i can multiple domains 
off of 1 set of templates (much easier to manage). here's my prob.

#set ($domain = $someTool.Domain)

#if($domain == "mydomain")
  #parse("/ParentHome.vm")
#else
  #parse("ChildHome.vm")
#end

in the velocity log, #parse can't seem to find the templates. this code is in 
Default.vm and all of them are in the screens directory.

thanx
Brian French

Reply via email to