Re: redirect output to filesystem

2009-07-29 Thread Chris Gow
Unfortunately, that transformer does not seem to appear in cocoon 2.0.x (which is the version of cocoon I am stuck on). -- chris On 07/29/2009 12:09 PM, Robby Pelssers wrote: Not sure ... but can't you just use the source-write transformer? Robby -Original Message- From: Chri

Re: redirect output to filesystem

2009-07-29 Thread Chris Gow
Unfortunately, that action does not appear in Cocoon 2.0.x (which is the version I am stuck on) :(. -- chris On 07/29/2009 12:07 PM, andre.davig...@free.fr wrote: Hi, You can use the copy-source action. André --Message d'origine-- De : Chris Gow À :users@cocoon.apache.org Rép

redirect output to filesystem

2009-07-29 Thread Chris Gow
tead send some other indicator (eg. Success! or something) One thing to keep in mind...I'm using a really, really old version of cocoon: 2.0.3 :(. Any ideas/solutions are welcome, even if it is not cocoon specific though I would prefer a cocoon sol

Looking for suggestion on auto backup cocoon form fields

2006-08-14 Thread Chris
, -chris - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

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 >

fb:insert-bean on hibernate pojo

2006-01-30 Thread Chris
I see this example in supersonic tour bean editor repeater binding: The parent beans add method is called to insert a new child row. What if there is no 'addChild' method available such as in one-to-many sets generated in pojo's by hbm2java for hibernate. In this case the parent has a:

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
in your pipeline Note that (unless I just missed it), you can't call a resource from a different sitemap... So if you have a main sitemap with mounted sitemaps that need to use the same resource, you have to copy it into each of them. HTH

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

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
of results is not astronomical, perhaps forego pagination?). A lot of this would come down to who the project is for and how important branding is as well. Chris > -Original Message- > From: Dustin N. Jenkins [mailto:[EMAIL PROTECTED] > Sent: Thursday, June 09, 2005 11:03 AM >

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

2005-06-09 Thread Chris Marasti-Georg
have control over the users setup, and can afford a css/javascript solution, I'd just make each "page" of results a div, set them all to display:none, and use js to show/hide the page the users wants. Chris > -Original Message- > From: Dustin N. Jenkins [mailto

RE: cforms: xsl scope problem

2005-06-07 Thread Chris Marasti-Georg
ion-list/row)"/> > > ... > and it doesn't work. > Try taking out the variable, and change the test in the xsl:if to "../row" (or "sibling::row", or "following-sibling::row") Chris > My goal is to insert line

Re: Cocoon and Axis

2005-06-05 Thread Chris Holmes
architecture for geospatial applications.) best regards, Chris On 6/3/05, Sebastien Arbogast <[EMAIL PROTECTED]> wrote: > BTW I forgot to mention something. The purpose of my webservices is > not to create some RPC interface to my business code. In fact I want > to use the document

Re: FOR-loop in xsp:logic section

2005-05-16 Thread Chris Maloney
s into build/webapp/WEB-INF/work/cocoon-files/org/apache/cocoon/www/ I think, in later versions, it puts them somewhere else, under a system temp directory. In your case, search for getStatement_xsp.java (which you can see from the error message, is the name of the .java file). HTH, Chri

Re: Log transformer, logging pipelines

2005-05-09 Thread Chris Maloney
you think, would it be slower than using the FotoTransformer? Chris Adam Walsh wrote: This might be the kind of thing that you're looking for: http://wiki.apache.org/cocoon/FotoTransformer HTH, Adam Irv Salisbury wrote: In a pipeline we have for producing XML data for our forms, we'd like

Re: Cinclude transforms very *slow* [ was Re: Speeding up an xinclude transform?]

2005-05-09 Thread Chris Maloney
Ah, well, apparently, Derek, your email is not real, or something. Let me know if you want me to email it to you, then. Chris - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Cinclude transforms very *slow* [ was Re: Speeding up an xinclude transform?]

2005-05-09 Thread Chris Maloney
list doesn't accept attachments, so I'll email that to you directly, Derek. HTH, Chris Geert Josten wrote: About the other hint I made: the cinclude transformer supports the cached-include element. Try doing something like: http://server/document1.xml"/> I'm not sure whether

