Re: redirect with parameter

2009-12-10 Thread prasad iyer
Hi Neil, Thanks a lot. I solved the problem /${redirecturl}?${urlparameters} true /left/jsp/signup/signup.jsp /left/jsp/signup/signup.jsp

redirect with parameter

2009-12-10 Thread prasad iyer
Hi, I am stuck with a problem I want to add parameters to redirect. Following is the example. ${redirecturl} ${email} /left/jsp/signup/signup.jsp /left/jsp/signup/signup.jsp but email is not getting appended to the url. Help would be highly appreciated th