[JOBS] Cocoon Job Opp in Boston, MA, USA

2003-12-04 Thread Tony Collen
It's that time again: There's been a job posted for a contract position for a Cocoon publishing project. FYI: I'm not affiliated with anybody posting this job (or monster.com), but I'm just doing this in case anyone's interested. You can view the posting at:

RE: XSL question (was: XSL question in Cocoon)

2003-12-04 Thread Michael Gerzabek
Woow. Thank you very very much!! Michael -- At 21:59 03.12.2003, you wrote: The problem is here: xsl:variable name=unique-rows select=//[EMAIL PROTECTED]'ID'][not(.=preceding::field)]/ the preceding axis is grabbing all preceding nodes named field, including /page/include/import/field

Re: Problems with simple-form transformer in 2.1.3

2003-12-04 Thread Frederic Gaus
On Tue, Dec 02, 2003 at 08:33:24PM +0100, Christian Haul wrote: Christian Haul wrote: Hi! I used cocoon 2.1.1 with no problems (using Form-validation). After a update to 2.1.3, I got very many problems with the simple-form-transformer. I have no solution to these problems, maybe someone

Woody(cocoon forms): wb:repeater

2003-12-04 Thread Yatin Shah
Hello! Is it possible to use a javascript function to do insert-bean processing? In form2bean example a java class(Form2Bean.java ) is used for the data model. This class includes a method(addContact) to add instances of Contact class to the internal ArrayList object. The supplied binding

Re: sitemap - if file exist pipeline selection

2003-12-04 Thread Antonio Gallardo
Hi: What about this? http://wiki.cocoondev.org/Wiki.jsp?page=ResourceExistsSelector Best Regards, Antonio Gallardo [EMAIL PROTECTED] dijo: hi people let me explain my problem i want to get a request http://my.cocoon.server/page then if page.xml exist i need to to use this .xml as

Re: sitemap - if file exist pipeline selection

2003-12-04 Thread gounis
i supose that this selector is not available in 2.0.4? On Thu, 4 Dec 2003, Antonio Gallardo wrote: Hi: What about this? http://wiki.cocoondev.org/Wiki.jsp?page=ResourceExistsSelector Best Regards, Antonio Gallardo [EMAIL PROTECTED] dijo: hi people let me explain my

xalan vs xsltc

