RE: [XEN] Simple question: forward and redirect

2003-03-14 Thread andre . powroznik
I hope to be not too much oot :-) I would even say that the forward is internal to the server (ie, no client/server communication) but the redirect is a http response to the client. The forward is sometimes used to separate the business logic (p.ex : a servlet) from the presentation (p.ex : a jsp)

RE: Code generation

2002-07-23 Thread andre . powroznik
I feel I rebuild myself every time I really drink beer or I drink real beer. Belgian one, of course (that's joke). -Original Message- From: Galbreath, Mark [mailto:[EMAIL PROTECTED]] Sent: 23 July 2002 16:00 To: 'Struts Users Mailing List' Subject: RE: Code generation Wow. Now if we c

RE: strange things

2002-07-02 Thread andre . powroznik
uot;> > >path="/application/datensteckbriefe/forms/form_trinkwasser_preview.jsp"/> > > > forward name=success : A string literal was expected, but no opening quote character was found... (replace with forward name="success") > > Andre Powrozn

RE: strange things

2002-07-02 Thread andre . powroznik
There is something strange here : input="/application/datensteckbriefe/forms/form_trinkwasser.jsp"> forward name=success : A string literal was expected, but no opening quote character was found... (replace with forward name="success") Andre Powroznik

RE: strange things

2002-07-02 Thread andre . powroznik
By the way, it seems there is an error in your struts-config.xml. Or you changed it or you changed this file, or your tomcat config, or your J2SDR or JRE config... Maybe you can send your struts-config.xml if it is not too big... Andre POWROZNIK -Original Message- From: rainer

RE: [auto-reply] OOTFO

2002-06-24 Thread andre . powroznik
I am Belgian and I think 360 beers is under reality ;-) Happy holiday! -Original Message- From: Galbreath, Mark [mailto:[EMAIL PROTECTED]] Sent: 24 June 2002 13:26 To: Struts (E-mail) Subject: [auto-reply] OOTFO Yes, that means "Out Of The *** Office." I'm signing off the list (sh

RE: Variable

2002-06-21 Thread andre . powroznik
I don't think you will get the best answer with so few details. Maybe you should reformulate your question... Andre POWROZNIK -Original Message- From: Ricardo de Souza Moura [mailto:[EMAIL PROTECTED]] Sent: 21 June 2002 16:16 To: [EMAIL PROTECTED] Subject: Re: Variable I was wa

RE: help me! Include java-code with a taglib

2002-06-18 Thread andre . powroznik
I don't think because the taglib is only executed after compilation of the JSP. Use <%@include file="FILE"%> instead. André -Original Message- From: cello [mailto:[EMAIL PROTECTED]] Sent: 18 June 2002 11:15 To: Struts Users Mailing List Subject: help me! Include java-code with a taglib

RE: Is there a way to reverse engineer a WAR file for a struts app?

2002-06-14 Thread andre . powroznik
A war file is simply a zip file. You can unzip it with any zip program. You can also unzip jars. And you can decompile classes using some Java decompiler also (mocha...). -Original Message- From: Mark Nichols [mailto:[EMAIL PROTECTED]] Sent: 14 June 2002 15:01 To: Struts Users Mailing Li