Re: Tricky question (?) re. JXTemplate accessing object functions, not values

2004-06-15 Thread Thomas Kjeldahl Nilsson
Very quick question: Does the Velocity generator work just as well as the JXTemplate generator? I may end up using Velocity templates\generator instead of JXTemplate, but I'm a bit wary of this because the Velocity generator isn't mentioned very often in the cocoon doc.. :) Regards, Thomas

RE: Hibernate Authentication sample not working?

2004-06-15 Thread Hugo Burm
Derek, Did you enter the htest.PersistenceFactory as a component in cocoon.xconf? You need a line like this: component role=htest.PersistenceFactory class=htest.HibernateFactory/ Hugo -Original Message- From: Derek Hohls [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 15, 2004 7:42 AM

Re: request for CLI-only build

2004-06-15 Thread Simon Mieth
On Mon, 14 Jun 2004 15:05:20 -0400 Murphy, Thomas H. (Newport News) [EMAIL PROTECTED] wrote: Partly because Cocoon comes with just about everything except the kitchen sink (scheduled for Cocoon 2.2?), I'm interested in exploring Cocoon as a standalone, command-line application, *separate*

CForm 2.1.5 and form.submitId

2004-06-15 Thread Peter
Hi, In the good old days of Woody I had a form.submitId. It seems to have disapered in CForm (cocoon 2.1.5 dist). How do I check form submittion in CForm ? function test(){ var form = new Form(start.def); form.createBinding(start.bnd); var wid = form.getWidget();

non-ASCII character problem

2004-06-15 Thread d146902
Hi. The problem is connected with spelling in my language (Polish) which has some non-ASCII characters. Cheffmozz database (chefmozz.org - restaurants over the world) have some nodes written in Polish and when Cocoon transforms results from the RDF DB it returns: Failed to execute

Re: non-ASCII character problem

2004-06-15 Thread Stephan Coboos
Use encoding=ISO-8859-2. Regards Stephan - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Tricky question (?) re. JXTemplate accessing object functions, not values

2004-06-15 Thread Thomas Kjeldahl Nilsson
D'oh! So I can do this in jxtemplate after all.. I seem to have called the function with object.getText(something) instead of object.getText('something') the first time I tried. However, I do think the cocoon jxtemplate doc (http://cocoon.apache.org/2.1/userdocs/flow/jxtemplate.html) should

Antwort: cocoon and websphere 5

2004-06-15 Thread manfred . weigel
Hi sharath, We are also using websphere 5.0. If you need a map:redirect-to uri=yourMatcher.html / be sure that there is no slash before your URI. running the same App on websphere 4.x needs a slash before the URI! Try to set the Classloader on PARENT_LAST (for the EAR --- AND the WAR) Only in

Re: CForm 2.1.5 and form.submitId

2004-06-15 Thread Luca Morandini
Peter wrote: In the good old days of Woody I had a form.submitId. It seems to have disapered in CForm (cocoon 2.1.5 dist). I beg to differ, submitId is still here, for instance: if ( form.submitId == 'ok' ) { bla... } else { boh... } works in 2.1.5. Regards, --- Luca

Re: CForm 2.1.5 and form.submitId

2004-06-15 Thread Luca Morandini
Peter wrote: Hummm, I thought so. My form object is fine but the form.submitId is undefined. I have monitored the form object in the javascript debugger and I can see the submit widget object but not the submitId variable. Any Ideas ? What about the widget itself ? Have you forgotten the

jdk 1.5.0-beta2

2004-06-15 Thread Jose Antonio Reyes
A bit frustrated after an hour and a half trying to make cocoon compile with jdk 1.5 please look into tha issue - Antonios Halkiopoulos - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands,

Re: Using HTTPS as a src for a file generator

2004-06-15 Thread Steven Noels
On 14 Jun 2004, at 22:56, Steven Noels wrote: It sure was - I'll Wikify my success tomorrow for posterity. http://wiki.cocoondev.org/Wiki.jsp?page=HTTPsSources Thanks! /Steven -- Steven Noelshttp://outerthought.org/ Outerthought - Open Source Java XMLAn

Re: CForm 2.1.5 and form.submitId

2004-06-15 Thread Peter
Hi Luca, No I had not forgotten the action-command. I still do not have a clue what is going on. I will try to make a hello world CForm to resolve the issue. Peter On Tuesday 15 June 2004 13:10, Luca Morandini wrote: Peter wrote: Hummm, I thought so. My form object is fine but the

RE: request for CLI-only build

2004-06-15 Thread Murphy, Thomas H. (Newport News)
Thanks Upayavira and Simon for writing. I don't want to take up too much of people's time on this because I imagine I'm in a very small minority in wanting a command-line-only build option. Just as Cocoon can work as the center for all kinds of different web apps and transformations, it could

Re: request for CLI-only build

2004-06-15 Thread Jorg Heymans
Just as Cocoon can work as the center for all kinds of different web apps and transformations, it could also, I think, work as a transformation hub for non-web apps. Sure, one could use Xerces/Xalan separately, and FOP That is my vision as well, and it is how i am (ab)using cocoon at the moment,

Re: request for CLI-only build

2004-06-15 Thread Jorg Heymans
bleh forget that RMI based cocoon server. The document is about writing an RMI generator (as the title helpfully says) But still: would it be difficult at all to write an RMI server that takes cocoon-style requests and return cocoon-style responses? Could this be done via the cocoon bean or

initial setup and virtual hosts

2004-06-15 Thread Toma Tasovac
Hi, I just build cocoon 2.1.5 from source, running apache on mac os x. I run cocoon as a servlet, and I can access it on localhost: ok. Now, I am using virtual hosts on my local machine, so i am planning to make one of my virtual hosts listen to the port , which is fine, but I am

Re: sendmail exception

2004-06-15 Thread Jorg Heymans
The foll exception is seen when i click on sendmail in cocoon webmail. What is the exact cause of this? An error occurred: Sending failed; nested exception is: class javax.mail.MessagingException: Could not connect to SMTP host: localhost, port: 25; nested exception is:

Selection list Value change

2004-06-15 Thread anand.vasudevan
Hi, I want to populate a text field in my form, on change of value in selection list. I have the following for the selection-list widget in the form template: - ft:widget id =test fi:styling submit-on-change = true / ./ft:widget This makes the form to submit, but I am not

Re: initial setup and virtual hosts

2004-06-15 Thread [EMAIL PROTECTED]
For Beginners it might be easier to follow some standard procedure like http://wiki.cocoondev.org/Wiki.jsp?page=Cocoon2.1.4EasyInstallation. From that point it's easy to add HostMatcher to the pipeline and let your http://VirtHost:/ be served from any place in your file system. Ask for

Re: [Forms] Aggregate Fields?

2004-06-15 Thread Nacho Jimenez
Nacho Jimenez wrote: Hello all, I'm trying to insert bia binding a date-time value edited in a woody form into a bean, but I'm running into trouble. I thought that I could use an agrregatefield with three widgets (date, hour, minutes) but the docs for aggregatefield are unexistant and it

Form binding - fb:multivalue ?

2004-06-15 Thread Derek Hohls
Is there any documentation for this element; it does not appear in the userdocs/forms/binding.html page? 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.

Cocoon Docs - PDF still not working...

2004-06-15 Thread Derek Hohls
Hi A week or so back I posted a message about a problem with the PDF version of the Cocoon docs, ie. the images on the HTML pages do not appear in the printable version. I was informed that this has been fixed, but now that I try the pages again I see the problem is still - I *really* need to

Re: Cocoon Docs - PDF still not working...

2004-06-15 Thread Tony Collen
Derek Hohls wrote: Hi A week or so back I posted a message about a problem with the PDF version of the Cocoon docs, ie. the images on the HTML pages do not appear in the printable version. I was informed that this has been fixed, but now that I try the pages again I see the problem is still - I

Re: Cocoon Docs - PDF still not working...

2004-06-15 Thread Derek Hohls
Tony Have a look at some of the Forms pages; the ones with the yellow grey images eg. http://cocoon.apache.org/2.1/userdocs/forms/index.html Derek [EMAIL PROTECTED] 2004/06/15 08:46:39 PM Derek Hohls wrote: Hi A week or so back I posted a message about a problem with the PDF version

The Bean's The Thing! [was:Re: CForms and Database - 5 Degrees of Separation?]

2004-06-15 Thread Derek Hohls
Following on from Ugo's suggestions that XDoclet mapping is the way to go in order to have all the data, for relating a bean's information to its corresponding match in the database, located in one place, it struck me that much of what appears in the various Cocoon files can also be considered as

[Woody] Integers in dynamic selection list are localized (BUG?)

2004-06-15 Thread Marcin Okraszewski
Hi, I have a multivalue field. Its values are integers, but some of them are 1000. The selection list is dynamically generated. After woody transformer, values are converted into human readable form, so that eg. 1000 is changed into 1 000. I tried with wd:convertor in model, but it doesn't

Re: The Bean's The Thing! [was:Re: CForms and Database - 5 Degrees of Separation?]

2004-06-15 Thread Ugo Cei
Il giorno 15/giu/04, alle 21:24, Derek Hohls ha scritto: If this approach is potentially useful one, does anyone have any ideas on how to actually implement it: would it require new functionality to be added in to XDoclet, or would it require some Cocoon-based tool that would have to be created

Implementing multiple views with Portal Framework

2004-06-15 Thread Nick
@@ @ @ @@@ @@@ IMPLEMENTING MULTIPLE VIEWS WITH PORTAL FRAMEWORK @@@

portal-html-eventlink question

2004-06-15 Thread Philippe Guillard
Hi, I took 2.1.5-dev in CVS in march, and portal-html-eventlink was transforming all my a href=../a into events (portal?cocoon-portal-action=0cocoon-portal-event=13) to show another page in the same CachingURI coplet, and i reserved use of cl:link for links between coplets. Now i have 2.1.5

sessions with SessionFormAction

2004-06-15 Thread Robert
hello everybody, i've tried the example for the SessionFormAction described in the Javadoc-Part of it. But running in trouble, because the FormValidatorAction throws a NullPointerExc. Anyone knows why. The only thing that i've made is the transforming xslt to change the inputxml foo=bar into

Re: sendmail exception

2004-06-15 Thread Oro smith
Im a developer. There is a mail host running on the machine cocoon is running on but still i get the exception. Also, after logging in and the inbox is displayed, when i try to compose i get unable to connect error on my mobile. However the application works fine with the opera web browser.