Hi guys. This seems like a simple issue but I can't figure it out yet. When specifying an html page to use in a window, what should be the proper file lookup path? The code below causes a 404 Page Not Found error. Whats the deal?
 <window>
 <window-name>MyCMSWindow</window-name>
 <content>
 <content-type>cms</content-type>
 <content-uri>/WEB-INF/pages/home.html</content-uri>
 </content>
 <region>center</region>
 <height>1</height>
 </window>
thanks in advance