View Single Post
  #2 (permalink)  
Old 06-10-2008, 02:18 PM
Leif.Högberg Leif.Högberg is offline
Member
 
Join Date: Aug 2007
Location: Sweden
Posts: 52
Send a message via MSN to Leif.Högberg
Default

By default the viewrenderer looks for viewscripts in zone/views/scripts/controller/action.suffix

So the script is named after the action, but should be placed in a folder named after the controller. To change this behaviour take a look at the method "setViewScriptPathSpec" in the viewrenderer.
Reply With Quote