Re: Good Databases Tutorial?

2005-05-09 Thread Chris Maloney
quot;... until then, you'll need to struggle through things on your own, like the rest of us :-( Derek. [EMAIL PROTECTED] 2005/05/09 01:32:57 AM >>> Hi Chris, When I was starting a project that needed to hit databases and use CForms I picked apart the Petstore sample

Wki question

2005-05-08 Thread Chris Maloney
;s names also are not showing up as hyperlinks, even though they also have personal pages. I can't figure out what the difference is between the entries that show up as hyperlinks, and those that do not. Thanks! Chris Maloney -

Good Databases Tutorial?

2005-05-07 Thread Chris Maloney
ut I guess they've stopped giving out their content for free, or something. The tutorial in the "Databases Block Samples" doesn't use CForms, and also doesn't work, and has a lot of nasty dependencies, etc. Any p

Re: Getting the sitemap prefix in a sitemap

2005-05-07 Thread Chris Maloney
sitePageRef portion, like this: select='substring($reqURI, 1, string-length($reqURI) - string-length($sitePageRef))'/> HTH, Chris - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Speeding up an xinclude transform?

2005-05-06 Thread Chris Maloney
f a mess, with lots of these cached pipeline fragments daisy-chained. I've also implemented "preemptive caching" on some of them, and now I just haven't spent the time to dig in and see where the cache isn't getting properly invalidated. Cheers! Derek Hohls wrote: Chr

Re: Speeding up an xinclude transform?

2005-05-06 Thread Chris Maloney
Is the XPath expression the same in every case ("//inml:ind/meta")? If so, then it would be easy to switch to using CInclude, which is cached: And then define a new pipeline to produce 101.meta.xml: I'm pretty new to Cocoon, actually, and I've been using this technique a lo

Re: Feedback requested on SpreadCocoon concept

