How can I get the action forward path to be dynamic

2004-10-17 Thread Chacko, Raj
Hi I'm new to Struts. In one of our new project development, we are planning to use Struts. One of our requirement is to have dynamic pages loaded depending on some business logic. My question is this: I would like to know if there is a way to pass a variable to the path properties of the

Re: How can I get the action forward path to be dynamic

2004-10-17 Thread Michael McGrady
You can do better than this, if, for example, you use Tiles. You can create whatever forward you want, irrespective of the mapping.e.g., return new ActionForward(path). Chacko, Raj wrote: Hi I'm new to Struts. In one of our new project development, we are planning to use Struts. One of our