Hi,
I am trying to configure my app so that when some of the text fields are not populated, I show errors and redisplay the same page. The configuration I have is: <action path="/systemDetails" type="com.paycycle.profile.actions.SystemDetailsAction" name="systemDetailForm" scope="request" input="/systemDetails"> . </action> When I try to run the app with this configuration and there are errors, I get: The requested resource (/profile/systemDetails) is not available. Can you help me out here? Thanks, Ramesh.