2005-05-06 Thread Chris Maloney
Under "Other Sites", you could mention Cocoon Center (http://www.cocooncenter.org/). I have found this very useful. Mark Leicester wrote: Hi everyone, Now that SpreadCocoon (http://www.spreadcocoon.com) has been running for a month or so, I'd like to get some feedback from Cocoon users about how

Annotating the sitemap

2005-05-04 Thread Chris Maloney
Is there any standard (or non-standard, for that matter) way of annotating (i.e. adding markup documentation) to my sitemap? A lot of XML schema that I know of allow you to mix in elements of other namespaces into the document. Then, if a particular processor doesn't recognize the element, it jus

Re: Velocity and XSL

2005-05-03 Thread Chris Maloney
Why not use the ? What is $quickHeaderMenuList? Is it a node list? Christian Tanzmann wrote: Hi, I would combine an XSL File with Velocity Statements but it dont work. Because the XSL Transformer cant interprete velocity. I have following file: BLA

Re: Wiki question

2005-04-28 Thread Chris Maloney
I would vote yes. Stavros Kounis wrote: long time ago when Steven host this wiki at cocoondev, it was a left navigation-column for this page i think that it was very usefull WDYT? regards stavros On 4/28/05, Bertrand Delacretaz <[EMAIL PROTECTED]> wrote: Le 28 avr. 05, à 16:31,

Wiki question

2005-04-28 Thread Chris Maloney
Is there any kind of site-map for the Wiki, or at least an un-organized list of all pages? Or is the only way to get to a page by getting lucky with a search? Thanks! - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional com

Re: mount - ish question

2005-04-27 Thread Chris Maloney
Nathaniel Alfred wrote: But if the large amount of pipelines bothering you is mainly map:read with different mime-types, you should rather look at your servlet containers configuration. In Tomcat, for example, you define standard mappings in web.xml: png image/png Then maybe a lot of t

Re: Getting current date in Cocoon

2005-04-26 Thread Chris Maloney
Hey, I just figured out how to do this yesterday! In your sitemap, put in a transformer in your pipeline like this: Then, in your XSLT, declare the parameter: http://www.w3.org/1999/XSL/Transform";> . . . . . . You might find that you want to change the format that the date appear

map:mount - ish question

2005-04-26 Thread Chris Maloney
o this across the board, without having to rewrite every straight-thru pipeline? I'd like something like this in the front: Any help would be fantastically appreciated. BTW, I have really looked for this answer in the two books I have and in the online docs. Thanks, Chris --

Re: Localization

2005-03-07 Thread Chris. Grobmeier
Thank you all for your comments. The idea below looks great too. At this moment my site is very small so i will use, the langselect construct. Cheers all, Chris Linden H van der (MI) wrote: Hi Chris, I'm doing similar things. Some things I've done (note: check syntax, I'm doing th

Action throws UnsupportedClassVersionError

2005-03-07 Thread Chris. Grobmeier
/HelloWorldAction (Unsupported major.minor Version 49.0) I am puzzeled... what does this mean? Kindly Regards, Chris - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Localization

2005-03-04 Thread Chris. Grobmeier
t static xml files. Regards, Chris - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Localization

2005-03-04 Thread Chris. Grobmeier
chnology. I guess a "best practices" or "cocoon design patterns" in the wiki would be a very, very GREAT element! I hope i get strong enough soon to contribute something to this. Kindly Regards, Chris Cheers -

Re: Localization

2005-03-04 Thread Chris. Grobmeier
f de there is en in the middle). I think it's better cause: - Google can index all, german and english version of the site - the link is easier to remember - i have no dependency to a named param, i only say: {0} decides about english or german I hope i could make it clear. Thanks for

Re: Localization

2005-03-04 Thread Chris. Grobmeier
possible: - easy deeplinking (easier to remember) - better search engine support I thought about something like URL-Rewriting in Apache HTTPD. I was sure i have read about this somewhere in the documentation, but i didn't found it anymore. Kindly Regards & Thanx for answeri

Localization

2005-03-04 Thread Chris. Grobmeier
x27;s not search engine friendly and i want not to have deep links with blub.html?lang=de or something like that. Thanx + Kindly Regards, Chris - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: kthottam@buchanan.com:users-unsubscribe@cocoon.apache.org

2005-02-25 Thread Chris. Grobmeier
Do not email the words [EMAIL PROTECTED], but send an email TO the recipient [EMAIL PROTECTED] K.P. Thottam wrote: [EMAIL PROTECTED] : [EMAIL PROTECTED] -Original Message- From: K.P. Thottam [mailto:[EMAIL PROTECTED] Sent: Thursday, February 24, 2005 11:16 AM To: users@cocoon.apache.org Su

Re: [help] database connection

2005-02-24 Thread Chris. Grobmeier
namespace problem, but i am not sure about that. I does not look like a database problem. Kindly Regards, Chris - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Build Targets

2005-02-21 Thread Chris. Grobmeier
n. Thanks & Regards, Chris - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Build Targets

2005-02-18 Thread Chris. Grobmeier
ppened at my machine or some other hints? Thanks in advance, Chris - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: closing db connection

2005-02-17 Thread Chris. Grobmeier
t-xml files. thanks & regards, chris - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: closing db connection

2005-02-17 Thread Chris. Grobmeier
ol? is it a good idea to use this kind of sql-querys? Regards, Chris - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Cocoon & 3-tier architecture

2005-02-12 Thread Chris
I use: win2k IIS <--> ISAPI <--> Tomcat-4.1.x-(Cocoon 2.1.5)<-->SQLserver One thing to look out for is the jdbc driver, the microsoft one has given me trouble under production loads. For database access I use Hibernate for any new development. I have IIS and Tomcat on the same server, but you

Re: JAVA or PHP

2005-02-08 Thread Chris. Grobmeier
need a lot of time to maintain in the endphase). Cocoon is flexible and cause of it is a framework consequent. And: Cocoon is simply cool ;-) Cheers, Chris - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-ma

[cforms] recursion with cforms

2005-01-31 Thread Chris Bentley
Ideas on creating tree structures with cforms. All the best Chris - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

converting text in an element to attributes.

2005-01-28 Thread Chris
Anybody know a transformer or something to take attributes out of the text() of an element and get them into real attributes. I want to trap this one element called and parse it's text and create real attributes, but then copy the rest of the document as it. >From this: attr1="value

Re: [Flowscript] authentication

2005-01-25 Thread Chris Bentley
Hi Lionel, yes there is a samplein the blocks area, here is a typical url to the samples in your own cocoon 2.1.6 http://localhost:/samples/blocks/authentication-fw/flow/login This is authentication with flow > > Lionel Crine schrieb: > > Hello, > > > I want to make a page which test if th

