Re: xsp question

2003-06-26 Thread Roger I Martin PhD
but it is the way the all-to-familiar Cocoon developer's have structured their project. Otherwise Cocoon is a powerful servlet. -Roger - Original Message - From: Tim Bachta [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, June 25, 2003 6:11 PM Subject: RE: xsp question I tried

RE: xsp question

2003-06-25 Thread Tim Bachta
PROTECTED] Sent: Wednesday, June 25, 2003 4:51 PM To: [EMAIL PROTECTED] Subject: Re: xsp question You need to put more starts and stops(only where your doing Java) to the xsp:logic...see below. at the bottom I pasted some xsp with logic that I know is working. - Original Message - From: Tim

RE: XSP question: How to set tag attributes dynamically?

2002-04-25 Thread Artur Bialecki
Hello, String yourString = blah; ... xsp:element xsp:param name=namexsp:expryouString/xsp:expr/xsp:param xsp:attribute name=whatever xsp:exrpyourString/xsp:expr /xsp:attribute /xsp:element will create: blah whatever=blah /blah I hope ;) For more info look in:

RE: XSP question: How to set tag attributes dynamically?

2002-04-25 Thread Volker Schneider
Hi Artur, thank you very much, that works fine. Best regards, Volker -Original Message- From: Artur Bialecki [mailto:[EMAIL PROTECTED]] Sent: Donnerstag, 25. April 2002 16:27 To: [EMAIL PROTECTED] Subject: RE: XSP question: How to set tag attributes dynamically? Hello, String

RE: XSP Question

2002-03-19 Thread Piroumian, Konstantin
-Original Message- From: Joseph Rajkumar [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 19, 2002 12:37 AM To: cocoon-users Subject: XSP Question Hi Folks I have taken Konstantin Piroumian's sample logic sheet ie db.xsp and I am trying to modify it so that I could

Re: XSP Question

2002-03-19 Thread Joseph Rajkumar
Hi I understand that db.xsl has to be modified, but my problem is that I am not able to set any attribute values for the db:employees tag. In this case I am trying to set the attribute start to some value or default of 0 and count to some value or a default of 7, but when I try

RE: XSP Question

2002-03-19 Thread Piroumian, Konstantin
From: Joseph Rajkumar [mailto:[EMAIL PROTECTED]] Hi I understand that db.xsl has to be modified, but my problem is that I am not able to set any attribute values for the db:employees tag. In this case I am trying to set the attribute start to some value or default of 0