RE: Accepting Data From The Web and storing it.

2001-11-20 Thread Luca Morandini
, November 20, 2001 6:32 PM To: [EMAIL PROTECTED] Subject: Accepting Data From The Web and storing it. Hi after finally gripping the fundamentals and basics of the publishing framework of cocoon 2, I would now like to take this a step further and implement a system but I have a question

Re: Accepting Data From The Web and storing it.

2001-11-20 Thread David Rosenstrauch
I imagine you'd have to write some custom code - most likely an Action object I would guess - that gets executed when they submit the form. The Action would have to manually re-write that file with the new color info. One thing that might be helpful is to have a separate XML file with just

RE: Accepting Data From The Web and storing it.

2001-11-20 Thread Sharat Koya
Is it not possible to write XSP (java) to write back to the file? -Original Message- From: Luca Morandini [mailto:[EMAIL PROTECTED]] Sent: Tuesday 20 November 2001 20:08 To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: RE: Accepting Data From The Web and storing it. Bobby

Re: Accepting Data From The Web and storing it.

2001-11-20 Thread Peter Royal
On Tuesday 20 November 2001 05:12 pm, you wrote: Is it not possible to write XSP (java) to write back to the file? Yes, it is possible to modify the XSP documents that are on disk. I think having an XSP document being self-modifying might be a bit odd, so I would segregate out the modifying

RE: Accepting Data From The Web and storing it.

2001-11-20 Thread Sharat Koya
Apologies my point was that I want users to be able to enter a code themselves which would then become permanent. -Original Message- From: David Rosenstrauch [mailto:[EMAIL PROTECTED]] Sent: Tuesday 20 November 2001 19:43 To: [EMAIL PROTECTED] Subject: Re: Accepting Data From The Web

RE: Accepting Data From The Web and storing it.

2001-11-20 Thread David Rosenstrauch
2001 19:43 To: [EMAIL PROTECTED] Subject: Re: Accepting Data From The Web and storing it. I imagine you'd have to write some custom code - most likely an Action object I would guess - that gets executed when they submit the form. The Action would have to manually re-write that file with the new color

RE: Accepting Data From The Web and storing it.

2001-11-20 Thread Luca Morandini
PROTECTED]] Sent: Tuesday, November 20, 2001 11:24 PM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: RE: Accepting Data From The Web and storing it. I understand Cocoon is a publishing framework for XML but if it has to use a database for storing data, doesn't that sort of kill one

Re: Accepting Data From The Web and storing it.

2001-11-20 Thread Sanjay Manchanda
, November 20, 2001 11:24 PM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: RE: Accepting Data From The Web and storing it. I understand Cocoon is a publishing framework for XML but if it has to use a database for storing data, doesn't that sort of kill one of the best features of XML