As far as using one action.... why would I want 30 actions that are identical? Since the page is populated by the database?
I agree that it does not utilize one of the best features of struts to its full extent... but it does use it, and many other features. On Jun 3, 2010 4:34 AM, "Paweł Wielgus" <poulw...@gmail.com> wrote: Hi Phil, i see your point, when action is configured to catch all requests like that it will catch all *.gif requests, maybe add namespace to your action and that will solve your problem, then You will call any action but in /Example/mynamespace/* and You will store your images in /images directory, don't forget to not to use realative address for your image file - do it like this < img src="/images/logo.gif" /> Still, if You want to use one action in struts, it's pointles to use struts - but that's just my point of view. Best greetings, Paweł Wielgus 2010/6/3 Phil Davis <texasp...@gmail.com>: > Thanks for your response Pawel, > > I am still having problems, so I have included a sample setup.... --------------------------------------------------------------------- To unsubscribe, e-mail: user-u...