Hi there... I have an existing web application based on a servlet. As I need to extend it and dont want to mess around with the old code, I want to add struts2 capabilites and do some reengineering for the extension.
My problem is, that I have registered the struts2 filter with the <url-pattern>/ext/*</url-pattern> When I try to include dojo functions in my jsp pages, I get an error saying djConfig undefined. I found out, that if I change the url-pattern to /* its working like expected - but that is not possible. Can someone give me a hint on how to solve this? I need the pattern /ext/* Any help apreciated! Regards Jan Froehlich --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

