AW: Problem with forward

2002-11-19 Thread sem . Gottofrey
g, 18. November 2002 22:43 > An: Struts Users Mailing List > Betreff: Problem with forward > > > Ok, i have an action that creates a pdf. The action then > forwards it self > to a Servlet that should display the just generatered PDF. > > When i call the servlet direct

Re: Problem with forward

2002-11-18 Thread Daniel Jaffa
:[EMAIL PROTECTED]] > Sent: Monday, November 18, 2002 4:43 PM > To: 'Struts Users Mailing List' > Subject: Problem with forward > > > Ok, i have an action that creates a pdf. The action then forwards it > self to a Servlet that should display the just generatered P

RE: Problem with forward

2002-11-18 Thread edgar
iling List' Subject: Problem with forward Ok, i have an action that creates a pdf. The action then forwards it self to a Servlet that should display the just generatered PDF. When i call the servlet directly it works fine http://10.132.240.33:82/domesticviolence/GenPDF/ but when my Action f

Problem with forward

2002-11-18 Thread Daniel Jaffa
Ok, i have an action that creates a pdf. The action then forwards it self to a Servlet that should display the just generatered PDF. When i call the servlet directly it works fine http://10.132.240.33:82/domesticviolence/GenPDF/ but when my Action forwards to the servlet nothing happens I get

Problem with Forward

2002-09-30 Thread Rodrigo Arias L
Hi, my name is Rodrigo, I'm using struts with Velocity, my problems is that when I use the code "return (mapping.findForward("HomeMenuShow"));" in the edit form for employer (for example) to return to the main menu, if the action was "save", the app save the new employer, then show the main men

Problem with forward redirection

2002-04-30 Thread lindsay . hamoudi
Hi, I've been using struts for a while now (by my standards). I prefer for all of my forwards to redirect - for two reasons: 1) Because it keeps the browser's location bar up-to-date; 2) To stop one action (accidentally) processing request parameters intended for a previous action.

Problem with forward tag in struts-config.xml Action Mappings.

2001-09-25 Thread John Bowen
Hi, I just moved my directory structure around for a previously working Struts app and am having problems with the action mapping forward tags. Previously all of my JSPs and struts-config.xml were running in the same webapps directory [/webapps/cowboy]. Now my struts-config.xml is now

Problem with forward between actions

2001-04-24 Thread Fabien Modoux
Hello, I am using struts-1.0-b1. I have an action (action1) which forwards the request to another action (action2), which in turn forward a jsp (init.jsp) for final display: action1 is storing some objects in the session, which are used by acti