Re: Cocoon Wiki "attachments"

2003-07-07 Thread Steven Noels
On 8/07/2003 8:34 Derek Hohls wrote: I have notice quite a few "irrelevant" attachments to the Wiki pages; how do we "zap" these?? It would be useful if people start a page linking obsolete resources so that we can go in and remove those. -- Steven Noelshttp://outert

RE: Cocoon Wiki "attachments"

2003-07-07 Thread Aryaguna
The Cocoon wiki uses JSPWiki 2.0.39 (jspwiki.org) The only way I know of zapping attachments with this is to delete then by hand. So only someone with the relevant login can do this They're usually held under WEB-INF/WikiFiles in directories named {something}-att > -Original Message- > Fro

Cocoon Wiki "attachments"

2003-07-07 Thread Derek Hohls
Hi I have notice quite a few "irrelevant" attachments to the Wiki pages; how do we "zap" these?? Thanks Derek -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. Mailscanner thanks transtec Computers for their support. -

Re: Newbie In Peril

2003-07-07 Thread Derek Hohls
Adam Most peoples complaint about Cocoon is not that it cannot do what they want - its being able to figure how how to make it do it! Bear in mind this is an open source project & is "pulling itself up by its own bootstraps" The people developing prefer to code rather than write long docs - so it

Re: Newbie In Peril

2003-07-07 Thread Adam Flegman
Hi Derek, Sorry about my previous email. I wasn't very clear with what I meant. > Adam > You say: > "how to use the session validation mechanism to ensure that > all pages under the client area require a 'valid' session." Here is all the actaul code details up front (I will explain what I wa

Re: Newbie In Peril

2003-07-07 Thread Adam Flegman
Hi Nuno, I tried to reply a few moments ago but yahoo mail was in an invalid state. I just hope you don't get 4-5 thankyou emails from me. Your solution makes it look so simple. I was thinking it was going to be very very hard and complicated to solve. I am only just begging to understand how pow

Re: Newbie In Peril

2003-07-07 Thread Adam Flegman
Thanks Nuno, Wow it looks much simpler than what I thought it would be. I have to finish the client side of the site first and then get on to the administator/maintenance side which is definitely going to require this authorisation mechanism. Thankyou. Thankyou. Thankyou! You have saved me a s

Re: Custom Logic Sheets: Request Parameters in Nested tags

