Re: Why are table cells being displaced in Netscape 8.0 in Windows?

2006-05-30 Thread Chris Marasti-Georg
Can't be sure without seeing your code, but my guess is you have some empty cells () - these get displayed differently in different browsers. Hi , I am facing this problem. While displaying a table in a page in Netscape 8.0 in windows some of the table cells are being displaced and filled with e

Server Response Errors

2006-02-01 Thread Chris Marasti-Georg
or whatnot.  However, the standard File Generator doesn't catch these sorts of things.  Would there be any way to get at these messages?  Perhaps a node in the notifying generator with the server's response, so that a handle-errors pipeline could use it?   Chris Marasti-Georg  

RE: collection() error

2006-01-31 Thread Chris Marasti-Georg
a query string, I am assuming you are trying to use the result of a cocoon pipeline in your xslt? In that case, you could either use document(), which is not recommended, or you can aggregate these documents into your source document before processing with the XSLT Chris Marasti-Georg >

RE: XCSS?

2006-01-12 Thread Chris Marasti-Georg
t; To: users@cocoon.apache.org > Cc: Bob Harner; Chris Marasti-Georg > Subject: Re: XCSS? > > Thanks to Bob and Chris for their feedback. > > However, my question is not how to serve up different CSS > files depending on the target browser. What I would like to > do is create tho

RE: XCSS?

2006-01-12 Thread Chris Marasti-Georg
> -Original Message- > From: Stephen Winnall [mailto:[EMAIL PROTECTED] > Sent: Thursday, January 12, 2006 1:37 PM > To: Cocoon Users > Subject: XCSS? > > I am setting up a website using Cocoon and want to generate > XHTML and use CSS to handle the presentation. Like everyone > else I

RE: How to send parameters to a URL via http?

2005-10-24 Thread Chris Marasti-Georg
queryString includes the leading ? - you only need "http://somesite.org/getpage{request:queryString}"   Chris Marasti-Georg   From: "Boisvert, Éric" [mailto:[EMAIL PROTECTED] Sent: Monday, October 24, 2005 12:26 PMTo: users@cocoon.apache.orgSubject: RE: How t

RE: How to send parameters to a URL via http?

2005-10-24 Thread Chris Marasti-Georg
I am actually passing the string as a parameter to an action... I could probably implement a "use-request-parameters" parameter ala the transform param, but I prefered to pass them in already attached to the external url Chris Marasti-Georg > -Original Message- > From

RE: How to send parameters to a URL via http?

2005-10-24 Thread Chris Marasti-Georg
tring will be empty   Chris Marasti-Georg   From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Brian BurridgeSent: Monday, October 24, 2005 10:07 AMTo: users@cocoon.apache.orgSubject: Re: How to send parameters to a URL via http? I don't think I was as clear as

RE: How to send parameters to a URL via http?

2005-10-24 Thread Chris Marasti-Georg
Word of caution - if the request is a post, the queryString will be empty. If anyone knows a way around that one, please post - I have forms that I'd really like to post but are a get for now, because I don't know what params will be present! Chris Marasti-Georg > -Ori

RE: Return xml from an Action to the pipeline?

2005-10-17 Thread Chris Marasti-Georg
-document and other-document are the document elements of those individual xml files.   Chris Marasti-Georg   From: Combinational Logic [mailto:[EMAIL PROTECTED] Sent: Sunday, October 16, 2005 6:45 PMTo: users@cocoon.apache.orgSubject: RE: Return xml from an Action to the pipeline

RE: Using the output of a pipeline to call another pipeline?

2005-09-30 Thread Chris Marasti-Georg
(Exception ex){ getLogger().error("Error connecting to/reading from remote server: "+remoteURL); return null; } } public void dispose() { } } Chris Marasti-Georg > -Original Messag

RE: Using the output of a pipeline to call another pipeline?

2005-09-27 Thread Chris Marasti-Georg
nal pipeline: http://myexistserver/exist/db/jpeg/{1}"/> http://myexistserver/exist/db/jpeg/{1}"/> Just some ideas, and I take no blame if nothing works... I waited to see if anyone else would pitch in 2 cents, and they didn't, so you get my penny instead

RE: Calling a block of transformations

2005-08-25 Thread Chris Marasti-Georg
Chris Marasti-Georg > -Original Message- > From: Stewart, Gary [mailto:[EMAIL PROTECTED] > Sent: Thursday, August 25, 2005 11:01 AM > To: users@cocoon.apache.org > Subject: Calling a block of transformations > > Hi there, > > Another newbie question I'm afrai

RE: Authentication Options in Cocoon- a Design Discussion

2005-08-04 Thread Chris Marasti-Georg
use a basic spring controller for this as well) Just 2 more cents on top of the pile. Chris Marasti-Georg > -Original Message- > From: Cocoon User [mailto:[EMAIL PROTECTED] > Sent: Thursday, August 04, 2005 10:49 AM > To: users@cocoon.apache.org > Subject: Authentica

RE: Adding xml string to an aggregation

2005-07-14 Thread Chris Marasti-Georg
Gary,   Off the top of my head, you would probably want to just add a , and have another matcher   Then, in whatever transformer you use, look for the request/parameters/myparamname element (not sure of exact element names there)   Good luck Chris    From: Gary Larse

RE: JXTemplate - Incrementing value of variable in a loop

2005-07-12 Thread Chris Marasti-Georg
There is an xpath function sum(), try using #{sum(item/quantity)} (not sure of exact syntax) ex. Chris Marasti-Georg > -Original Message- > From: Upayavira [mailto:[EMAIL PROTECTED] > Sent: Tuesday, July 12, 2005 9:05 AM > To: users@cocoon.apache.org > Subject:

RE: Directory includes

2005-06-28 Thread Chris Marasti-Georg
Just for the fun of it, you could also try the directory generator and document() function in xslt. You can use any cocoon:/ style as the argument. Surprised noone mentioned it yet Chris Marasti-Georg > -Original Message- > From: Janet Yvan [mailto:[EMAIL PROTECTED]

Properties file

2005-06-16 Thread Chris Marasti-Georg
Is there a way to make cocoon read global variables from a properties file?  I am working on a project with a server component, and eXist database backend, and a client side suite of eclipse plugins.  With our current setup, if one thing changes (a server port, for instance), 3 fiels have to

RE: Pagination with dynamic XML (Was How-to CForms with Pagination)

2005-06-09 Thread Chris Marasti-Georg
fford JavaScript. Again, > thanks though. > > It'd be nice to be able to have a loop with a continuation > kind of thing, but I don't see that working with the existing > Pagination setup. > > Dustin > > > > Chris Marasti-Georg wrote: > >

RE: Pagination with dynamic XML (Was How-to CForms with Pagination)

2005-06-09 Thread Chris Marasti-Georg
I have a project where the searches can sometimes take a few seconds, and are run as Xqueries in an eXist database. Since the search returns all of the results, it doesn't make sense to hit the database with the same search each time the user wants to view the next page of results. If you have con

RE: cforms: xsl scope problem

2005-06-07 Thread Chris Marasti-Georg
> -Original Message- > From: Carlos M. S. Bento Nogueira [mailto:[EMAIL PROTECTED] > Sent: Tuesday, June 07, 2005 10:03 PM > To: users@cocoon.apache.org > Subject: cforms: xsl scope problem > > I have in a xml file the following code snippet: > > > >