Some Design Help, please

2002-03-05 Thread Sreedhar Chintalapaty
P pages? I would appreciate -any- examples/sample code! Best Regards, Sreedhar Chintalapaty Consultant, PTC 140 Kendrick St., Needham MA 02494 __ A computer is like an Old Testament god, with a lot of rules an

RE: Some Design Help, please

2002-03-06 Thread Sreedhar Chintalapaty
Hi all, Thanks a lot for the guidance. I will try out all the options... Sreedhar - Please check that your question has not already been answered in the FAQ before posting. http://xml.apache.org/cocoon/faqs.html To

RE: Where is the 'resource' reader name defined ?

2002-03-06 Thread Sreedhar Chintalapaty
Perhaps you got the wrong version of sitemap.xmap? Mine has the following, with resource properly defined. map:readers default=resource map:reader name=resource logger=sitemap.reader.resource src=org.apache.cocoon.reading.ResourceReader/ map:reader name=jsp

CInclude Question

2002-03-06 Thread Sreedhar Chintalapaty
Title: Glacier I have a strange problem: my CInclude seems to work a little too enthusiastically! I thought the URI http://myServer/myApp/cinclude/including is supposed to show "Including includes Included! " once, but it's showing it twice! Here's what I have: - In Site Map:

OOTB Logic Sheets

2002-03-06 Thread Sreedhar Chintalapaty
Title: Glacier Hi, Where can I find the out of the box logic sheets in the Cocoon distribution? Also, can some one point me to any documentation of the logic sheets- I found the ones for Request and Session at the Cocoon site, but not the others. Thanks, and Best Regards, Sreedhar

RE: OOTB Logic Sheets

2002-03-06 Thread Sreedhar Chintalapaty
/language/markup/xsp/java -Original Message-From: Sreedhar Chintalapaty [mailto:[EMAIL PROTECTED]]Sent: Wednesday, March 06, 2002 1:01 PMTo: Cocoon UsersSubject: OOTB Logic Sheets Hi, Where can I find the out of the box logic sheets in the Cocoon

RE: Some Design Help, please

2002-03-07 Thread Sreedhar Chintalapaty
Thanks. I have learnt much from this link. Best Regards, Sreedhar -Original Message- From: Andrew John Savory [mailto:[EMAIL PROTECTED]]On Behalf Of Andrew Savory Sent: Wednesday, March 06, 2002 4:16 AM To: Sreedhar Chintalapaty Cc: Cocoon Users Subject: Re: Some Design Help, please

RE: CInclude Question

2002-03-07 Thread Sreedhar Chintalapaty
. Best regards. Roman Sreedhar Chintalapaty wrote: I have a strange problem: my CInclude seems to work a little too enthusiastically!I thought the URI http://myServer/myApp/cinclude/including is supposed to show Including includes Included! once, but it's showing it twice!Here's what I

RE: Some Design Help, please

2002-03-07 Thread Sreedhar Chintalapaty
I am trying to fit bonebreaker into a new folder structure to learn some site map fundas, and I am getting the following error: org.apache.cocoon.ResourceNotFoundException: No pipeline matched request: gvs//home/home.section The Bonebreaker application itself works

RE: Some Design Help, please

2002-03-07 Thread Sreedhar Chintalapaty
Thanks for the clue. I looked into my Cocoon/sitemap.xmap. Here's what I found for Bonebreaker AND MyApplication: map:match pattern=bonebreaker/** map:mount uri-prefix=bonebreaker/ src=bonebreaker/ check-reload=yes/ /map:match map:match

Including a page with custom tags

2002-03-20 Thread Sreedhar Chintalapaty
xsl:apply-templates select="./article"/ The Problem: Instead of printing "Singer Name: Elvis Presley", it just prints nothing. If I take out the xsp:page tags from featuredArticle.xml, it prints "Singer Name:" and leaves a blank in place of the tag. Obviously I am doing something wrong (or not doing something) and this must be a fairly dumb question... I would appreciate if someone can point me in the right direction... (I try to compensate for my lack of originality with copying skills ;)) Best Regards, Sreedhar Chintalapaty __ A computer is like an Old Testament god, with a lot of rules and no mercy - Joseph Campbell

RE: Including a page with custom tags

2002-03-20 Thread Sreedhar Chintalapaty
s in "Singer Name: Elvis Presley" being displayed in the browser. I also tried XInclude in menupage.xsl, that also gets sent out verbatim to the browser. Sreedhar -Original Message-From: Sreedhar Chintalapaty [mailto:[EMAIL PROTECTED]]Sent: Wednesday, March 20, 2002 10:2

RE: Including a page with custom tags

2002-03-20 Thread Sreedhar Chintalapaty
Title: Glacier For some strange reason, I changed nothing, but the stuff started working! -Original Message-From: Sreedhar Chintalapaty [mailto:[EMAIL PROTECTED]]Sent: Wednesday, March 20, 2002 11:04 AMTo: [EMAIL PROTECTED]Subject: RE: Including a page with custom tags

