Re: Portal - Coplets / Sunlet

2003-01-28 Thread Richard Reyes
Hi Carsten, I have tried using the cinclude transformer and i got the error below The element type meta must be terminated by the matching end-tag . any ideas? i have checked the google source and it has a tag like this meta http-equiv=content-type content=text/html; charset=UTF-8any

crosspost warning (was Re: proposal: The Newbies Competence Center)

2003-01-28 Thread Bertrand Delacretaz
Tony Collen wrote: CC:ing this to cocoon-docs because that's where it should go :) You're right but the matter is still being discussed on cocoon-users, and splitting the discussion might make it confusing. I think it's better to continue the discussion on cocoon-users for now, and move it

I cant get cocoon to process??

2003-01-28 Thread Richard Cunliffe
Apache - v1.3 Cocoon - v2.0 Tomcat - v3.3a Jserv - 1.1.1 Operating system - Windows XP I can not get cocoon to work. The problem I have is that when I try and load an xml page, it will not use the style sheet and show the desired page. Instead the browser only shows the xml

RE: Portal - Coplets / Sunlet

2003-01-28 Thread Carsten Ziegeler
There are several possible causes for this problem: - google does not send the correct mime-type (text/html). I can't believe that this is happening, but I'm adding it here for completeness - The xmlizer for text/html is not configured correctly - The xmlizer is not used. For any of the last

RE: IDE for cocoon

2003-01-28 Thread Alexandru COSTIN
Hello, We have a very powerful IDE called KrysalIDE especially designed to understand the concept of XSP, taglibs and pipelines. It already provides some interesting features for our Cocoon clone - Krysalis, and we are considering porting it to coocon if there will be

Re: I cant get cocoon to process??

2003-01-28 Thread Derek Hohls
Richard Welcome to the wonderful world of Cocoon application debugging ! First off, I assume that the Cocoon samples are up-and- running, so that you have tested that the Cocoon servlet as such is working OK. Next thing is to check the log files; you will find them located under the

RE: I cant get cocoon to process??

2003-01-28 Thread Richard Cunliffe
Derek, Thank you for the big welcome! I have had a quick look at the logs, but to be honest Im not sure how to interrupt them. When I did the install examples I got cocoon to do the Hello world example. So yes thats working. Here is the pipeline I have created for a soundpool

How to open 2 windows?

2003-01-28 Thread Johannes . Becker
Hi, I want to open 2 windows on one event. The xml/xsp (I mean the data) would be the same, but the output would be: first window html, second window pdf. e.g. my dummy sitemap: ... !-- on submit generate *.html and *.pdf output -- map:match pattern=html-pdf map:generate

Re: Portal - Coplets / Sunlet

2003-01-28 Thread Richard Reyes
this is the google.xml ?xml version=1.0? data xmlns:cinclude=http://apache.org/cocoon/include/1.0; cinclude:includexml cinclude:srchttp://localhost:8080/cocoon/tsi/home.html/cinclude:src /cinclude:includexml /data and this is the sitemap... map:match pattern=sppasunlet-onlinesundn.xml

Re: How to open 2 windows?

2003-01-28 Thread Niclas Hedhman
On Tuesday 28 January 2003 17:27, [EMAIL PROTECTED] wrote: Hi, I want to open 2 windows on one event. The xml/xsp (I mean the data) would be the same, but the output would be: first window html, second window pdf. e.g. my dummy sitemap: ... !-- on submit generate *.html and *.pdf output

RE: Portal - Coplets / Sunlet

2003-01-28 Thread Matthew Langham
this is the google.xml Richard, just what exactly is this supposed to show? From what I see you want to cinclude an html file that is accessed through Cocoon. Correct? Is /tsi/home.html a pipeline in the sitemap? What does that one do? Matthew - ?xml version=1.0? data

Antwort: Re: How to open 2 windows?

2003-01-28 Thread manfred . weigel
Hi! You are absolut right Niclas, ONE request = ONE response so the first window must have some Javascript inside which is called by an onload event in the body tag. This script opens the second window with the pdf inside. cheers Manfred [EMAIL PROTECTED] am 28.01.2003 10:28:53 Bitte

RE: Portal - Coplets / Sunlet

