Hi Jodders,
i hope the subject of my question wasn't too confusing. I'll explain what i mean. I have a Madvoc application which has several very generic makro actions in it. For example:
@Action{"/${part1}/${part2}"}
So all requests that meet this makro are handled by the action. I've got some "physical" subdirectories in my WEB-INF directory for css, js and images. So when, for example "/css/styles.css" is requested, Madvoc is trying to handle this request and I don't know what to do to exclude those paths.
I was reading about something promising in the Docs. It seems to be possible to control which requests are handled by Madvoc and which aren't by writing a custom MadvocController. Unfortunately, i didn't find out how to install it.
As all of the time, i'd be very thankful for a little help.
Best regards,
David