I have a custom customizer. If the user enters bad data in my customizer form, I want to set the mode back to customize so the user is sent back to my customizer form (where I'll show the same form, with error messages).

Right now in my Action class, I call:

jRunData.setMode( JetspeedRunData.CUSTOMIZE );

And it still sends me back to "JetspeedRunData.NORMAL" mode.

Is there something else I have to do to change the mode, in a action?

Thanks



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



Reply via email to