Re: passing request param from struts.xml

2007-09-25 Thread Dave Newton
--- Giovanni Azua <[EMAIL PROTECTED]> wrote: > I would like to pass a different request parameter > to the same JSP depending on the Action > > I would like to pass a "frequency" parameter to a > jsp that looks like: > > <%@ page contentType="text/html; charset=UTF-8"%> > <%@ taglib prefix="s" ur

passing request param from struts.xml

2007-09-25 Thread Giovanni Azua
Hi all, I would like to pass a different request parameter to the same JSP depending on the Action e.g. Schedule PERMANENT job => set request parameter to 'permanent' => Display ScheduleJobForm JSP Schedule ONE-TIME job => set request parameter to 'onetime' => Display ScheduleJobForm JSP