You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Validation Interceptor

The Validation interceptor allows ...

Parameters

Name

Type

Required

Description

 

 

 

 

Extending the Interceptor

Describe possible extensions to the existing interceptor.

Examples

Given an Action, SomeAction, add a reference to the Validation interceptor.

<action name="SomeAction" class="com.examples.SomeAction">
   <interceptor-ref name="validation"/>
   <result name="success" type="freemarker">good_result.ftl</result>
</action>
  • No labels