RE: Deleting files

2003-06-13 Thread Tuomo L
> Geoff > > > -----Original Message- > > From: Tuomo L [mailto:[EMAIL PROTECTED] > > Sent: Thursday, June 05, 2003 5:39 PM > > To: [EMAIL PROTECTED] > > Subject: Deleting files > > > > > > Hi, > > > > How can I delete files on th

Deleting files

2003-06-06 Thread Tuomo L
Hi, How can I delete files on the server using Cocoon? Is there an action for this, or should I write one? -Tuomo - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: XSP in XSL and Caching problem!

2002-11-11 Thread Tuomo L
Timothy and others, I think I found a solution to this problem! By adding this: /some/file/here.xsl Into the XSP file, ServerPagesGenerator checks if that file has also changed. If it is, the XSP is recompiled. You can add as many dependencies as you want. See: src\java\org\apache\cocoon\compo

Forms and XML

2002-11-11 Thread Tuomo L
Hi all, I need to build a system, which will include a lot of forms for the users to feed data into the system. The system should also have the possibility to search data using different kinds of search forms. I read the how-to about the XMLForms, and I think it's a great way to do things. One th

Source of inspiration?

2002-11-07 Thread Tuomo L
http://www.hundland.com/posters/c/Cocoon.jpg :) (Old one). -Tuomo - Please check that your question has not already been answered in the FAQ before posting. To unsubscribe, e-

Re: authentication frustration

2002-10-30 Thread Tuomo L
On Wed, 30 Oct 2002, Bert Van Kets wrote: > apparently it does :( > Any solution around this? Maybe. This was my workaround before the arrived. http://www.mail-archive.com/cocoon-users@;xml.apache.org/msg18314.html I'm still using it, although it's not very flexible. Try it out. -Tuomo > > H

Re: authentication frustration

2002-10-30 Thread Tuomo L
Could this happen due to this bug: http://nagoya.apache.org/bugzilla/show_bug.cgi?id=12293 ? Just a guess... -Tuomo On Wed, 30 Oct 2002, Bert Van Kets wrote: > I'm trying to create a form that gives the authenticated user access to his > data in the database. > I'm using the sunRise authenticat

Re: Empty anchor tags

2002-10-29 Thread Tuomo L
Thanks, it works now. Should follow the specs. Wasn't valid in HTML 4.0, though? Id is better anyway, it's more generic. -Tuomo On Tue, 29 Oct 2002, Kjetil Kjernsmo wrote: > On Tuesday 29 October 2002 17:26, Tuomo L wrote: > > > > > Whooa, that wou

Empty anchor tags

2002-10-29 Thread Tuomo L
Hi, I'm trying to produce an empty anchor tag (HTML) with attribute "name", but cocoon (XSL Tansformer + HTML Serializer) makes the closing tag in the result, which causes some browsers (IE) not to regognize the anchor. Tag: Called with: link to foo This doesn't work with IE: Ideas anyone