xsp:expr related problem?

2002-03-26 Thread Sreedhar Chintalapaty
tdBorn/td tdDied/td /tr tr tdGHI/td td1900-10-29/td td1980-11-09/td /tr /table /article I would greatly appreciate -any- help in solving this, I cannot move forward in my project without getting this done! Best Regards, Sreedhar Chintalapaty __ A computer is like an Old Testament god, with a lot of rules and no mercy - Joseph Campbell

RE: xsp:expr related problem?

2002-03-26 Thread Sreedhar Chintalapaty
ocoon sees SingerHelper.getAllSingers().asXML() asXML-to-be-parsed only if it is used to fire off SAX events! Sreedhar -Original Message-From: Sreedhar Chintalapaty [mailto:[EMAIL PROTECTED]]Sent: Tuesday, March 26, 2002 7:26 PMTo: Cocoon UsersSubject: xsp:expr related problem? Hi, Thi

XInclude - optimization/alternatives to

2002-03-31 Thread Sreedhar Chintalapaty
it to do, but at a cost: The -entire- featuredArticle.xml is loaded three times, parsed three times and, for the get-list-of-trails tag, the database is queried three times - you get the picture. There must be a better way to do something like this... I w

RE: [OT] uneven tags inside XSLT conditionals

2002-03-31 Thread Sreedhar Chintalapaty
Tom, It's not clear what how you want to differentiate between when and otherwise, so my answer may be way off; however, if you want to differentiate at the cell (td) level, then try with the tr tags outside the test: tr xsl:when test=position() mod 2

RE: XInclude - optimization/alternatives to

2002-04-02 Thread Sreedhar Chintalapaty
a look at the Xinclude-transformer. Best Regards Axel -Original Message- From: Sreedhar Chintalapaty [mailto:[EMAIL PROTECTED]] Sent: Sunday, March 17, 2002 4:07 PM To: Cocoon Users Subject: XInclude - optimization/alternatives to Hi all, I am using XInclude to process a content page

Tags: Passing dynamically generated values for parameters

2002-04-04 Thread Sreedhar Chintalapaty
ot; xsp:expr xsp-request:get-parameter name="class"/ /xsp:expr /xsp:attribute /xsp:element This one fails! Instead of executing the tag, it merely writes it out to the output as gvsdb:list-people class="Singer" How do I make this work and populate th

RE: Tags: Passing dynamically generated values for parameters

2002-04-08 Thread Sreedhar Chintalapaty
Title: Glacier Vadim, Chiths, Thanks a lot for your advice. I apologize for the delayed reply - I was off sick. I tried your suggestions this morning and now, I amable to use both gvsdb:list-people class="Singer"/ and gvsdb:list-peopleclassSinger/class/gvsdb:list-people. However, I still

RE: Tags: Passing dynamically generated values for parameters

2002-04-09 Thread Sreedhar Chintalapaty
Vadim, Have you heard that you suppose to send only plain text emails on this list? My apologies for the inadvertent mistake. About your question... Seems that logicsheet you build does not work with dynamic parameters. As such, it does. For example, I can pass in parameters for the

RE: Tags: Passing dynamically generated values for parameters

2002-04-10 Thread Sreedhar Chintalapaty
PS I think you can find most of the answers in the logicsheets bundled with the Cocoon. Of course, but I often get lost (as, I think, most novices do) in them. It can sometimes get really frustrating to go from show-stopper to another (due to one's own ignorance, of course) - believe me, I

RE: Tags: Passing dynamically generated values for parameters

2002-04-10 Thread Sreedhar Chintalapaty
Tutorials are *always* welcome - you may want to consider hosting them at cocooncenter.org (well run by Andreas) - there is already one tutorial there on Using Request Parameters which maybe can be built on? I think it can - I can perhaps send an email to Andreas with the stuff, and he can

RE: how to use the RequestGenerator

2002-04-23 Thread Sreedhar Chintalapaty
See Andreas Hartman's excellent article http://www.cocooncenter.de/cc/documents/resources/request-params/index.html Sreedhar -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of LEBRETON Philippe Sent: Tuesday, April 23, 2002 11:36 AM To: Cocoon User

RE: how to start xmls with cocoon ??

2002-05-15 Thread Sreedhar Chintalapaty
Madhu, Try the Bonebreaker example at http://www.cocooncenter.de/cc/documents/resources/navigation/index.html. It has more material than you asked for in the mail, and deals with navigation, but it has enough info for you to get going; plus you'll eventually think about navigation schemes

RE: XSP Expression within XSL:for-each loop

2002-05-24 Thread Sreedhar Chintalapaty
number('3') to make it work, and so on. But I don't understand -why- this works. Can some one enlighten me? Sreedhar -Original Message- From: Sreedhar Chintalapaty [mailto:[EMAIL PROTECTED]] Sent: Monday, May 20, 2002 9:55 AM To: Cocoon Users Subject: XSP Expression within XSL:for-each loop