2003-07-07 Thread Joerg Heinicke
Can you provide more details? Sitemap, XML, queries.xml, ... Joerg Chintalapaty, Sreedhar wrote: Joerg, Thanks for your response. I had it without the apostrophes earlier; in both cases, however, the results are identical... :( Sreedhar -Original Message- From: Joerg Heinicke [mail

RE: Custom Logic Sheets: Request Parameters in Nested tags

2003-07-07 Thread Chintalapaty, Sreedhar
Joerg, Thanks for your response. I had it without the apostrophes earlier; in both cases, however, the results are identical... :( Sreedhar -Original Message- From: Joerg Heinicke [mailto:[EMAIL PROTECTED] Sent: Mon 7/7/2003 3:53 PM To: [EMAIL PROTECTED] Cc: Subject:

Re: sql transform

2003-07-07 Thread Joerg Heinicke
There are 2 independent technologies: 1. SQLTransformer http://cocoon.apache.org/2.1/userdocs/transformers/sql-transformer.html 2. ESQL Logicsheet (the XSP) http://cocoon.apache.org/2.1/userdocs/xsp/esql.html They are completely independent and it's possible (I don't know, I never used one of them

Re: How to deploy Cocoon 2.0.4 under Java Web Service Developer Pack1.2 with integrated Tomcat

2003-07-07 Thread Joerg Heinicke
Incremental mode can be switched off in cocoon.xconf. Maybe you have an "endorsed dirs problem" too. Do you have done anything about XML jars? Joerg Hartmut Schlotterbeck wrote: Hi, I deployed Cocoon under JWSDP 1.2 (W2K, J2SDK 1.4.1_03) under the integrated Tomcat but I always get the follo

Re: SAXParser does not implement XMLReader

2003-07-07 Thread Joerg Heinicke
[EMAIL PROTECTED] wrote: http://cocoon.apache.org/2.0/installing/index.html Cocoon 2.0.4 Tomcat 4.0.4 JDK 1.3.1_04 RedHat Linux kernel version 2.4.7-10 Cocoon 2 - Internal server error SAX2 driver class org.apache.xerces.parsers.SAXParser does not implement XMLReader java.lang.ClassCastExce

Re: Custom Logic Sheets: Request Parameters in Nested tags

2003-07-07 Thread Joerg Heinicke
Remove the apostrophes: Joerg Chintalapaty, Sreedhar wrote: Hi, I am trying to develop a tag that would - Get a parameter called "template-id" from the request - Fetch the template with that template-id from an XML config file Here's is how I am trying to accomplish it: ''

Custom Logic Sheets: Request Parameters in Nested tags

2003-07-07 Thread Chintalapaty, Sreedhar
Hi, I am trying to develop a tag that would - Get a parameter called "template-id" from the request - Fetch the template with that template-id from an XML config file Here's is how I am trying to accomplish it: '' For reasons that I c

RE: Form encoding problem in cocoon 2.0.4

2003-07-07 Thread Reinhard Pötz
From: Bruno PIERRE > all other attribute of xsl:ouput like indent=""... are ignored too? As a transformer can't produce output xsl:output is ignored by Cocoon. The output is in the responsibility of the serializer. Cheers, Reinhard

Re: Form encoding problem in cocoon 2.0.4

2003-07-07 Thread Bruno PIERRE
> This has the same effect as the declaration in the > stylesheet, which is used normally, but should not be used in Cocoon. Hi, all other attribute of xsl:ouput like indent=""... are ignored too? it could explain some of my problems. -

RE: Form encoding problem in cocoon 2.0.4

2003-07-07 Thread Yan, Charlene
Thank you all for your help! It works. Regards, Charlene -Original Message- From: leo leonid [mailto:[EMAIL PROTECTED] Sent: Monday, July 07, 2003 11:16 AM To: [EMAIL PROTECTED] Subject: Re: Form encoding problem in cocoon 2.0.4 On Montag, Juli 7, 2003, at 04:59 Uhr, Yan, Charlene wr

Re: Form encoding problem in cocoon 2.0.4

2003-07-07 Thread leo leonid
On Montag, Juli 7, 2003, at 04:59 Uhr, Yan, Charlene wrote: How or where can I change it to ISO-8859-1 from UTF-8? I've changed the encoding of form.xml, simple-page3html.xsl and sitemap.xmap to ISO-8859-1. It didn't help. What is the source code that sets the meta tag? More specifically,

SAXParser does not implement XMLReader

2003-07-07 Thread sharrison
I've had a difficult time getting Cocoon to work in spite of the careful instructions on the Cocoon site < http://cocoon.apache.org/2.0/installing/index.html > The step-by-step instructions didn't quite fit my scenario. For posterity, and so I feel a little better about the loss of time getting

How to deploy Cocoon 2.0.4 under Java Web Service Developer Pack1.2 with integrated Tomcat

2003-07-07 Thread Hartmut Schlotterbeck
Hi, I deployed Cocoon under JWSDP 1.2 (W2K, J2SDK 1.4.1_03) under the integrated Tomcat but I always get the following error message when starting cocoon with http://localhost:8080/cocoon Cocoon 2 - Internal server error type fatal message Failed to generate program code (this may happen i

Re: Form encoding problem in cocoon 2.0.4

2003-07-07 Thread Joerg Heinicke
Hello Charlene, this is configured in the sitemap in the . Simply add an ISO-8859-1. Example: ISO-8859-1 This has the same effect as the declaration in the stylesheet, which is used normally, but should not be used in Cocoon. Joerg Yan, Charlene wrote: Joerg, My case was that I called

Re: Form encoding problem in cocoon 2.0.4

2003-07-07 Thread Bruno PIERRE
yes, i've forgot one point in the html serializer add the encoding: 1024 ISO-8859-1 -//W3C//DTD HTML 4.01 Transitional//EN - Original Message - From: "Yan, Charlene" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, July 07, 2003 4:59 PM Subject: RE: Fo

Re: Newbie In Peril

2003-07-07 Thread Nuno Santos
This is the core Class I use to Authenticated/Authorize: Place the "auth-fw" in your "WEB-INF\lib" In the cocoon.xconf place the following snipet: --START-- --END-- Add the following matcher to your sitemap Now you can protected your resources with a matcher like

RE: Form encoding problem in cocoon 2.0.4

2003-07-07 Thread Yan, Charlene
Thanks for your reply. I did what you said and it didn't help. I think the key is to change the meta tag declaration. I do not know where to set it. Charlene -Original Message- From: Bruno PIERRE [mailto:[EMAIL PROTECTED] Sent: Monday, July 07, 2003 10:45 AM To: [EMAIL PROTECTED] Subj

Re: Form encoding problem in cocoon 2.0.4

2003-07-07 Thread Bruno PIERRE
in all your file put and in all your xsl file (in simple-page3html.xsl) put I've done that yesterday and now it works. - Original Message - From: "Yan, Charlene" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, July 07, 2003 4:32 PM Subject: RE: Form encoding problem in cocoo

RE: Form encoding problem in cocoon 2.0.4

2003-07-07 Thread Yan, Charlene
Joerg, My case was that I called cocoon from another web application. I had to set the encoding of the calling html page to ISO-8859-1. Now I'm using a htnl page generated by Cocoon. The default meta tag is . How or where can I change it to ISO-8859-1 from UTF-8? I've changed the encoding

RE: MultipartPost with WebServiceProxyGenerator?

2003-07-07 Thread "Hübner, Stefan"
Hi Peter, you're right. regards, stefan > From: Peter Ross [mailto:[EMAIL PROTECTED] > I assume you used the patch I sent earlier to get WSPG > running? Is that correct? > On Fri, Jul 04, 2003 at 01:12:42PM +0200, "Hübner, Stefan" wrote: > > > >Hello out there, > > > >happy about

XSP Request-param through sunrise portal

2003-07-07 Thread Maxime.Gheysen
Hello, I have the default sunrise portal. In the login pipeline I added a XSP-page between the Login page (login.xml) and the sunrise-user.xsl. In the surise-user.xml I have the following code and this parameter works fine. But in But in my XSP page I cannot request the "name" field

Re: Sitemap element order relevant?

2003-07-07 Thread Alexandre Victoor
Hi I don't know if you can declare pipelines before components... perhaps it would be cleaner to mount a second sitemap where you would write your pipelines. In sitemap.xmap you would write something as follows : Look at the sitemaps of the cocoon sampl

Multiple records add with original db actions ????? help

2003-07-07 Thread Dirk Fabrig
Hi, i want to add mutliple different rows in a table with original database act= ions. My Table: ID | description i have a form with 10 checkboxes all have the same name (description). Now i want to insert the values of all checked checkboxes in the database. When i use the addaction and ch

Setup help

2003-07-07 Thread dirk . dussart
Return Receipt Your Setup help document :