I tried that too... didnt work. The logs are clean and dont give any
good info regarding this. Is there any way i can find if its unable to
find the template

also where should my registration.vm be placed? Maybe i have it placed
at the wrong location.

Thanks Michael
 



On Tue, 8 Feb 2005 11:29:31 -0500, Vick V Lagad <[EMAIL PROTECTED]> wrote:
> 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