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

Popular posts from this blog

c - Mpirun hangs when mpi send and recieve is put in a loop -

python - Apply coupon to a customer's subscription based on non-stripe related actions on the site -

java - Unable to get JDBC connection in Spring application to MySQL -