<action path="/membership_ee"
type="com.tjh.csaa.beans.MemberAction"
name="memberNewForm"
scope="request"
input="/membership/membership_ee.jsp"
validate="true">
<forward name="failure" path="/membership/membership_ee.jsp"/>
<forward name="success" path="/membership/membership_created.jsp"/>This hasn't changed at all, and it used to work fine. And it still does work if the return is "success". But, when I return "failure", I get re-directed to some other page that doesn't exist in this directory. I don't know why it would start doing that all of a sudden?
Any help would be much appreciated. Thanks!
Tom
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

