Code Search for Developers
 
 
  

struts-actions.xml from Negest at Krugle


Show struts-actions.xml syntax highlighted

<!-- START EXCEPTION HANDLING MECHANISM -->
      <!-- Process init exception (redirects to generic exception page) -->
      <action  path="/exception/initException"
               type="com.finalist.util.genelv.struts.forms.InitExceptionAction"
               scope="request">
         <forward name="success" path="/exception/generic_exception_page.jsp"/>
      </action>

      <!-- Process show stacktrace (redirects to stack_trace_popup.jsp) -->
      <action  path="/exception/initStackTrace"
               type="com.finalist.util.genelv.struts.forms.InitStackTraceAction"
               scope="request">
         <forward name="success" path="/exception/stack_trace_popup.jsp"/>
      </action>
<!-- END EXCEPTION HANDLING MECHANISM -->



See more files for this project here

Negest

This project aims to offer the SOHO integrated platform to track their customers, the events generated by/with them, the orders and billing, warehouses, customer locations and equipment. Its a CMP/ERP, with its focus on water treatment business, for this

Project homepage: http://sourceforge.net/projects/negest
Programming language(s): Java,XML
License: other

  error.tld
  finalist.tld
  global-forwards.xml
  struts-actions.xml
  struts-bean.tld
  struts-config_1_2.dtd
  struts-ext.tld
  struts-form.tld
  struts-html.tld
  struts-logic.tld
  struts-message-resources.xml
  struts-nested.tld
  struts-plugins.xml
  struts-tiles.tld
  struts.tld
  validation.xml
  validator-rules.xml
  web.xml