Dynamic forwarding to generated page

2003-01-03 Thread Darrel Riekhof
My action class generates the file that I'd like it to forward to. This generated file doesn't have a standard name, it depends on parameters. So, instead of using the standard mapping.findForward( "Success" ) call at the end of my execute() method, I was planning on creating my own ActionFor

Re: Dynamic Forwarding ...

2001-09-03 Thread Troy Hart
meter("formName") > > and see if that's > > null too. > > > > I'd also try hardcoding the value for action to be > > sure that is not > > null. > > > > If you haven't already, see also > > http://www.mail-archive.com/struts

Re: Dynamic Forwarding ...

2001-09-03 Thread Debasish Ghosh
p://www.mail-archive.com/struts-user@jakarta.apache.org/msg14280.html > > > Debasish Ghosh wrote: > > > > Hi All - > > > > I have trying to implement dynamic forwarding in > my > > application. > > In the Action class where I am preparing the >

Re: Dynamic Forwarding ...

2001-09-02 Thread Ted Husted
he value for action to be sure that is not null. If you haven't already, see also http://www.mail-archive.com/struts-user@jakarta.apache.org/msg14280.html Debasish Ghosh wrote: > > Hi All - > > I have trying to implement dynamic forwarding in my > application. > In th

Dynamic Forwarding ...

2001-09-02 Thread Debasish Ghosh
Hi All - I have trying to implement dynamic forwarding in my application. In the Action class where I am preparing the forward URL, I am doing the following : ActionForward fwd = mapping.findForward("dummy"); StringBuffer path = new StringBuffer( fwd.getPath() ); path.append(