You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@turbine.apache.org by Gopal Ramasammy-Cook <go...@psyber.wits.ac.za> on 2001/08/16 14:10:47 UTC

JSP Actions - Help

Hi 


There does not appear to be a JspAction class, so i was wondering how actions work with JSP.

I tried using VelocityAction, and although I could pass control to the action (via the standard URL), I was unable to direct control from the action to the jsp template. The way I did this was:

   data.getTemplateInfo().getScreenTemplate("TestJsp.jsp");

Unfortunately, I get a requested screen not found.

Does anyone know how JSP actions work.?


Regards

Chris