Hi guys,

I need to create a jsp that just reads some parameter from the http request and 
then prints out a redirect to another jsp. This jsp must be public (no login) 
and must not implement any view logic, just redirect.

An example:

<%
  //read parameters
  String parameter = request.getParameter("param");

  //redirect to result.jsp
  
out.println("redirect="+"http://www.mysite.com/result.jsp"+"?param="+parameter);
%>

How can I do that with Magnolia? Usually I create a jsp that is part of a 
certain template and then I create a new page inside the admin central for that 
jsp.

Any ideas?
Thanks in advance.

Fabio

-- 
Context is everything: 
http://forum.magnolia-cms.com/forum/thread.html?threadId=1a37f630-af17-44e1-8c01-f2ff7544691b


----------------------------------------------------------------
For list details, see http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: <[email protected]>
----------------------------------------------------------------

Reply via email to