2003-01-28 Thread Matthew Langham
Ok, and where is the problem? Matthew -Original Message- From: Richard Reyes [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 28, 2003 10:52 AM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Re: Portal - Coplets / Sunlet - Original Message - From: Matthew

RE: I cant get cocoon to process??

2003-01-28 Thread Derek Hohls
Richard Well, I think Tomcat/Cocoon are working OK, otherwise the basic Hello World would not not be working. You say you cannot see anything in the log files that makes sense - well, this is an area that its very useful (and I speak from bitter experience) and worth the time getting up to

Re: Portal - Coplets / Sunlet

2003-01-28 Thread Richard Reyes
I am having this error... The element type meta must be terminated by the matching end-tag . i have checked the html source and it has a tag like this meta http-equiv=content-type content=text/html; charset=UTF-8 - Original Message - From: Matthew Langham [EMAIL PROTECTED] To:

RE: How to open 2 windows?

2003-01-28 Thread Michael Homeijer
Hi, If the event you mention is clicking a hyperlink in a html page, maybe you could use javascript in the the onClick event to open one window and open the second window with the hyperlink. Just a thought, Michael -Original Message- From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent:

Re: proposal: The Newbies Competence Center

2003-01-28 Thread SAXESS - Hussayn Dabbous
seems as if my round up generqted even more input ;-) thanks to all of you. so what do we have now? i reround up here: 1.) there is a strong push towards role based documentation 2.) there is a strong recommendation to use cocoon-wiki 3.) the discussion roles on over the whole documentation set

Whats wrong with my action?

2003-01-28 Thread Johannes . Becker
Hi, I'm trying to write an action for cocoon. the code: package o2germany.SolutionDelivery.FraudManagement.actions; import java.util.Map; import java.util.HashMap; import org.apache.avalon.framework.parameters.Parameters; import org.apache.cocoon.acting.AbstractAction; import

Re: proposal: The Newbies Competence Center

2003-01-28 Thread Niclas Hedhman
On Tuesday 28 January 2003 18:48, SAXESS - Hussayn Dabbous wrote: seems as if my round up generqted even more input ;-) thanks to all of you. so what do we have now? i reround up here: 1.) there is a strong push towards role based documentation 2.) there is a strong recommendation to use

Re: proposal: The Newbies Competence Center

2003-01-28 Thread Bertrand Delacretaz
SAXESS - Hussayn Dabbous wrote: . . . I'd recommend to rename this to The Cocoon Competence Center and start with the beginners section on the cocoon wiki... +1, I much prefer beginners than newbies. I think it would be good to post the concept ([1]) on the wiki, as a kind of charter of this

AW: Whats wrong with my action?

2003-01-28 Thread Andres, Judith
Hi Johannes, there's nothing wrong with using AbstractAction or HashMap but with: results.put(report_16); you have to write something like this: results.put(someKey, report_16); Judith -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED]] Gesendet am: Dienstag,

How to run 2 tomcat-coocon web server

2003-01-28 Thread CARLETTA ANGELO
--- Reçu de INFETUDE.G145193 02/250.96.71 28-01-03 12.16 Hi, I need to run 2 server tomcat-cocoon in one machine One server use \\localhost:8080\ (port 8080) and the other server use \\localhost\ (port 80 in config tomcat server.xml) I have a probleme in de second server with

special character (JSP) éà

2003-01-28 Thread CARLETTA ANGELO
--- Reçu de INFETUDE.G145193 02/250.96.71 28-01-03 13.11 Hi, I have a problem with character encoding in Cocoon with character French (éà..) I have Tomcat 4.1.12, JDK 1.3 and Cocoon 2.0.3 My JSP is generate via VaGen (VisualAge generator of IBM) Without Cocoon, the

Re: XSLT debugger (was RE: .Net port of Cocoon)

2003-01-28 Thread Brian Johnson
Have you looked at Captor http://outerthought.net/captor.html? It works on 2.0.x, and can easily be modified to work on 2.1. On Monday, January 27, 2003, at 05:41 PM, Mark H wrote: Hi Luca, I don't use XSLT debuggers, I've just configured logkit to put all messages produced by Xalan into a

XMLForm namespace

2003-01-28 Thread Sylvain.Thevoz
Hello, This XMLForm namespace doesn't work: http://xml.apache.org/cocoon/xmlform/2002 What is the correct namespace link? Thank you Sylvain - Please check that your question has not already been answered in the FAQ before

