Hi All,

I am using the following i my struts-config. The problem is that when the validations fail the application is not able to forward to the input form as the contextRelative param is not false for it(I have no idea how it can be done). Please suggest what should be done.

<action-mappings >
   <action
     attribute="alarmEventFilterForm"
     input="/alarmEventFilter.jsp"
     name="alarmEventFilterForm"
     path="/alarmEventFilter"
     scope="request"
type="com.hns.gem.frontend.apps.eventbrowser.action.AlarmEventFilterAction"> <forward name="success" path="/alarmEventFilter.jsp" contextRelative="false"/>
     <forward name="failure" path="/Error.jsp" contextRelative="false"/>
   </action>

 </action-mappings>
<!-- ========== Controller Configuration ================================ -->

<controller pagePattern="$M$P" inputForward="true" forwardPattern="/WEB-INF/jsp/$M$P"/>


regards,
Pankaj

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to