Recursion in CForms

2005-01-25 Thread Chris Bentley
er an tree structure being huge in memory for no reason. Does any one know how to do this using cforms in a reasonable way. Thank You Chris Bentley - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Upgrading the "Upload File" sample to handle binary formats

2004-09-14 Thread Chris
bos.write(mediaBytes, 0, len); } } else { cocoon.log.debug("Upload widget.getValue is null"); return null ; } // Return the Byte Array return bos.toByteArray(); } -Chris Dietz --- Derek Hohls <[EMAIL PROTECTED]> wrote: > Jean-Claude > > Thanks f

Re: Resolving ftp sources

2004-07-12 Thread Chris Wilder-Smith
The official syntax for an ftp URL looks like this: ftp://user:[EMAIL PROTECTED]:port/path Hope that helps, Chris On Mon, 2004-07-12 at 12:32, Oscar Picasso wrote: > > Tee hee. You should have been able to do that by specifying a serializer > > for the SourceWritingTransformer

HTML Generator

2004-06-18 Thread Chris Wilder-Smith
amp;gt; This breaks the javascript and causes all sorts of havoc. It looks like the two options are either fix JTidy (which seems to have not been touched for around 4 years) or write a transform to undo the effects of the interaction. Has anyone else run into this problem? Any thoughts wil

HTML SendMail Help

2004-05-11 Thread Sun, Chris
Hello, I am having problems sending HTML email through the sendmail/mail tags provided by cocoon in XSP. I can send HTML email using the body tag and cocoon utility tag but not through the src/srcMimeType tags. I am trying to execute the XSP via the command line interface. Any help is greatly app

RE: CRM or Sales Force Automation using Cocoon?

2004-04-14 Thread Chris Chesney
No problem. If your data model isn't final yet, you might want to look at the "Data Model Resource Book" by Len Silverston. Extensibility pattern seems to fit very well for contact type information. Chris -Original Message- From: Thomas Nichols

RE: CRM or Sales Force Automation using Cocoon?

2004-04-14 Thread Chris Chesney
able to just use the workflow engine, IMO, we're lacking standards for that to be possible. I think a workflow engine by nature typically needs a persistence layer and a service layer. Given your involvement with Cocoon, do you have any general thoughts about the benefit of using Cocoon and O

RE: CRM or Sales Force Automation using Cocoon?

2004-04-13 Thread Chris Chesney
uirements in short order, OFBiz will not work. If you're looking to provide integrated functionality beyond CRM in the future and your timeframes permit, it might be a good option. Good luck, Chris -Original Message- From: Thomas Nichols [mailto:[EMAIL PROTECTED] Sent: Friday, April

RE: CRM or Sales Force Automation using Cocoon?

2004-04-09 Thread Chris Chesney
(specifically) were you intending on using Cocoon in this context? Feel free to take this offline if you feel it wouldn't be appropriate for this list. Chris -Original Message- From: Thomas Nichols [mailto:[EMAIL PROTECTED] Sent: Thursday, April 08, 2004 5:17 PM To: [EMAIL PROT

Re: XHTML/XSLT issue

2004-04-02 Thread Chris Wilder-Smith
Peter, How about using exclude-result-prefixes ... > e.g.: http://www.w3.org/1999/XSL/Transform"; xmlns:xalan="http://xml.apache.org/xalan"; exclude-result-prefixes="xsl xalan"> That will exclude any prefixes that aren't really needed in the results.

Using own matcher in sitemap cascades to ones below it?

2004-03-26 Thread Chris Wilkes
x27;t executed. Anyone else seeing this? Its like setting the 'type' cascades to all pipelines below it. Chris - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Multipart form upload

2004-02-06 Thread Chris Wilder-Smith
Nicolas, I wish that were it, but it is something else. It turns out that the request is coming through and is being handled correctly, but the applet that is sending the data is producing a request that the sitemap isn't seeing just right. Thanks, Chris On Fri, 2004-02-06 at 17:00, Ni

Re: Multipart form upload