auth problem

2003-01-28 Thread Olivier GUCKERT
Hello I'd like to use the authentication actions, but have some trouble with the redirect-to : In my sitemap, i wrote : map:match pattern=login map:act type=auth-login map:parameter name=handler value=MaProtection/ map:parameter name=parameter_nom

RE: Cocoon Job opps in Frankfurt, Germany

2003-01-28 Thread Jeremy Aston
The UK rate has dropped significantly. You are really looking at something like £35-£40 per hour (as opposed to £60-£70 ph in the past couple of years. $500ph is v. reasonable. At the end of the day these angencies never put a rate since they want to get as good a person as cheap as possible!

Re: proposal: The Newbies Competence Center

2003-01-28 Thread SAXESS - Hussayn Dabbous
Hy, the Cocoon Competence Center is Born ;-) I have changed the link on the WIki leftMenu from new to cocoon? into For Beginners and added the cocoon in 15 minutes: page. I invented a first set of metadata: - TARGET-AUDIENCE: beginners - COCOON-RELEASES: 2.0.3, 2.0.4 - AUTHOR: Hussayn Dabbous

failure in request parameters

2003-01-28 Thread Eduardo Zurita
Hello, I have the following pipeline: map:pipeline map:match pattern="qeq.html" map:generate type="jsp" src=""/ map:transform src=""/ map:serialize type="html"/ /map:match /map:pipeline And works fine, but if I modify it to: map:pipeline map:match pattern="qeq.html" map:act

Re: I cant get cocoon to process??

2003-01-28 Thread SAXESS - Hussayn Dabbous
once i looked hours and hours for a problem similar to what you report. finally i detected, that i introduced two match patterns, that would match on the same url within my sitemap. Since i was looking at the secnd definition wondering, why nothing helped i completely ignored the true causeing

RE: I cant get cocoon to process??

2003-01-28 Thread Richard Cunliffe
Derek, Ok I changed the match pattern, but it made no difference (its still loading the xml source as text in the browser). I managed to get text in the logs, and I can not see anything in there to say that I have just tried to access the address

RE: @Geoff: Different stylesheets called on runtime?

2003-01-28 Thread Geoff Howard
I'm sorry I haven't gotten back - I saw this message yesterday (?) but couldn't remember enough of the situation we were talking about to get back to it quickly. All of a sudden I have a lot of work and full time job offers coming in at once and have needed to sort them through. Anyone want to

RE: I cant get cocoon to process??

2003-01-28 Thread Richard Cunliffe
Hussayn, I have just had a look, and its only been matched once. Any other suggestions? Thanks, Richard. -Original Message- From: SAXESS - Hussayn Dabbous [mailto:[EMAIL PROTECTED]] Sent: 28 January 2003 15:00 To: [EMAIL PROTECTED] Subject: Re: I cant get cocoon to process?? once i

RE: eclipse and mail scratchpad

2003-01-28 Thread Geoff Howard
ok, that's what I figured, but must have failed to configure eclipse properly to see the mail.jar that I already had. Is the right place for it in lib/local by the way? Geoff -Original Message- From: Carsten Ziegeler [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 28, 2003 2:54 AM

RE: Cocoon is complex, but worth it! Some Answers to yourdilemma

2003-01-28 Thread Geoff Howard
yup, and I think a major contribution from Roberts feedback should be that documentation is not all that's needed. There are some places where we could make it easier to get up and running as a power-user (extending existing components level) without having to get into understanding avalon,

RE: eclipse and mail scratchpad

2003-01-28 Thread Carsten Ziegeler
Geoff Howard wrote: ok, that's what I figured, but must have failed to configure eclipse properly to see the mail.jar that I already had. Is the right place for it in lib/local by the way? Yes Carsten - Please check that

Re: I cant get cocoon to process??

2003-01-28 Thread SAXESS - Hussayn Dabbous
I learned to get very simple minded when it comes to cocoon debugging ;-) so i would ask: 1.) are you shure, cocoon is receiving the request at all you can verify by looking at WEB-INF/logs/access.log 2.) do any stack traces pop up in the cocoon log files ? besides access.log there

Re: auth problem

