Just a few questions I have in order to find out where exactly we can improve the current CAS skinning system. (Make sure to give me the layman's version :)
1. Does anyone have and maintain multiple unique CAS themes (with JSP modifications)? And if so, how are you doing it? 2. Regarding the JSP includes, I've noticed something that seems a little backwards from what I am used to seeing. Instead of the partial views getting included in a persistent layout file, the persistent layout files (top and bottom) are being included in the partial views: include top VIEW CONTENTS include bottom And the folder structure is like this: casLoginView.jsp casGenericSuccess.jsp casLogoutView.jsp includes/ top.jsp bottom.jsp However, I would expect it to be more like this (the views are included in a single persistent layout file): TOP CONTENTS include view BOTTOM CONTENTS With a folder structure like this: casLayout.jsp includes/ casLoginView.jsp casGenericSuccess.jsp casLogoutView.jsp What is the reason for the former design? 3. Can anyone (Scott) further explain the purpose of the theme folder and how it currently works? Thanks for your time! Jacob -- You are currently subscribed to cas-dev@lists.jasig.org as: arch...@mail-archive.com To unsubscribe, change settings or access archives, see http://www.ja-sig.org/wiki/display/JSG/cas-dev