return new ActionForward(jspPath, false); Works for me.
I'll let someone else advise you on the rest ;-) <playbook:punt/> Marek Koziol wrote: >Is it possible to forward to a JSP page whose absolute file path is >computed on the fly? (i.e. it is based on the server name which is then >mangled to produce a root directory path for this server). I do not want >to do a redirect. I need this to fit into an existing configuration >framework, where possibly hundreds of servers are located on a single >machine. What is the best "design pattern" to do it? I am new to struts >and any help is appreciated. Thanks. > >Marek > -- Eddie Bush -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

