RE: How to pass HTTPRequest between two JSP ?

2010-03-01 Thread Frederik Minatchy
gesehene Empfaenger sein, so bitten wir hoeflich um eine > Mitteilung. Jede unbefugte Weiterleitung oder Fertigung > einer Kopie ist unzulaessig. Diese Nachricht dient lediglich > dem Austausch von Informationen und entfaltet keine > rechtliche Bindungswirkung. Aufgrund der leichten >

Re: How to pass HTTPRequest between two JSP ?

2010-03-01 Thread Frederik Minatchy
i Hegvik > Objet: Re: How to pass HTTPRequest between two JSP ? > À: "Struts Users Mailing List" > Date: Lundi 1 mars 2010, 14h05 > That depends. What are you trying to > do? What is the purpose of the > submit in the first place? If you just need to execute the > secon

Re: How to pass HTTPRequest between two JSP ?

2010-03-01 Thread Nils-Helge Garli Hegvik
gt; > > > --- En date de : Lun 1.3.10, Nils-Helge Garli Hegvik a > écrit : > >> De: Nils-Helge Garli Hegvik >> Objet: Re: How to pass HTTPRequest between two JSP ? >> À: "Struts Users Mailing List" >> Date: Lundi 1 mars 2010, 11h07 >> In that

RE: How to pass HTTPRequest between two JSP ?

2010-03-01 Thread Martin Gainty
rmez l'expéditeur. N'importe quelle diffusion non autorisée ou la copie de ceci est interdite. Ce message sert à l'information seulement et n'aura pas n'importe quel effet légalement obligatoire. Étant donné que les email peuvent facilement être sujets à la m

Re: How to pass HTTPRequest between two JSP ?

2010-03-01 Thread Frederik Minatchy
Garli Hegvik a écrit : > De: Nils-Helge Garli Hegvik > Objet: Re: How to pass HTTPRequest between two JSP ? > À: "Struts Users Mailing List" > Date: Lundi 1 mars 2010, 11h07 > In that case, you're talking about > two entirely independent requests. > Th

Re: How to pass HTTPRequest between two JSP ?

2010-03-01 Thread Nils-Helge Garli Hegvik
rli Hegvik a > écrit : > >> De: Nils-Helge Garli Hegvik >> Objet: Re: How to pass HTTPRequest between two JSP ? >> À: "Struts Users Mailing List" >> Date: Lundi 1 mars 2010, 10h44 >> I'm not following the chain of >> actions here... Where&#x

Re: How to pass HTTPRequest between two JSP ?

2010-03-01 Thread Frederik Minatchy
To go from the first action (the execute method) to the second one (supprimerIsbn) I use a submit button in the jsp : --- En date de : Lun 1.3.10, Nils-Helge Garli Hegvik a écrit : > De: Nils-Helge Garli Hegvik > Objet: Re: How to pass HTTPRequest between two JSP ? > À: &quo

Re: How to pass HTTPRequest between two JSP ?

2010-03-01 Thread Nils-Helge Garli Hegvik
n > > > I am sure that the dispatch result is a solution... but perhaps I made a > mistake in the web.xml file. > > For example why in my url I always have something like > > http://localhost:8080/X/x.jsp and not > http://localhost:8080/X/x.action? > >

Re: How to pass HTTPRequest between two JSP ?

2010-03-01 Thread Frederik Minatchy
, > > Nils-Helge Garli Hegvik > > [1] - http://struts.apache.org/2.1.8.1/docs/dispatcher-result.html > > > On Mon, Mar 1, 2010 at 10:40 AM, Frederik Minatchy > wrote: > > > > > > --- En date de : Lun 1.3.10, Alex Rodriguez Lopez > > a écrit : > > &g

Re: How to pass HTTPRequest between two JSP ?

2010-03-01 Thread Nils-Helge Garli Hegvik
Alex Rodriguez Lopez a > écrit : > >> De: Alex Rodriguez Lopez >> Objet: Re: How to pass HTTPRequest between two JSP ? >> À: "Struts Users Mailing List" >> Date: Lundi 1 mars 2010, 9h21 >> Em 28-02-2010 23:26, Frederik >> Minatchy escreveu: &

Re: How to pass HTTPRequest between two JSP ?

2010-03-01 Thread Frederik Minatchy
--- En date de : Lun 1.3.10, Alex Rodriguez Lopez a écrit : > De: Alex Rodriguez Lopez > Objet: Re: How to pass HTTPRequest between two JSP ? > À: "Struts Users Mailing List" > Date: Lundi 1 mars 2010, 9h21 > Em 28-02-2010 23:26, Frederik > Minatchy escreveu:

Re: How to pass HTTPRequest between two JSP ?

2010-03-01 Thread Alex Rodriguez Lopez
Em 28-02-2010 23:26, Frederik Minatchy escreveu: Hello... Since a few days I am working with Struts 2. (2.1.6) I am facing a big problem with HttpRequest and JSPs. Well... I have to forward a HTTPRequest from page1.jsp to page2.jsp So... How can I pass HTTPRequest attribute betwen 2 pages? He

Re: How to pass HTTPRequest between two JSP ?

2010-02-28 Thread Frederik Minatchy
et: Re: How to pass HTTPRequest between two JSP ? > À: "Struts Users Mailing List" > Date: Lundi 1 mars 2010, 1h24 > I think you may want to do a > 'redirect' to the next action in your xml > file.  You pass the request from one action to the > other. Not from

Re: How to pass HTTPRequest between two JSP ?

2010-02-28 Thread Burton Rhodes
I think you may want to do a 'redirect' to the next action in your xml file. You pass the request from one action to the other. Not from jsp to jsp. On 2/28/10, Frederik Minatchy wrote: > Hello... > > Since a few days I am working with Struts 2. (2.1.6) > I am facing a big problem with HttpReque

How to pass HTTPRequest between two JSP ?

2010-02-28 Thread Frederik Minatchy
Hello... Since a few days I am working with Struts 2. (2.1.6) I am facing a big problem with HttpRequest and JSPs. Well... I have to forward a HTTPRequest from page1.jsp to page2.jsp So... How can I pass HTTPRequest attribute betwen 2 pages? Here is a part my web.xml file : ... struts