2004-02-06 Thread Chris Wilder-Smith
Nicolas, linux primarily. On Fri, 2004-02-06 at 16:19, Nicolas Toper wrote: > Sorry, but are you using linux or win32 ? > > nico > --- Geoff Howard <[EMAIL PROTECTED]> a écrit : > > Chris Wilder-Smith wrote: > > > Geoff, > > > > > &

Re: Multipart form upload

2004-02-06 Thread Chris Wilder-Smith
till don't understand the mechanism by which two requests could come through and only have one get to the pipeline. Thanks, Chris > Geoff > > > - > To unsubscribe, e-mail: [EMAIL PROTECT

Re: Multipart form upload

2004-02-06 Thread Chris Wilder-Smith
cocoon-action') request.get('fileID') -- part of the post request.get('MAX_FILE_SIZE') -- part of the post request.get('file') -- from the multipart? Then I see the next getServletRequest() and things go awry Chris On Fri, 2004-02-06 at 11:42, Geoff Howard wrote: >

Re: Multipart form upload

2004-02-06 Thread Chris Wilder-Smith
, and it doesn't have the 'file' attribute. In addition, the file has been deleted, one way or another (I know it is transient - only for the life of the request, which must already have been cleaned up) Clearly something odd is going on... Any ideas? Thanks again, Chris >

Re: Multipart form upload

2004-02-06 Thread Chris Wilder-Smith
Geoff, On Thu, 2004-02-05 at 19:45, Geoff Howard wrote: > Chris Wilder-Smith wrote: > > I get > > > > ** request class: org.apache.cocoon.environment.http.HttpRequest > > Right - and that's the point. Sorry I didn't explain more, but a change >

Re: Multipart form upload

2004-02-05 Thread Chris Wilder-Smith
Geoff, On Thu, 2004-02-05 at 17:23, Geoff Howard wrote: > Chris Wilder-Smith wrote: > > Sorry, > > > > Cocoon 2.1.3 > > > > and this wiki page... > > > > http://wiki.cocoondev.org/Wiki.jsp?page=FileUploadsWithFlow > > 1) request-factory

Re: Multipart form upload

2004-02-05 Thread Chris Wilder-Smith
Sorry, Cocoon 2.1.3 and this wiki page... http://wiki.cocoondev.org/Wiki.jsp?page=FileUploadsWithFlow On Thu, 2004-02-05 at 16:35, Geoff Howard wrote: > Chris Wilder-Smith wrote: > > Hi, > > > > We're trying to use a multipart/form-data post to upload audio files

Multipart form upload

