Re: xsp-request problem

2002-03-04 Thread Istvan Beszteri
The request parameter is: > > > > -8<--- > > Regards, > Vadim > > > -Original Message- > > From: Michael Homeijer [mailto:[EMAIL PROTECTED]] > > Sent: Monday, March 04, 2002 9:34 AM > > To: '[EMA

RE: xsp-request problem

2002-03-04 Thread Vadim Gritsenko
day, March 04, 2002 11:57 AM > To: [EMAIL PROTECTED] > Subject: Re: xsp-request problem > > Thank you! > > http://xml.apache.org/cocoon/userdocs/xsp/request.html shows name without > the xsp-request: but of course it needs to be there! Otherwise name is a > very lone

RE: xsp-request problem

2002-03-04 Thread Vadim Gritsenko
ch 04, 2002 9:34 AM > To: '[EMAIL PROTECTED]' > Subject: RE: xsp-request problem > > Hi, > > Have a look at the generated java code in the work directory of your servlet > engine. > I am sure it will give you a clue about how XSP works in Cocoon. ;-) > >

Re: xsp-request problem

2002-03-04 Thread Roger I Martin PhD
> To: <[EMAIL PROTECTED]> Sent: Monday, March 04, 2002 11:39 AM Subject: RE: xsp-request problem > > From: Roger I Martin PhD [mailto:[EMAIL PROTECTED]] > > > > Hello, I'm using cvs( March 02, 2002) and having success with: > > > > > > S

RE: xsp-request problem

2002-03-04 Thread Vadim Gritsenko
String fruit = >parameterName > ; > > > > Regards, > > Roger > > - Original Message - > From: "Istvan Beszteri" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Monday, March 04, 2002 10:34 AM &g

Re: xsp-request problem

2002-03-04 Thread Roger I Martin PhD
rName ; Regards, Roger - Original Message - From: "Istvan Beszteri" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, March 04, 2002 10:34 AM Subject: xsp-request problem > Hi All, > > I just started to learn XSP and I tried some examples. > I have

RE: xsp-request problem

2002-03-04 Thread Michael Homeijer
; To: [EMAIL PROTECTED] > Subject: xsp-request problem > > > Hi All, > > I just started to learn XSP and I tried some examples. > I have found a strange problem with xsp-request. > > The following xsp works properly: > > > > xmlns:xsp=&qu

xsp-request problem

2002-03-04 Thread Istvan Beszteri
Hi All, I just started to learn XSP and I tried some examples. I have found a strange problem with xsp-request. The following xsp works properly: http://apache.org/xsp"; xmlns:xsp-request="http://apache.org/xsp/request/2.0"; > String fruit = "apple"; The str