2003-01-28 Thread Martin Dulisch
Hi Olivier, protection works over the 'auth-protect' action. You can use it in any pipeline. So you dont need a redirect to protect other pages. Martin - Original Message - From: Olivier GUCKERT [EMAIL PROTECTED] To: Cocoon-user [EMAIL PROTECTED] Sent: Tuesday, January 28, 2003 2:46 PM

RE: I cant get cocoon to process??

2003-01-28 Thread Richard Cunliffe
Hussayn, It sounds to me, like cocoon is not being forwarded the requested page and perhaps that’s why there is no processing going on. I installed cocoon by copying in cocoon.war, and set-up apache and tomcat, by using jserv. Is there anything else I should do here? Richard. -Original

RE: proposal: The Newbies Competence Center (XSP?)

2003-01-28 Thread Hunsberger, Peter
Title: Message Hmm? Well isn't that like saying that sitemaps are "proprietary" Well yes, but there's a big difference between coding your business logic in a proprietary non-portable solution and configuringa pipeline. By staying away from XSP I can switch away from Cocoon to a servlet

Re: I cant get cocoon to process??

2003-01-28 Thread SAXESS - Hussayn Dabbous
hmm.. I would do this: take your webserver out of the way for a moment. you want to test cocoon, not the webserver/tomcat connection, right ? then: 1.) setup tomcat so that you can direct access it from your browser. Look for these lines in tomcat/conf/server.xml: !-- Define a non-SSL

Re: WebSphere 5.0 and cocoon

2003-01-28 Thread Cameron McKenzie
Really think I've licked the WebSphere 5.0 problem now. The trick is this. Make sure the application server classloader is set to MODULE visibility. Then set the classloader on the ear to PARENT_LAST and then again, set the classloader on the war module to PARENT_LAST. Once you've made these

SourceWritingTransformer: namespaces

2003-01-28 Thread Alex Romayev
Hi, I'm need to use a namespace insite source:replace tag, for example: source:insert xmlns:source=http://apache.org/cocoon/source/1.0; xmlns:myns=http://foo.org/myns; source:path//source:path source:replacemyns:item/source:replace source:fragment.../source:fragmen /source:insert When

RE: I cant get cocoon to process??

2003-01-28 Thread Richard Cunliffe
Hussayn, Thank you for being patient! Ok I have just completed all of the below and everything is working up to point 3. Yes that address was a typing mistake. When I load http://192.168.0.5:8080/soundpool/soundpool.xml it shows the following: ?xml version=1.0 ? - document

Re: auth problem

2003-01-28 Thread Olivier GUCKERT
Martin Dulisch a écrit : Hi Olivier, protection works over the 'auth-protect' action. You can use it in any pipeline. So you dont need a redirect to protect other pages. Martin Ok Martin and thanks But, if i write : map:match pattern=login map:act type=auth-login

RequestSelector

2003-01-28 Thread Jim Lynch
Newbie Question... I have a pipeline defined below and want to pass the servlet param xmltest to cocoon. how is this done?? I'm opening a url connection to http://.../cocoon?command=?xmltest=cdcatalog I'm not sure what the command should be or if this is right?? thanks jim

Re: I cant get cocoon to process??

2003-01-28 Thread SAXESS - Hussayn Dabbous
if you did not touch server.xml forget about this for a moment. look again at following snippet from your last answer: Yes that address was a typing mistake. When I load http://192.168.0.5:8080/soundpool/soundpool.xml it shows the if you did NOT TOUCH server.xml and you did deploy cocoon

RE: I cant get cocoon to process??

2003-01-28 Thread Horsfield, Peter A.
Hi Richard, Derek. Sorry to butt in, but heres my two cents: Tomcat/Cocoon is pulling your soundpool.xml file unchanged. This /could/ be because tomcat is not forwarding the request to Cocoon, but I think that is unlikely. You can test it by renaming the soundpool.xml file to something else

Re: WebSphere 5.0 and cocoon

2003-01-28 Thread dfeather
Just out of curiosity, are you running that on an AS/400 (e... iSeries... sorry)? Dan Feather - Please check that your question has not already been answered in the FAQ before posting.

RE: I cant get cocoon to process??

