I have an interesting situation occurring but let me first ask how the request lifecycle differs between returning INPUT or SUCCESS from an action method. Consider this action mapping:
<action name="course_*" method="{1}" class="course"> <result name="input">/pages/course.jsp</result> <result>/pages/course.jsp</result> </action> -- Scott [EMAIL PROTECTED]