is there way to put condition on an actionForward in struts config xml file
I'm newbie, so please forgive bad terminology, etc... I want to only follow through on my forward when a condition is met, but I don't know how to incorporate that into my struts config xml. For example, I have this: <action path="somePath" type="myTypeClass" parameter="method" scope="request"> <forward nam...