In case validation error, the header, footer and menu portions
disappear when error messages display on top of the body page which
occupies the whole screen.
If I can click "cancel" or validation is okay, Tiles function
properly. Only the body page is changed.
<action path="/chgPassword"
type="com.security.user.ChgPasswordAction"
name="chgPasswordForm"
scope="request"
validate="true"
input="/ChgPassword.jsp">
<forward name="success" path="user.chgPassword"/>
<forward name="failure" path="user.chgPassword"/>
<forward name="cancel" path="user.userProfileMaint"/>
</action>
Anything I can change?
thanks
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]