Hi,
me a newbie in turbine. In FluxUserAction there is a block for
handling if username aleardy exists. I am trying to redirect the page
to the registration page, in that case. But the default page appears.
I have in FluxUserAction:

data.setMessage("User name already exists");

 data.getParameters().add("mode", "insert");
 data.getParameters().add("mode", "insert");
// setTemplate(data, "user, FluxUserForm.vm");

 setTemplate(data, "scripts, register.vm");
I have a register.vm in the scripts folder which is used for taking
user information.

I want the register.vm to appear

Need help!!

vick

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

Reply via email to