I have a problem while using Struts 1.3 with Struts Tiles which is the result of some of my actions get wrongly mapped.The action mapping works fine when I'm not using the Tiles,but when I use Tiles I'm forwarded to a wrong action.
For example I come to a jsp page using an action called X. In this jsp I have a form bean which is mapped to action Y.When running the application without Tiles by clicking submit on the jsp page Action Y is called (which is what's supposed to happen) but when using Tiles action X is called again which is completely irrelevant!
Has anyone ever came across such a problem?