JXTemplateGenerator: strange behaviour with jx:set

2004-10-06 Thread Taryn East
Hi there. While trawling through the web hoping to find a solution to a bug we've found I discovered an email with the above subject line in the archives of this list: http://archives.real-time.com/mailman/listinfo/cocoon-users relevant post: http://archives.real-time.com/pipermail/cocoon-users/2

RE: XForms/DENG passing parameters to Cocoon?

2004-10-06 Thread Lars Huttar
OK, having sniffed the http transaction, here is what I get... When submitting data using an HTML form, I get the following request body: Linguistic_Subgroup_Id=69413&Subgroup_Name=Turkic&go=Submit This is just what I want: the parameters and values. I know how to make Cocoon understand that.

Re: Flow Control using Java and not JavaScript?

2004-10-06 Thread Ralph Goers
Robert Simmons Jr. wrote: I was reading the flow ontrol documentation and I am uncomfortable with the whole idea of doing my app mostly in javascript. Would it be possible to do flow control with just java itself? That would be cool and much easier to debug. You can use Javaflow. It isn't a

Re: Flow Control using Java and not JavaScript?

2004-10-06 Thread Bertrand Delacretaz
...Would it be possible to do flow control with just java itself? That would be cool and much easier to debug... It is possible but still experimental - have a look at the javaflow block. OTOH the use javascript is fairly limited in terms of lines of code in a typical app, and a flowscript debu

RE: multivalue list - set a value greater than 1000

2004-10-06 Thread Joe Latty
I think you will find that the value is being formatted with 1,000 (hence no match) try adding this to your multivaluefield ### -Original Message- From: Paul Joseph [mailto:[EMAIL PROTECTED] S

multivalue list - set a value greater than 1000

2004-10-06 Thread Paul Joseph
Hi, I have a multivalue widget that is populated with a list of id's and labels. The id's are integers with values greater between 1 and 16000. The widget saves to the database properly and the list loads. However, if a selected widget has a value greater than 1000, while it saves correctly to

RE: XForms/DENG passing parameters to Cocoon?

2004-10-06 Thread Lars Huttar
Thanks. I will try that. Lars > -Original Message- > From: Conal Tuohy [mailto:[EMAIL PROTECTED] > Sent: Wednesday, October 06, 2004 9:07 PM > To: [EMAIL PROTECTED] > Subject: RE: XForms/DENG passing parameters to Cocoon? > > > Lars, my advice is to sniff the http transaction to see what

RE: XForms/DENG passing parameters to Cocoon?

2004-10-06 Thread Conal Tuohy
Lars, my advice is to sniff the http transaction to see what deng sends the server, and compare it with what the html form sends. I have often used the freeware nettool for this and I recommend it. http://www.capescience.com/articles/using_nettool/ > I've been trying to use XForms in Cocoon, as

RE: XForms/DENG passing parameters to Cocoon?

2004-10-06 Thread Lars Huttar
P.S. I'm using Cocoon 2.1.2, but I also tried 2.1.5.1 and I get the same results (HTML form works, XForm/DENG doesn't). > -Original Message- > From: Lars Huttar [mailto:[EMAIL PROTECTED] > Sent: Wednesday, October 06, 2004 8:51 PM > To: Cocoon Users List > Subject: XForms/DENG passing par

XForms/DENG passing parameters to Cocoon?

2004-10-06 Thread Lars Huttar
Hi all, I hope this isn't too specialized a question. I've been trying to use XForms in Cocoon, as has been discussed here recently. I'm using Mozquito DENG (http://claus.packts.net/deng/) to render the XForms. In general it works well, but when it comes to hitting the submit button, I have not be

Re: run problem in cocoon 2.2

2004-10-06 Thread Johnson
no - Original Message - From: "David Crossley" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, October 06, 2004 5:54 PM Subject: Re: run problem in cocoon 2.2 Johnson wrote: every file in filesystem is ok,but cocoon said can't find it??? My windows is XP Home SP2 Does your i

Flow Control using Java and not JavaScript?

2004-10-06 Thread Robert Simmons Jr.
I was reading the flow ontrol documentation and I am uncomfortable with the whole idea of doing my app mostly in javascript. Would it be possible to do flow control with just java itself? That would be cool and much easier to debug. -- Regards -- Robert Simmons Jr. Author: Hardcore Java, Publi

Re: Empty request object

2004-10-06 Thread Adam Walsh
I've noticed the same problem Emond describes with empty request objects while using CForms and Flow in Cocoon 2.1.5. Does anyone have any thoughts on what could be causing this? Adam Emond Papegaaij wrote: Hello, When running our cocoon application on some systems, we run into a very strange a

Re: cforms + flow contination problem

2004-10-06 Thread Upayavira
Surely you can do the following (add a while loop with a boolean 'confirmed' variable? Won't that work? Upayavira function registration() { var form = new Form("forms/registration.xml"); var confirmed = false; while (!confirmed) { form.showForm("registration-display-pipel

Re: empty attribute string using xslt with request parameters

2004-10-06 Thread John Small Berries
On Wed, 06 Oct 2004 21:20:51 +0200, Andreas Hartmann <[EMAIL PROTECTED]> wrote: > John Small Berries wrote: > > On Wed, 06 Oct 2004 11:42:00 +0200, Andreas Hartmann <[EMAIL PROTECTED]> wrote: > > > >>John Small Berries wrote: > > [...] > > >> > >> > >>to see if the error happens on passing the pa

cforms + flow contination problem

2004-10-06 Thread Peter KrÃpfl
Hi, I am trying to do the following: After filling out a form and submitting it i want to show all the data submitted. If the user decides everything is correct he can klick OK and his data will be saved. So far, so good. However, if the data is not correct (e.g. misspelled word, etc) there shoul

Re: empty attribute string using xslt with request parameters

2004-10-06 Thread Andreas Hartmann
John Small Berries wrote: On Wed, 06 Oct 2004 11:42:00 +0200, Andreas Hartmann <[EMAIL PROTECTED]> wrote: John Small Berries wrote: [...] to see if the error happens on passing the parameter? When I try to do what you suggest above, the output is still Btw, if I pass in a literal it works in the

Re: [Champagne] Cocoon comes in 2nd at Best Practice Award

2004-10-06 Thread Matthew Langham
thanks for the good news and CONGRATULATIONS! Thanks for all the congratulations but they should mainly go to the guys from RZB/RIZ! They built their own solution using the portal framework. So apart from the original framework, we just pointed them in the right direction :-). They'll be at the

Re: [Champagne] Cocoon comes in 2nd at Best Practice Award

2004-10-06 Thread Markus Heussen
Hi Matthew, we knew before that Cocoon and S&N are the right choices for our own projects, too ;-) So congratulation to everbody who cares about Cocoon and especially for the investments of your company. In future we also will give some components to the project. So lets all together work on th

