[Cppcms-users] ERROR: There is no such skin
Brought to you by:
artyom-beilis
From: Renato F. <re....@ay...> - 2011-03-29 19:31:53
|
Hi All, What is this error: "There is no such skin:" I have 2 templates: ----------------------------------------------------------------------------------------------------------- <% c++ #include "HomeContent.h" %> <% skin Home %> <% view home uses Content::HomeContent %> <% template render() %> // HTML ... <% end template %> <% end view %> <% end skin %> ------------------------------------------------------------------------------------------------------------ <% c++ #include "PortalContent.h" %> <% skin Portal %> <% view portal uses Content::PortalContent %> <% template render() %> // HTML ... <% end template %> <% end view %> <% end skin %> ------------------------------------------------------------------------------------------------------------ If I access: Home, al lis ok, but if i call Portal I receive: "There is no such skin:" (no name in the end) and if I remove "HomeSkin.cpp" of my project; Portal work!!! I am confused What is the problem? PS: All files is attached. Thanks |