2003-01-28 Thread Richard Cunliffe
Hussayn Peter Ok I have everything you suggest setup, and it is still not coming out right! Can you suggest anything else - please don't give on me!! Richard -Original Message- From: Horsfield, Peter A. [mailto:[EMAIL PROTECTED]] Sent: 28 January 2003 16:26 To: '[EMAIL

Re: WebSphere 5.0 and cocoon

2003-01-28 Thread Cameron McKenzie
The fix worked on both the WSAD test environment, and the WAS running on Windows 2000. Sorry, I haven't tested it on my AS/400 yet. -Cameron McKenzie On Tue, 28 Jan 2003, [EMAIL PROTECTED] wrote: Just out of curiosity, are you running that on an AS/400 (e... iSeries... sorry)?

Re: proposal: The Newbies Competence Center

2003-01-28 Thread Bertrand Delacretaz
I have changed the link on the WIki leftMenu from new to cocoon? into For Beginners and added the cocoon in 15 minutes: page. Cool, thanks! I invented a first set of metadata: - TARGET-AUDIENCE: beginners - COCOON-RELEASES: 2.0.3, 2.0.4 - AUTHOR: Hussayn Dabbous - AUTHOR-CONTACT: [EMAIL

Re: [SVG] Transparent background of generated PNG

2003-01-28 Thread Martin Lüthi
Mark Eggers [EMAIL PROTECTED] writes: Yes, this is a browser-specific problem. For a review on this, please see the following links: http://webfx.eae.net/dhtml/pngbehavior/pngbehavior.html

Re: [SVG] Transparent background of generated PNG

2003-01-28 Thread Miles Elam
As was already mentioned, it's a long-standing IE bug that should have been fixed years ago. (MS pledged full PNG support back in the days of IE 4.) One option is creating a specific stylesheet for IE that uses IE-specific markup and styling. The other (one that I prefer) is a piece of

XMLForm Xindice howto at Wiki refactored and ready

2003-01-28 Thread Josema Alonso
Ivelin and all, I finally had the time to refactor the example. Following the ideas we exchanged these past days, I put it altogether at Wiki and I think we have now a much better sample :-) http://wiki.cocoondev.org/Wiki.jsp?page=XMLFormXindice Please, review it if you want to and inform me of

Re: proposal: The Newbies Competence Center

2003-01-28 Thread Miles Elam
Derek Hohls wrote: (... the example below says one has to know how to do caching of XSPs' - I still do not know how to do this but fortunately no one has yet complained about the speed of the generators - to me the issue is optimizing the speed of the transformers - anyone tried doing DocBook

Re: simple question

2003-01-28 Thread SAXESS - Hussayn Dabbous
you can find the access times in the logfile WEB-INF/logs/access.log hussayn Jordi Valldaura wrote: I used cocoon 1.8.* in the past, now I'm using 2.0.4. In the first one each generated page had a line with the time cocoon taked to generate it. I dont see this line in cocoon 2 generated pages

How can I send XML as HTTP POST to a URL?

2003-01-28 Thread gv
Hello, I need to have Cocoon send an XML structure as an HTTP POST request to a URL. Anyone know how to do this? Thank you, John __ Do you Yahoo!? Yahoo! Mail Plus - Powerful. Affordable. Sign up now. http://mailplus.yahoo.com

Re[2]: sunRise login error rediect - doesn't work always

2003-01-28 Thread ilfrin
Hi Carsten, CZ Which version of cocoon are you using? 2.0.4 CZ The only suggestion I could make is turning on debug logging and have CZ a look at the logs what is exactly happening (Seeing how far everything CZ comes and where the exception excatly occurs.) I'll try that, it'll take some time

Re: simple question

2003-01-28 Thread Jordi Valldaura
Thank you very much, but I don't want the acces times I want the time cocoon takes to generate a page. I am comparing cocoon and the jstl from jakarta that what I need the time it takes to generate a page. If someone can point me to some comparative I would apreciate it. Thanks in advande

Re: [SVG] Transparent background of generated PNG

2003-01-28 Thread Martin Lüthi
Miles Thank you for your hint, this is exactly what I found and use ATM. Best Martin -- Martin Lüthi [EMAIL PROTECTED] - Please check that your question has not already been answered in the FAQ before

AW: simple question

2003-01-28 Thread Jan Harms
Jordi, the processing time is written to WEB-INF/logs/core.log Of course it depends on your logging configuration, but with the default it should be there. Otherwise have a look at you logkit.xconf file. The log entries in our core.log typically look like this: INFO(2003-01-28)

Re: Cocoon Job opps in Frankfurt, Germany

2003-01-28 Thread Robert Simmons
Strange that I did a search on gulp.de and monster.de for Cocoon and came up empty. Where are you guys hearing about these contracts? -- Robert - Original Message - From: Jeremy Aston [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, January 28, 2003 3:32 PM Subject: RE: Cocoon Job

Re: How to open 2 windows?

2003-01-28 Thread Robert Simmons
Just a warning. There has been a study recently that quite well confirms that using popups in a commercial web site is a good way to drive traffic AWAY from that site. Personally, they annoy the shit out of me. If I really needed to get my penis enlarged Id look it up on google.de. Getting offered

Re: IDE for cocoon

2003-01-28 Thread Robert Simmons
Well I don't have money to buy any tools. Usually I have to get companies to buy them. However as a suggestion, fi you are trying to get more customers, Id investigate a way to integrate your concepts with open platforms like NetBeans or eclipse. Breaking people off from their normal IDEs is

Re: proposal: The Newbies Competence Center

2003-01-28 Thread Robert Simmons
Id be happy to write up some stuff on connecting to EJB servers now that I have actually figured out how to do it. -- Robert - Original Message - From: Niclas Hedhman [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, January 28, 2003 8:02 AM Subject: Re: proposal: The Newbies

Re: proposal: The Newbies Competence Center

2003-01-28 Thread Robert Simmons
I don't think that the word newbie is such a stigma. People know when they are newbies and not. Rarely do people take it offensively unless its an outside person telling them that they are a newbie. In fact people can take it tongue in cheek as the for Dummies or Idiots guide to ... books show.

Re: proposal: The Newbies Competence Center

2003-01-28 Thread Robert Simmons
Hmm .. where do I find this? -- Robert - Original Message - From: SAXESS - Hussayn Dabbous [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, January 28, 2003 3:49 PM Subject: Re: proposal: The Newbies Competence Center Hy, the Cocoon Competence Center is Born ;-) I have

Re: [SVG] Transparent background of generated PNG

2003-01-28 Thread Martin Lüthi
Niclas Hedhman [EMAIL PROTECTED] writes: opacity means non-transparency, (and without checking spec) shouldn't therefor opacity=0.0 mean transparent ?? Hmmm, you're of course right! However the PNG's have transparent background on all but the IE browsers. I'll have to play with that...

Preloading parts of cocoon.

2003-01-28 Thread Robert Simmons
Greetings. Whenever I change a page in my sitemap and redeploy, I notice that the first time I hit a page it takes cocoon a few seconds to start the page. Is there any way we can get cocoon to preprocess this stuff at deployment time so that the users only see instant results ? -- Robert

RE: proposal: The Newbies Competence Center

2003-01-28 Thread Luca Morandini
-Original Message- From: Robert Simmons [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 28, 2003 10:41 PM To: [EMAIL PROTECTED] Subject: Re: proposal: The Newbies Competence Center What I would like to see now is a style guide for XML documents that will be common to all

Re: proposal: The Newbies Competence Center

2003-01-28 Thread Tony Collen
On Tue, 28 Jan 2003, Robert Simmons wrote: I don't think that the word newbie is such a stigma. People know when they are newbies and not. Rarely do people take it offensively unless its an outside person telling them that they are a newbie. In fact people can take it tongue in cheek as the

Re: proposal: The Newbies Competence Center

2003-01-28 Thread Robert Simmons
Incidentally, I find that when I hit the Wiki page, I don't see half of the left menu until I pass my mouse over the links. IE6 problem? -- Robert - Original Message - From: Derek Hohls To: [EMAIL PROTECTED] Sent: Tuesday, January 28, 2003 8:00 AM Subject:

Re: How to open 2 windows?

2003-01-28 Thread Bert Van Kets
I agree, but there are occasions that opening two windows is very valid. You can't post a response to two browser windows at the same time. The second window doesn't even exist yet. You have to open the second window using javascript in the onLoad event of teh page containing the html. In the

AW: simple question

2003-01-28 Thread Marco Rolappe
hi jordi, please have a look at cocoon's web.xml. there's an init-param named show-time, which, when set to yes/true makes cocoon add the processing time to each response. -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]Im Auftrag von Jordi Valldaura

Using the results of an aggregate part.

2003-01-28 Thread Joe Latty
Greetings Firstly I should warn you I am a complete newbie. On the following url http://wiki.cocoondev.org/Wiki.jsp?page=AggregatorI found this quote: (Aggregator)"Allows the combination of multiple XML documents. An individual aggregator contains one or more parts. Each part is a

Re: proposal: The Newbies Competence Center

2003-01-28 Thread J.Pietschmann
Robert Simmons wrote: I don't think that the word newbie is such a stigma. Yeah, there are n00b and luser for this purpose. :-) ... I will state that id like the documentation to actually be served by cocoon. This is something the project has not (yet) under its control. What I would like

AW: How can I send XML as HTTP POST to a URL?

2003-01-28 Thread Marco Rolappe
you should probably code that as an action, that you can use in your sitemap. please see relevant docs. -Ursprungliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]Im Auftrag von gv Gesendet: Dienstag, 28. Januar 2003 21:13 An: [EMAIL PROTECTED] Betreff: How can I

Re: AW: How can I send XML as HTTP POST to a URL?

2003-01-28 Thread Ryan Hoegg
If you need to do this to consume a web service, you might check out some of the projects at the newly formed Apache Web Services project: http://ws.apache.org These projects were all formerly under other Apache projects. In particular, XML-RPC and SOAP are supported by mature projects:

AW: How to run 2 tomcat-coocon web server

2003-01-28 Thread Marco Rolappe
one might be able to better help you if the error message was translated. -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]Im Auftrag von CARLETTA ANGELO Gesendet: Dienstag, 28. Januar 2003 12:16 An: [EMAIL PROTECTED] Betreff: How to run 2 tomcat-coocon

RE: I cant get cocoon to process??

2003-01-28 Thread Richard Cunliffe
Marco, I have attached all the logs and my sitemap. I searched 'PreparableMatcher', but nothing came back. Thank you so much for taking a look at this for me! Richard. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: 28 January 2003 23:47 To: [EMAIL

RE: Cocoon Job opps in Frankfurt, Germany

2003-01-28 Thread Jeremy Aston
These roles come up on jobserve.com, a UK based service for recruitment agencies. I just have a savedsearch that emails me if Cocoon comes up as a keyword in each day's listings. If you follow the link below then you will note that all the agencies are UK based. It is possible the client is

XML - XSL Editors?

2003-01-28 Thread Robert Simmons
What are the best XML and XSLT editors on the market. I'm looking for something that is easy to use and offers the chance to edit XSL in a WYSIWYG style. I tried XML Spy but it is not so easy to use. I couldn't even figure out how to get an XSL preview to work properly. It wanted me to

Re: Cocoon Job opps in Frankfurt, Germany

2003-01-28 Thread Robert Simmons
Interesting. Well I wouldn't have enough cocoon knowledge quite yet to do a contract in it. Perhaps in a couple more months of study. I'm getting decidedly sick of working for pennies for some stupid company more interested in politics than product. I'm seriously considering branching out into

Re: XML - XSL Editors?

2003-01-28 Thread Ryan Hoegg
Robert Simmons wrote: What are the best XML and XSLT editors on the market. I'm looking for something that is easy to use and offers the chance to edit XSL in a WYSIWYG style. I tried XML Spy but it is not so easy to use. I couldn't even figure out how to get an XSL preview to work properly.

Re: XML - XSL Editors?

2003-01-28 Thread Antonio Gallardo
Robert Simmons dijo: What are the best XML and XSLT editors on the market. I'm looking for something that is easy to use and offers the chance to edit XSL in a WYSIWYG style. I tried XML Spy but it is not so easy to use. I couldn't even figure out how to get an XSL preview to work properly. It

Re: XML - XSL Editors?

2003-01-28 Thread Antonio Gallardo
Hey?! Maybe and this article can be usefull for you and your work on the book: http://community.jedit.org/modules.php?op=modloadname=newsfile=articlesid=202 By the way, what is the name of your future book? Antonio Gallardo. Antonio Gallardo dijo: Robert Simmons dijo: What are the best XML

Re: XML - XSL Editors?

2003-01-28 Thread Robert Simmons
Hmm, well my book has very little to do with cocoon. Its an advanced java book. id be suprised if I mentioned more than a couple pages on cocoon. Basically the book will talk about various java enterprise programing and I will be using cocoon for the interface to the remote ejbs. -- Robert -

Re: Cocoon Job opps in Frankfurt, Germany

2003-01-28 Thread Niclas Hedhman
On Tuesday 28 January 2003 22:32, Jeremy Aston wrote: The UK rate has dropped significantly. You are really looking at something like £35-£40 per hour (as opposed to £60-£70 ph in the past couple of years. $500ph is v. reasonable. Not ph, per day Well, I live in a low-cost country

Re: How to open 2 windows?

2003-01-28 Thread Niclas Hedhman
On Wednesday 29 January 2003 05:21, Robert Simmons wrote: Just a warning. There has been a study recently that quite well confirms that using popups in a commercial web site is a good way to drive traffic AWAY from that site. Personally, they annoy the shit out of me. If I really needed to get

Re: Cocoon Job opps in Frankfurt, Germany

2003-01-28 Thread Robert Simmons
Ahhh ... well ... Im a tad more expensive than that. =) I was gettign 80 USD per hour in colorado before I moved to germany and took a perm job. -- Robert - Original Message - From: Niclas Hedhman [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, January 29, 2003 3:28 AM Subject:

Re: How to open 2 windows?

2003-01-28 Thread Robert Simmons
I had a great page today. The dumb shits put a JavaScript action on closing the page that popped up a dialog saying if you want to stay at our page, press ok. If you don't want to leave press cancel. The only way you could leave that page was to kill the browser with the task manager. They may

Re: XML - XSL Editors?

2003-01-28 Thread Antonio Gallardo
Will you be checking jedit.org? Please almost include it as a usefull link. I saw many books about Java and XML and all they use windows. And they totally ignore some of the wonderfull applications that people can use for free. I hope you will speak good about Cocoon and is fabulous community

AW: How to open 2 windows?

2003-01-28 Thread Kirchhoff, Lars
hi robert, you are right that commercial popups are annoying people and maybe keep them away from the sites, which using them, BUT do you consider cocoon only for publish internet website. I see cocoon as well as an framework to create web based user interfaces to backend applications.

Re: How to open 2 windows?

2003-01-28 Thread Niclas Hedhman
On Wednesday 29 January 2003 10:50, Robert Simmons wrote: I had a great page today. The dumb shits put a JavaScript action on closing the page that popped up a dialog saying if you want to stay at our page, press ok. If you don't want to leave press cancel. The only way you could leave that

Re: XML - XSL Editors?

2003-01-28 Thread Robert Simmons
Lol .. the community is really good I think. Lots I havent figured out yet thats irritating me though. Like why the forms sample in the cocoon war doesnt match the same constructs as the XMLForm tutorial at http://xml.apache.org/cocoon/howto/xmlform-wizard/howto-xmlform-wizard-3.html . Prob is

XMLForms Versus Traditional HTML forms.

2003-01-28 Thread Robert Simmons
Greetings. I would like to know what people favor using. By my, admittedly limited, knowledge, the traditional HTML forms will still work with cocoon as the request will still have access to the data. Alternatively if I use XMLForms, I'm not sure how much learning effort Id have to

Re: XML - XSL Editors?

2003-01-28 Thread Niclas Hedhman
On Wednesday 29 January 2003 11:08, Robert Simmons wrote: Lol .. the community is really good I think. Lots I havent figured out yet thats irritating me though. Like why the forms sample in the cocoon war doesnt match the same constructs as the XMLForm tutorial at

Re: XMLForms Versus Traditional HTML forms.

2003-01-28 Thread Niclas Hedhman
On Wednesday 29 January 2003 11:16, Robert Simmons wrote: Greetings. I would like to know what people favor using. By my, admittedly limited, knowledge, the traditional HTML forms will still work with cocoon as the request will still have access to the data. Alternatively if I use XMLForms,

Re: XMLForms Versus Traditional HTML forms.

2003-01-28 Thread Robert Simmons
Well actually I already have some generators running to fetch data from the database. I have put that data in manually. Now I want to do it dynamically. Simplicity wise I should use conventional forms, but I am not sure if that is the right way to do it. -- Robert - Original Message -

  1   2   >