Re: empty attribute string using xslt with request parameters

2004-10-06 Thread John Small Berries
On Wed, 06 Oct 2004 18:35:21 +0200, Jorg Heymans <[EMAIL PROTECTED]> wrote: > > > John Small Berries wrote: > > Just for reference, I'm trying to get the continuation id out of my > > flowscript with > > var contId = cocoon.continuation.id; > > cocoon.sendPageAndWait("aPage", {"contId": contId});

Re: empty attribute string using xslt with request parameters

2004-10-06 Thread John Small Berries
On Wed, 06 Oct 2004 18:35:21 +0200, Jorg Heymans <[EMAIL PROTECTED]> wrote: > > > John Small Berries wrote: > > Just for reference, I'm trying to get the continuation id out of my > > flowscript with > > var contId = cocoon.continuation.id; > > cocoon.sendPageAndWait("aPage", {"contId": contId});

Re: empty attribute string using xslt with request parameters

2004-10-06 Thread Jorg Heymans
John Small Berries wrote: Just for reference, I'm trying to get the continuation id out of my flowscript with var contId = cocoon.continuation.id; cocoon.sendPageAndWait("aPage", {"contId": contId}); That looks correct yes But if your stylesheet has access to the request params and the continuati

Re: empty attribute string using xslt with request parameters

2004-10-06 Thread John Small Berries
One other thing. Everytime I send a message to this list, I get this reply, but the message goes to the list still. - Please be advised that the correct e-mail address format to be used in all correspondence with Standard Bank is: recipient'sfirstname.recipient'[EMAIL PROTECTED] While y

Re: empty attribute string using xslt with request parameters

2004-10-06 Thread John Small Berries
On Wed, 06 Oct 2004 18:23:33 +0200, Jorg Heymans <[EMAIL PROTECTED]> wrote: > post the sitemap snippet where you're calling the stylesheet. Is it > embedded in an action? No actions, the portion of the sitemap looks like this:

Re: [Champagne] Cocoon comes in 2nd at Best Practice Award

