Tym326 0 Newbie Poster

Hey guys,

I am pretty new in using jsp. I am currently using tiles and action mappings for my project. I am just wondering if there is a way to use action mapping with <jsp:forward> or any other forward script, especially in tiles?

I tried to do the following and it doesn't work:

<jsp:forward page="/welcome.do">

Is there something I should know to make this work?

Thanks a lot!