In my application we have 3(A,B and C) regions . When user logs in page will be displyed asking to select the regions. Once the user selects the region depending upon the selected region it will be forwarded to the Homepage i.e forwarded to the same homePage.jsp. After login title will be shown as "XYZ Application A" if the user selects the region A. This we are doing using the Tiles. Now if user selects the B region it should show "XYZ Application B" using the diff tiles similarly for the region C also. Here i need to use 3 diff tiles in my application. And i need to use these tiles depending upon he region selected.
Please suggest me how to implement these multiple tiles in
struts.
Thanks in Advance