1) You can use mapping.getInputForward() - more straightforward.
so would you say cavaness's example broken? is there any way to configure struts such that it would work?
2) Yes, the forward can point to any resource, from a tiles definition to a jsp or an action url (I'm talking about the value you put in the <forward name="myforward" path="?"/> bit).
but you can't stick in a forward, correct? this is very confusing, that you say forward= and then you can give it almost anything EXCEPT a forward. :(
-- mike
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

