hi everyone:
in the last version of Turbine, I can redirect my page using the code below:
TemplateLink link=new TemplateLink(data);
data.setRedirectURI(link.setPage("acl,UserList.vm").toString());
data.setStatusCode(302);
but now it doesn't work! Is there a new method or something is changed in this one?
thanx
joeGet more from the Web. FREE MSN Explorer download : http://explorer.msn.com
- Re: Server side Redirect joe black
- Re: Server side Redirect Kasper Nielsen
- Re: Server side Redirect joe black
