Re: Branding and resource-exists

2006-10-23 Thread Irv Salisbury
I am sorry. When I hit the tab in gmail, it sent the page for some reason :-( I'll finish... if page exists ${brand}/page/somePage.jsp then use ${brand}/page/somePage.jsp else use page default/page/somePage.jsp It doesn't matter to me where this happens just looking for some advice on how to

Branding and resource-exists

2006-10-23 Thread Irv Salisbury
We are using branding in our application and need a way for new brands to "override" our default jsp pages for look and feel. So, I need to implement the following logic somewhere (it can be in struts or jsp, I am just looking for advice) if page exists ${brand}/page/somePage.jsp