2004-02-05 Thread Chris Wilder-Smith
ample, this implies that uploads still aren't enabled. I do see other parameters that come through on the request, it's picking up the correct generator, etc. Anybody have any insights? Thanks in advance, Chris -- Chris Wilder-Smith Principal Technical Architect mailto:[EMAIL PROTE

RE: HTTP Post using XML

2004-01-23 Thread Chris Chesney
|-> 5 -> 3 -> 4 ->/ Do you know if the sitemap could handle something like this? Thanks for your thoughts, Chris -Original Message- From: Morley Howell [mailto:[EMAIL PROTECTED] Sent: Friday, January 23, 2004 10:39 AM To: [EMAIL PROTECTED] Subject: RE: HTTP Post u

RE: HTTP Post using XML

2004-01-22 Thread Chris Chesney
an specify XML in a parameter, but it doesn't allow you to specify an XML document to be sent as the request body of the POST, correct? Chris -Original Message- From: Morley Howell [mailto:[EMAIL PROTECTED] Sent: Thu 1/22/2004 10:26 PM To: [

RE: HTTP Post using XML

2004-01-22 Thread Chris Chesney
ey [mailto:[EMAIL PROTECTED] Sent: Thu 1/22/2004 8:01 PM To: [EMAIL PROTECTED] Cc: Subject: Re: HTTP Post using XML Chris Chesney wrote: > I need to write a reporting application that obtains data from > multiple serv

HTTP Post using XML

2004-01-22 Thread Chris Chesney
in another service call.   Can anyone tell me what generator(s) I would use to accomplish this, or do I need to write one myself?  Sorry if this is obvious – I’ve spent a couple days searching, but can’t find the answer.   Thanks in advance,   Chris

Re: Authentication Framework and session timeout

2004-01-15 Thread Chris Wilder-Smith
Joerg, I;ve got it working now. It turns out that the redirections just needed to have cocoon:// in front of them so that they wouldn't appear to belong in the protected sitemap. Thanks for your help diagnosing things. Chris On Wed, 2004-01-14 at 19:02, Joerg Heinicke wrote: > 

Authentication Framework and session timeout

2004-01-14 Thread Chris Wilder-Smith
oes anyone have an explanation for what is happening - and better yet, a solution (or at least some clues) Thanks, Chris -- Chris Wilder-Smith Principal Technical Architect mailto:[EMAIL PROTECTED] http://www.cast.org CAST: 781-245-2212 Home Office: 508-650-8885 AIM:

RE: xsl logic

2004-01-05 Thread Chris Morgan
Uzo, I suggest using actions and pipelines for this. Theoretically, any flow-related logic should be handled by the pipeline. Chris -Original Message- From: beyaRecords - The home Urban music [mailto:[EMAIL PROTECTED] Sent: Monday, January 05, 2004 10:34 AM To: [EMAIL PROTECTED

RE: Content Updating

2003-12-05 Thread Chris Morgan
) that'd work too. Chris -Original Message- From: Geoff Howard [mailto:[EMAIL PROTECTED] Sent: Friday, December 05, 2003 3:48 PM To: [EMAIL PROTECTED] Subject: Re: Content Updating Look through the archives - unless I misunderstand you this has been discussed ad nauseum. In your case,

RE: Content Updating

2003-12-05 Thread Chris Morgan
nt and do all XML processing on the server. Hope this helps, Chris -Original Message- From: Brent L Johnson [mailto:[EMAIL PROTECTED] Sent: Friday, December 05, 2003 11:08 AM To: [EMAIL PROTECTED] Subject: Content Updating Im creating a basic content management system to allow users to chan

RE: Content Updating

2003-11-20 Thread Chris Morgan
I work for a textbook publisher and we have similar requirements. Basically, you need a client that will generate some form of valid XML or XHTML. From this, you can transform and store it in a way that works for your application. There are a couple of possibilities that I know of. Each depends

RE: XSLT Reference Book

2003-11-20 Thread Chris Morgan
I find that O'Reilly's Learning XML book by Erik T. Ray is a great, simple reference. The section on XSLT and XPath is relatively small, but well written with great examples. -Original Message- From: apurva zaveri [mailto:[EMAIL PROTECTED] Sent: Thursday, November 20, 2003 10:44 AM To: [E

Re: Cocoon Users in New York City

2003-11-11 Thread Chris Wilkes
On Tue, Nov 11, 2003 at 08:09:45AM -0800, frank careccia wrote: > How about the Bay area (SF/SJ California)? > > Frank > - Original Message ----- > From: "Chris Morgan" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Tuesday, November 11, 2003

RE: Cocoon Users in New York City

2003-11-11 Thread Chris Morgan
Cincinnati too. Or possibly a regional group that could include Pittsburgh. -Original Message- From: Scott Malec [mailto:[EMAIL PROTECTED] Sent: Monday, November 10, 2003 4:50 PM To: [EMAIL PROTECTED] Subject: Re: Cocoon Users in New York City And ditto that, but in Pittsburgh, PA -

RE: Dynamic parameter for logicsheet

2003-11-10 Thread Chris Morgan
ionId variable as it's being transformed. This will be done after the file is compiled to java. If you change your logic sheet as follows it should work: ... select * from section where id=sectionId ... Chris -Original Message- From: Otmar Vobejda [mai

Making Sitemap parameters available in XSP

2003-11-05 Thread Chris Morgan
I'm trying to return a series of parameters from an authentication action that I'd like to make available to the XSP pages within the same pipeline. These parameters represent common session variables that are retrieved from a database and made available to the application for use. So far, I've on

RE: [xsp-session-fw] language Exception

2003-11-05 Thread Chris Morgan
I've run into similar problems with the authentication session. I think that the problem is that your tag precedes the tag. Don't know for sure, but I think the session (and therefore, the authentication) isn't available outside of the tag. -Original Message- From: Laurent Trillaud

Re: [OT?] - XUL

2003-10-29 Thread Chris Wilkes
s used to make it more stand alone GUI like. Now if there was just an easy javascript creator and/or GUI ... Chris - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

  1   2   >