java - How to redirect to a page in webcenter sites -
Is there a way to redirect web sites to a page / template using tags? Or should we rely on standard j2ee respnose.sendRedirect () method ??
If you are using a JSP wrapper, then you can not really do this because JSPs response Headers start to start very quickly, you have to present an HTML page with tags.
If your cover is XML or Groovy, then you can use it using the WebSensor Sites API. There is a Groovy example.
Comments
Post a Comment