2003-12-04 Thread Frederic Gaus
Hi! Yet another problem Using xalan in Cocoon version 2.1.3, i have problems to use umlauts etc. This is iirc a known bug (see http://nagoya.apache.org/bugzilla/show_bug.cgi?id=24457) So I decided to use xsltc, which works fine with umlauts. But I get an error using the sql-transformer.

RE: Cocoon Portal

2003-12-04 Thread Carsten Ziegeler
Hi, the framework is the old portal which is stable and usable and provides some html based administration utils. The portal engine is the new version that is currently under development and lags some things like the administration tools etc. Apart from that, the engine is stable as well but

error when using my own transformer

2003-12-04 Thread Sylvain.Thevoz
Hello, I have created a new transformer called RoleTransformer. It doesn't have lot of features at this moment: it simply adds some XML tags in a document. I have declared this new transformer in the main sitemap like: map:transformer logger=sitemap.transformer.role name=role

sitemap - if file exist pipeline selection

2003-12-04 Thread gounis
hi people let me explain my problem i want to get a request http://my.cocoon.server/page then if page.xml exist i need to to use this .xml as generation source and go on with a specific transformation otherwise i want to look if page.xhtml exist and use it as xml generation source but

Re: upgraded to cocoon 2.1 and fop is not working

2003-12-04 Thread Bertrand Delacretaz
Hi Joose, I upgraded to cocoon 2.1.2 and FOP stoped working. According to the logs, page is rendered, but nothing is sent to browser. I am trying to use fop-sample which came with cocoon. FYI I just tried the http://localhost:/samples/fop/hello.pdf sample on a fresh build of the current

AW: error when using my own transformer

2003-12-04 Thread Marco Rolappe
hi sylvain, your transformer probably throws an exception in one of the lifecycle methods (setup, initialize, whatever...). quickest way to find out (if not obvious from the logs) is to set breakpoints on those methods (and maybe on exceptions thown) and see what happens. -Ursprüngliche

Re: Problems with simple-form transformer in 2.1.3

2003-12-04 Thread Christian Haul
Frederic Gaus wrote: On Tue, Dec 02, 2003 at 08:33:24PM +0100, Christian Haul wrote: Christian Haul wrote: Hi! I used cocoon 2.1.1 with no problems (using Form-validation). After a update to 2.1.3, I got very many problems with the simple-form-transformer. I have no solution to these

Woody - open new window on form submit

2003-12-04 Thread Katharina Weimer
Hi, does anyone have an idea how to open a new window on a form submit in woody ? I have the following template: wt:form-template action=formselector method=POST wt:continuation-id/ table border=0 . .

Re: RE : error when using my own transformer

2003-12-04 Thread Jorg Heymans
the uri is the namespace that is attached to the element, if your element does not use a namespace then this will be empty (or null) [EMAIL PROTECTED] wrote: Hi, Yes, you're right. The problem is when the method below is called, the uri parameter is empty. public void startElement(String uri,

problem with woody in authentication (invalid continuation id)

2003-12-04 Thread Ulrich, Dominik
Hi everybody Hope that somebody can help me with this problem: in my sitemap there is an authentication the protect action is also around the woody form, do that it can be only called by an authenticated user. form loading is fine, but when I try to submit the form with the button, it calls an

Re: Problems with simple-form transformer in 2.1.3

2003-12-04 Thread Frederic Gaus
On Thu, Dec 04, 2003 at 01:47:39PM +0100, Christian Haul wrote: Frederic Gaus wrote: On Tue, Dec 02, 2003 at 08:33:24PM +0100, Christian Haul wrote: Christian Haul wrote: Hi! I used cocoon 2.1.1 with no problems (using Form-validation). After a update to 2.1.3, I got very many

RE: Woody - open new window on form submit

2003-12-04 Thread Katharina Weimer
Thanks so far, Jan ! Yes you're right - it's possible opening a new window with input type=submit onclick=window.open('mynewwindow')/. But unfortunately in my case I just know the name under which the window should be opened when the form is submitted. The Javascript below selects the selected

AW: problem with woody in authentication (invalid continuation id)

2003-12-04 Thread Ulrich, Dominik
Hi thanks for your fast help. it worked fine. just a simple mistake and nothing works any longer.. It's really I'm totally going crazy with the deadline near... thanks dominik -Ursprüngliche Nachricht- Von: Jan Hoskens [mailto:[EMAIL PROTECTED] Gesendet: Donnerstag, 4. Dezember 2003 14:20

RE: Woody - open new window on form submit

2003-12-04 Thread Jan Hoskens
Hello, As far as I know, everything that has the namespace wt will be handled by the woodyTemplateTransformer, if you use input type=submit onclick=window.open('mynewwindow')/ this tag(or any other tag without namespace wt:) will just be copied by the transformer. So this code should work fine to

RE : RE : error when using my own transformer

2003-12-04 Thread Sylvain.Thevoz
OK, thanks. I have another problem with Parameters. I set a parameter when I use my transformer like this: map:transform type=role map:parameter name=username value=myusername/ /map:transform But when I execute the parameterize(Parameters parameters) method, the

Re: RE : RE : error when using my own transformer

2003-12-04 Thread Jorg Heymans
I am not sure where you get the parametrize method from, but can't you override setup for this (2.0.4)? public void setup( SourceResolver resolver, Map objectModel, String src, Parameters par) throws

Re: sitemap - if file exist pipeline selection

2003-12-04 Thread Alexandre Victoor
Hi I use the resource-exists action with cocoon 2.0.4 . It works fine Alex At 13:09 04/12/2003 +0200, you wrote: i supose that this selector is not available in 2.0.4? On Thu, 4 Dec 2003, Antonio Gallardo wrote: Hi: What about this?

Multiple sitemap ?

2003-12-04 Thread Lionel Crine
Hi, I know that using multiple sitemap in the same directory is not possible. But will it be possible some time ? The thing is that my sitemap is becoming big and I want to split it. Thanks Lionel CRINE Ingénieur Systèmes documentaires Société : 4DConcept 22 rue Etienne de Jouy 78353 JOUY EN

Link Livesites: Cocoon 2.1

2003-12-04 Thread Matthias Schmid
Dear Webmaster, we also use Cocoon 2.1.1-dev on www.firstsfind.de Can you please add us to the Live-Sites? Thanks a lot! Please write back soon, if we're added to the live-sites. Best regards, Matthias Schmid

Re: Clickable list

2003-12-04 Thread jcplerm
I guess your question has already been somehow answered by someone (I did not keep the reply), but basically Woody does not have a way of doing that directly. But I had the exact same need as you and now I describe an example of how I worked around. I produce a list of diagram links. When users

RE: Woody - open new window on form submit

2003-12-04 Thread Jan Hoskens
Hi again, If you don't know the name of your new window until the button is clicked, I think you have two options: 1) try to extract the name from your form with a javascript in your html page (just an idea, don't know how:-) and using a javascript function call in your

LDAP Problem

2003-12-04 Thread Hauke Ernst
Hello, I have a strange problem with the LDAP transformer. I use Cocoon 2.1.13 and a Novell EDirectory LDAP Server. The LDAP query is executed, but the result set is somehow incomplete. The LDAP transformer creates a node for each attribute it finds, but the value is always empty. If I ask for

adding blocks to already built cocoon webapp

2003-12-04 Thread Gould, Troy (ELS)
Is there an easy way to add a block to an existing build? I built Cocoon 2.1.2 a while back and have made a lot of changes/additions/deletions to my cocoon.xconf and sitemap.xmap files, but now want to add in the jsp block that I didn't include in the original build. Thanks, Troy Gould

Listing files from a directory

2003-12-04 Thread Jan Wielgus
Hello, is there an action that performs listing files of a specific directory given (as parameter for example)? Jan - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Cocoon 2.1.3 crashes Tomcat

2003-12-04 Thread Justin Fagnani-Bell
Derek, I've always had many problems getting new versions of Cocoon and Tomcat to cooperate because of .jar file incompatabilities. Usually this will just cause Cocoon to not start, not Tomcat, so I don't know if this is the same type of problem that you're having. First of all check out

AW: modular database actions

2003-12-04 Thread Garvin Riensche
Hallo Christian, To explicitly ask for number you would do value name=number type=int mode type=all name=request-param parameternumber/parameter /mode /value Vielen Dank! Jetzt funktioniert es. Viele Gru?e, Garvin

AW: modular database actions

2003-12-04 Thread Garvin Riensche
Sorry!!! I forgot to change the email adress... To explicitly ask for number you would do value name=number type=int mode type=all name=request-param parameternumber/parameter /mode /value Vielen Dank! Jetzt funktioniert es. regards,

JSPReader / JSPGenerator under WebSphere

2003-12-04 Thread Gould, Troy (ELS)
Has anyone had any luck getting the JSPReader to work under WebSphere 4.x or 5.x? I continue to get the following two errors when using the reader. org.apache.cocoon.ProcessingException: Exception JSPReader.generate(): org.apache.avalon.framework.service.ServiceException: Could not find

FW: Escaping in XSP Logic

2003-12-04 Thread Yves Vindevogel
nobody ? -Original Message-From: Yves Vindevogel [mailto:[EMAIL PROTECTED]Sent: woensdag 3 december 2003 19:21To: [EMAIL PROTECTED]Subject: Escaping in XSP Logic Hi, I have this syntax ... xsp:logic String sMessageNoResultsOther = "Pas de produits qui commençent avec 1-...-9,

Re: FW: Escaping in XSP Logic

2003-12-04 Thread Christopher Painter-Wakefield
I am not a Java expert! My guess, it looks like an encoding problem, perhaps due to your XML editor, or some oddity within the Cocoon pipeline. I tried this in my environment (C2.1, Tomcat, using Eclipse+Sunbow for coding) and it worked fine when I set the XSP source encoding to iso-8859-1.

war file missing: cocoon 2.1.3

2003-12-04 Thread Michael Wolf
Hello, I just tried to build cocoon 2.1.3. The webapp directory (including content) is created but the cocoon.war file is missing. Of course I executed 'build war'. A month ago I built cocoon 2.1.2 on the same machine and had no problems whatsoever. Michael

Cocoon Portal: How to stay in full screen mode?

2003-12-04 Thread David Geleyn
Hi! I'm experimenting with the new portal engine and I have a question: You can show one coplet full screen, but when you want to change something in the coplet (filter option to show only certains users (p.e. admins) in the coplet), the coplet becomes a small window again. How could I avoid

ResourceExistsSelector

2003-12-04 Thread Phil Blake
Hi all, I have a resource exists selector like this: map:select type=resource-exists> !-- does a form model exist? ie is woody involved --> map:when test=form/{1}.wd> !-- Start a flow with continuations --> map:call function=flowSwitchForm> map:parameter name=model value={1}/> map:parameter

readDOMSession Transformer

2003-12-04 Thread David Rogers
Hey... Does the readDOMSession Transformer work? I tried the example modified for my purposes: map:transform type=readDOMsession map:parameter name=dom-name value=appState/ map:parameter name=trigger-element value=root/ map:parameter name=position value=after/ /map:transform with a

Re: adding blocks to already built cocoon webapp

2003-12-04 Thread Geoff Howard
Gould, Troy (ELS) wrote: Is there an easy way to add a block to an existing build? I built Cocoon 2.1.2 a while back and have made a lot of changes/additions/deletions to my cocoon.xconf and sitemap.xmap files, but now want to add in the jsp block that I didn't include in the original build.

Re: Listing files from a directory

2003-12-04 Thread Geoff Howard
Jan Wielgus wrote: Hello, is there an action that performs listing files of a specific directory given (as parameter for example)? You wouldn't want an Action to do that - but a Generator, and there are several included by default. Look in the user docs under Generators - you'll find at

[ANN] don't forget, tomorrow is FirstFriday!

2003-12-04 Thread Bertrand Delacretaz
All volunteers are welcome, non-committers can also help analyze issues and provide patches. See http://wiki.cocoondev.org/Wiki.jsp?page=FirstFriday -Bertrand - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Offline Cocoon execution

2003-12-04 Thread sean . coyle . nonemployee
Gang. I have some questions and I am hoping that one of you can point me in the right direction. I have been researching the Cocoon framework, and am extremely interested in leveraging it to perform offline content transformations. We currently have 2 systems running, one is our main