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

xsp question

2003-06-25 Thread Tim Bachta
I am trying to use logic in an xsp page to get the output formatted correctly, here is what I want the output to look like taskanddate date2003-05-20/date tasks deviation0/deviation completed-bySomebodys, Name/completed-by deviation0/deviation completed-bySomebodys,

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

XSP question

2003-02-19 Thread Nesto
Hi! Sorry if I repost a question, but I need help! I want to convert my JSP in XSP, and I have to reuse complex Javabeans. I read in the Logicsheet documentatin that there is a xbean library that provides functionallity similar to the jsp:useBean directives. But I didn't found much more

AW: XSP question

2003-02-19 Thread Marco Rolappe
. Februar 2003 15:11 An: [EMAIL PROTECTED] Betreff: XSP question Hi! Sorry if I repost a question, but I need help! I want to convert my JSP in XSP, and I have to reuse complex Javabeans. I read in the Logicsheet documentatin that there is a xbean library that provides functionallity similar

Re: AW: XSP question

2003-02-19 Thread Geoff Howard
, 19. Februar 2003 15:11 An: [EMAIL PROTECTED] Betreff: XSP question Hi! Sorry if I repost a question, but I need help! I want to convert my JSP in XSP, and I have to reuse complex Javabeans. I read in the Logicsheet documentatin that there is a xbean library that provides functionallity similar

RE: AW: XSP question

2003-02-19 Thread Mark H
/ someTaghelp:getProperty name=vm property=someProperty//someTag /page /xsp:page Mark -Original Message- From: Geoff Howard [mailto:[EMAIL PROTECTED]] Sent: 19 February 2003 08:45PM To: [EMAIL PROTECTED] Subject: Re: AW: XSP question no xbean logicsheet exists in 2.x. I have

Re: newbie xsp question

2003-02-04 Thread Jim Bearce
I don't know why the simple.xsp was done the way it was but I believe you should also be able to write it this way: xsp:logic for (int i=0; i lt; 3; i++) { liItem xsp:expri/xsp:expr/li } /xsp:logic I think wrapping it in CDATA sections is just to make it possible to use the in the for

newbie xsp question

2003-02-03 Thread I-Lin Kuo
In the sample xsp provided with cocoon, on the page docs/samples/xsp/simple.xsp There's a section of code that looks like this: xsp:logic ![CDATA[ for (int i=0; i3; i++) {]]![CDATA[ ]] li Item xsp:expri/xsp:expr /li ![CDATA[ }

XSP Question

2002-08-02 Thread Lindy Quick
Title: XSP Question Hello all, I gather address information for different companies and allow for them to then later update the existing address information. I am using cinclude address.xsp to my page.xsp. I need my address.xsp to perform the following, but I am not sure how to create

RE: cocoon class(es) at SD West 2002; XSP question

2002-04-30 Thread Rick
thanks for your prompt reply, Vadim. i apologize for my poor choice of words (and i call myself a WRITER! sheesh!). by incoming i meant sauntering gaily down the pipeline. for example, i want to take kazoo.xml, a static file lurking on my disk, slurp it with a FileGenerator, and then mess it

RE: cocoon class(es) at SD West 2002; XSP question

2002-04-30 Thread Vadim Gritsenko
From: Rick [mailto:[EMAIL PROTECTED]] thanks for your prompt reply, Vadim. i apologize for my poor choice of words (and i call myself a WRITER! sheesh!). :) by incoming i meant sauntering gaily down the pipeline. for example, i want to take kazoo.xml, a static file lurking on my disk,

cocoon class(es) at SD West 2002; XSP question

2002-04-29 Thread Rick
it was touch-and-go for awhile there -- i'd managed to munch all copies of the presentation on my hard disk using Windows' hibernate feature -- but my cocoon class at the software dev west conference wound up coming off OK. there were about 20 people in the audience, so i'm hoping i sold a few (i

RE: cocoon class(es) at SD West 2002; XSP question

2002-04-29 Thread Vadim Gritsenko
From: Rick [mailto:[EMAIL PROTECTED]] it was touch-and-go for awhile there -- i'd managed to munch all copies of the presentation on my hard disk using Windows' hibernate feature -- but my cocoon class at the software dev west conference wound up coming off OK. there were about 20 people

XSP question: How to set tag attributes dynamically?

2002-04-25 Thread Volker Schneider
Dear colleagues, does anybody know how I can set a tag attribute within xsp, for example ... String theLanguage = en; hello language=en/hello ... How can I fill the en into the language attribute from the JAVA variable? The same problem is to set dynamic tags: xsp:element

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

2002-04-25 Thread Artur Bialecki
/org/apache/cocoon/components/language/xsp/java xsp.xsl - for all xsp tags others.xsl - for how they can be used. Artur... -Original Message- From: Volker Schneider [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 25, 2002 9:57 AM To: [EMAIL PROTECTED] Subject: XSP question: How

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

XSP Question

2002-03-18 Thread Joseph Rajkumar
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 select from a certain range of date ie I want to use the LIMIT # # command to select and I am using the following syntax !-- This portion does not work -- xsp:element

SV: Re: Newbie XSP question - why dosn't this work?

2001-11-12 Thread Søren Neigaard
, I know I am. I dont understand a thing at all Any input apriciated. Best regards Søren -Oprindelig meddelelse- Fra: David Rosenstrauch [mailto:[EMAIL PROTECTED]] Sendt: 6. november 2001 08:24 Til: [EMAIL PROTECTED] Emne: Fwd: Re: Newbie XSP question - why dosn't this work? Søren

SV: Re: Newbie XSP question - why dosn't this work?

2001-11-09 Thread Søren Neigaard
: David Rosenstrauch [mailto:[EMAIL PROTECTED]] Sendt: 6. november 2001 08:24 Til: [EMAIL PROTECTED] Emne: Fwd: Re: Newbie XSP question - why dosn't this work? Søren, OK. Problem solved. Frank was right. util:include-expr is the way to go. It will parse the text that you pass

Re: Newbie XSP question - why dosn't this work?

2001-11-03 Thread David Rosenstrauch
to something quite useless. I have attached my original post! Please help me :) -Oprindelig meddelelse- Fra: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sendt: 12. oktober 2001 04:41 Til: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Emne: Re: SV: Newbie XSP question - why dosn't this work? Hi Søren

Newbie XSP question - why dosn't this work?

2001-11-02 Thread Søren Neigaard
! Please help me :) -Oprindelig meddelelse- Fra: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sendt: 12. oktober 2001 04:41 Til: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Emne: Re: SV: Newbie XSP question - why dosn't this work? Hi Søren, On Fri, 12 Oct 2001, Søren Neigaard wrote

XSP Question

2001-09-04 Thread Macattini
Hi I've hit a problem with XSP which I can't find an answer to and would really appreciate some help as I've spent hours trying to figure out why I can't get XSP to work. I've installed Cocoon 1.8.2 under Tomcat 3.2.3 itself under Apache 1.3.2 (using the mod_jk plug in rather than Jserv)

[c2.1] xsp question and a sitemap question

2001-06-12 Thread Donald Ball
1. it's quite simple. i want to pass parameters to my xsp page from my sitemap. the typical modus operandi is to do this: map:generate src=content/product.xml type=serverpages map:parameter name=foo value=bar/ /map:generate but how do i access the parameter from my xsp page? actions are given