2004-10-06 Thread Tony Collen
Matthew Langham wrote: Hi, A Cocoon based portal solution developed by Raiffeisen Zentral Bank Austria und Raiffeisen Informatik (with a little help from us) took 2nd place at the recently held Best Practice Award in Germany (German: http://soss.lightwerk.com/content/award/index_ger.html). Congratu

Re: empty attribute string using xslt with request parameters

2004-10-06 Thread Jorg Heymans
post the sitemap snippet where you're calling the stylesheet. Is it embedded in an action? John Small Berries wrote: On Wed, 06 Oct 2004 11:42:00 +0200, Andreas Hartmann <[EMAIL PROTECTED]> wrote: John Small Berries wrote: Having a problem getting this to work. This works and my output document

Re: empty attribute string using xslt with request parameters

2004-10-06 Thread John Small Berries
Just for reference, I'm trying to get the continuation id out of my flowscript with var contId = cocoon.continuation.id; cocoon.sendPageAndWait("aPage", {"contId": contId}); This is the right way to send the continuation id in the request right? ---

Re: empty attribute string using xslt with request parameters

2004-10-06 Thread John Small Berries
On Wed, 06 Oct 2004 11:42:00 +0200, Andreas Hartmann <[EMAIL PROTECTED]> wrote: > John Small Berries wrote: > > Having a problem getting this to work. This works and my output > > document has a form with action="blah". To get this, in xslt I have a > > template like so: > > > > > > > >

Re: Weblogic 8.1 and Cocoon 2.1.4

2004-10-06 Thread Ralph Goers
The only problems we have with running Cocoon as an ear is that the JSR 168 support in the portal requires an expanded webapp and that Weblogic ships with its own version of Mozilla Rhino so flowscript doesn't work. Alexandre Victoor said: > Hello all > Does anyone has succeed in deploying a WAR/

RE: [portal] How to change AspectDatas/tab by named-item?

2004-10-06 Thread Ralph Goers
Well, I haven't coded it yet. I envision that I will not use the name of the named item, but add a new attribute so that backward compatibility can be maintained. So instead of urls containing the eventid they will use an event name if it was defined for the named item. If not then the event id w

Re: [Champagne] Cocoon comes in 2nd at Best Practice Award

2004-10-06 Thread Roberto
Well congratulations to you & your company as well!! Roberto - Original Message - From: "Matthew Langham" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Wednesday, October 06, 2004 4:45 PM Subject: [Champagne] Cocoon comes in 2nd at Best Practice Award > Hi, >

Forms with bindings in nested repeaters

2004-10-06 Thread Henrik Gustafsson
I'm working with a bean model and have a binding to nested repeaters. The inner binding depends on the current element of the outer binding. What I would like to do is to use a variable in the path expression of the inner binding that is set in the outer binding but I have had no luck finding infor

[Champagne] Cocoon comes in 2nd at Best Practice Award

2004-10-06 Thread Matthew Langham
Hi, A Cocoon based portal solution developed by Raiffeisen Zentral Bank Austria und Raiffeisen Informatik (with a little help from us) took 2nd place at the recently held Best Practice Award in Germany (German: http://soss.lightwerk.com/content/award/index_ger.html). Congratulations to the whole

Re: Weblogic 8.1 and Cocoon 2.1.4 again

2004-10-06 Thread Jean Pierre LeJacq
On Wed, 6 Oct 2004, Alexandre Victoor wrote: > I have tried to use XSLTC. It works if I activate the paranoid > servlet. Is there any other way? I have not found classloader > options in the admin console. Is there anything like the Websphere > PARENT_LAST option ? Regards Have you investigated t

Weblogic 8.1 and Cocoon 2.1.4 again

2004-10-06 Thread Alexandre Victoor
Hello again I have tried to use XSLTC. It works if I activate the paranoid servlet. Is there any other way? I have not found classloader options in the admin console. Is there anything like the Websphere PARENT_LAST option ? Regards Alex --

Lucene build index time-out

2004-10-06 Thread Mirko Görgen
Hi When I try to build an index using Lucene (to be more specific I ´m using the block demo for this task) it seems that I went into an timeout. You can watch Browser is still trying to load the Page but it simple does nothing anymore. Another funny thing, after this process is "timed-out" the

Weblogic 8.1 and Cocoon 2.1.4

2004-10-06 Thread Alexandre Victoor
Hello all Does anyone has succeed in deploying a WAR/EAR file using Cocoon with the weblogic admin console? Cocoon works fine when the EAR/WAR file is expanded manually, but this is a little bit anoying for the production environment... Thanks for your help Alex -

Re: run problem in cocoon 2.2

2004-10-06 Thread Roberto
Did you copy cocoon/build/cocoon/cocoon.war into tomcat/webapps folder. If you did... well Im sorry I can't help u more Im very beginner..   Ciao Roberto   - Original Message - From: Johnson To: [EMAIL PROTECTED] Sent: Wednesday, October 06, 2004 11:58 AM Subject:

Re: run problem in cocoon 2.2

2004-10-06 Thread Johnson
1.yes 2.I use localhost:8080/cocoon   ps.the cocoon 2.5.1 is ok with the same computer.   johnson - Original Message - From: Roberto To: [EMAIL PROTECTED] Sent: Wednesday, October 06, 2004 5:30 PM Subject: Re: run problem in cocoon 2.2 did you properly set

Re: run problem in cocoon 2.2

2004-10-06 Thread David Crossley
Johnson wrote: > every file in filesystem is ok,but cocoon said can't find it??? > My windows is XP Home SP2 Does your installation path have whitespace in the filenames? -- David Crossley - To unsubscribe, e-mail: [EMAIL PROT

Re: run problem in cocoon 2.2

2004-10-06 Thread Roberto
did you properly set the CATALINA_HOME envairoment variable? How do you start Cocoon? localhost: or localhost:8080/cocoon?   - Original Message - From: Johnson To: [EMAIL PROTECTED] Sent: Wednesday, October 06, 2004 11:23 AM Subject: Re: run problem in cocoon

Re: empty attribute string using xslt with request parameters

2004-10-06 Thread Andreas Hartmann
John Small Berries wrote: Having a problem getting this to work. This works and my output document has a form with action="blah". To get this, in xslt I have a template like so: The resulting tag looks like However, this doesn't work: I guess you mean The resulting

Re: run problem in cocoon 2.2

2004-10-06 Thread David Duhme
Return Receipt Your document: Re: run problem in cocoon 2.2 was received by: David Duhme/auszubildende/karmann/de at: 10/06/2004 11:30:13 - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: run problem in cocoon 2.2

2004-10-06 Thread Johnson
every file in filesystem is ok,but cocoon said can't find it??? My windows is XP Home SP2 - Original Message - From: Roberto To: [EMAIL PROTECTED] Sent: Wednesday, October 06, 2004 5:19 PM Subject: Re: run problem in cocoon 2.2 Hi, well I don't get it if

Re: run problem in cocoon 2.2

2004-10-06 Thread Pratik Das
Return Receipt Your Re: run problem in cocoon 2.2 document :

Re: run problem in cocoon 2.2

2004-10-06 Thread Roberto
Hi, well I don't get it if you installed Cocoon doing the "build" from command line. This will create a build folder with some sub-folder, one of this is webapp and there there is another one called samples/hello-world & inside u should have samples.xml & content/hello-world.xml. If you don'

run problem in cocoon 2.2

2004-10-06 Thread Johnson
Hi!   I download cocoon-2.2dev compile ok,the samples page entrance ok. but when I want to run any sample like hello-world..etc,there're and error rised resource not found,sitemap.xmap doesn't exist.java.io.FileNotFoundException   what's it!   I ran it in windows+ tomcat 5   Best Regards   Jo

js in cocoon

2004-10-06 Thread David Duhme
Return Receipt Your document: js in cocoon was received by: David Duhme/auszubildende/karmann/de at: 10/06/2004 10:47:31 - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

js in cocoon

2004-10-06 Thread Pratik Das
Return Receipt Your js in cocoon document :

empty attribute string using xslt with request parameters

2004-10-06 Thread John Small Berries
Having a problem getting this to work. This works and my output document has a form with action="blah". To get this, in xslt I have a template like so: The resulting tag looks like However, this doesn't work: The resulting tag looks like I have declared this at the

js in cocoon

2004-10-06 Thread Jorge Gomes Moreira
Hello, I am using a file xxx.js, in cocoon, but she does not work, before the tapeworm in jsp and worked, that I can do. PD:Lo I feel by my English, is not very good - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional comm

Re: dynamic xml, xslt, and flowscript

2004-10-06 Thread John Small Berries
On Tue, 5 Oct 2004 10:07:42 +0300, Joose Vettenranta <[EMAIL PROTECTED]> wrote: > Hi, > > what if you make transformed XML-file with cocoon.processPipelineTo and > then send that result to a generator that is showing the results? > > Like this: > > var result = cocoon.processPipelineTo ("transfo

Re: SSO between Cocoon and Lotus Domino

2004-10-06 Thread David Duhme
> What did you all set up on your Lotus Notes-server to achieve the "http:?ReadViewEntries" principle? In general the domino server must have the HTTP task running and the user who´s trying to access the database via a web browser has to have an internet password specified in the person docum