Re: xsp question

2003-06-26 Thread Roger I Martin PhD
first time. It is completely unnecessary 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]> S

Re: xsp question

2003-06-26 Thread Frank Taffelt
take a look at the grouping features from esql, maybe these could ease your task. hth, frank - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: xsp question

2003-06-25 Thread Tim Bachta
n PhD [mailto:[EMAIL 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 M

Re: xsp question

2003-06-25 Thread Roger I Martin PhD
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 Bachta" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, June 25, 2003 4:33 PM Subje

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: How to set tag attributes dynamically?

2002-04-25 Thread Graeme Rocher
In this case you could use XSLT, so that you generate some xml, maybe like so getLanguage() and then in your transformation you do you can then transform the result of that into whatever... Graeme -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] .org]On

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

2002-04-25 Thread Artur Bialecki
Hello, String yourString = "blah"; ... youString yourString will create: I hope ;) For more info look in: cocoon-2.0.2/src/java/org/apache/cocoon/components/language/xsp/java xsp.xsl - for all xsp tags .xsl - for how they can be used. Artur... > -Original Message- >

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

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 t

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 t