Re: Javaflow requires X11 libraries

2005-11-28 Thread Ugo Cei
Il giorno 28/nov/05, alle ore 19:48, Torsten Curdt ha scritto: Thanks for the heads up ...do you mind filing a bug over at jakarta? Done. See bug #37666 on Bugzilla. Thanks! Looks like it's been fixed in SVN: http://issues.apache.org/bugzilla/ show_bug.cgi?id=37666 Ugo -- Ugo

Re: [VOTE] Naming rule for HTML IDs generated by CForms - error in IE with XHTML

2005-11-28 Thread Andreas Hochsteger
I got an error using WinXPPro with Firefox 1.5 (2005-11-07) in an IE-Tab (1.0.6.3) (https://addons.mozilla.org/extensions/moreinfo.php?id=1419). Using plain IE (6.0.2900.2180.xpsp_sp2_gdr.05031-1519) I got a security warning, that active contents have been deactivated. Plain Firefox is ok. C

Re: [VOTE] Naming rule for HTML IDs generated by CForms - error in IE with XHTML

2005-11-28 Thread Peter Hunsberger
On 11/28/05, hepabolu <[EMAIL PROTECTED]> wrote: > Joerg Heinicke wrote: > > On 28.11.2005 23:50, hepabolu wrote: > > > >>> Can you build a standalone xhtml file that reproduces the problem? > >> > >> > >> Here it is. It works fine in firefox (both windows and mac) and > >> safari, but it produces

Re: [VOTE] Naming rule for HTML IDs generated by CForms - error in IE with XHTML

2005-11-28 Thread hepabolu
Joerg Heinicke wrote: On 28.11.2005 23:50, hepabolu wrote: Can you build a standalone xhtml file that reproduces the problem? Here it is. It works fine in firefox (both windows and mac) and safari, but it produces the error I mentioned before in IE6. Works for me: IE 6, Win 2k. Jörg

Re: [VOTE] Naming rule for HTML IDs generated by CForms - error in IE with XHTML

2005-11-28 Thread Joerg Heinicke
On 28.11.2005 23:50, hepabolu wrote: Can you build a standalone xhtml file that reproduces the problem? Here it is. It works fine in firefox (both windows and mac) and safari, but it produces the error I mentioned before in IE6. Works for me: IE 6, Win 2k. Jörg

Re: [VOTE] Naming rule for HTML IDs generated by CForms - error in IE with XHTML

2005-11-28 Thread hepabolu
Sylvain Wallez wrote: Can you build a standalone xhtml file that reproduces the problem? Here it is. It works fine in firefox (both windows and mac) and safari, but it produces the error I mentioned before in IE6. Bye, Helma Title: OSN - Zoek modellen Veel succes!

Re: [VOTE] Naming rule for HTML IDs generated by CForms - error in IE with XHTML

2005-11-28 Thread hepabolu
Sylvain Wallez wrote: Entity names, PI targets, notation names and attribute values declared to be of types ID, IDREF(S), ENTITY(IES) or NOTATION cannot contain any colons. Error processing resource 'http://localhost:/myform.form' What is displaying this message? Is it Cocoon, a parser,

Re: [VOTE] Naming rule for HTML IDs generated by CForms - error in IE with XHTML

2005-11-28 Thread Sylvain Wallez
hepabolu wrote: On Sun, 6 Nov 2005, Sylvain Wallez wrote: [X] "foo.bar:input" (colon, not CSS-friendly because of IE) [ ] "foo.bar..input" (double period) [ ] "foo.bar.input." (trailing period) [ ] "foo.bar._input" (underscore, requires to forbid it as the beginning of widget names) Guys,

[EMAIL PROTECTED]: Project cocoon-block-portal (in module cocoon) failed

2005-11-28 Thread Gump
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at [EMAIL PROTECTED] Project cocoon-block-portal has an issue affecting its community integration. This issue

[EMAIL PROTECTED]: Project cocoon-block-portal (in module cocoon) failed

2005-11-28 Thread Gump
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at [EMAIL PROTECTED] Project cocoon-block-portal has an issue affecting its community integration. This issue

Re: Javaflow requires X11 libraries

2005-11-28 Thread Torsten Curdt
Thanks for the heads up ...do you mind filing a bug over at jakarta? Done. See bug #37666 on Bugzilla. Thanks! cheers -- Torsten PGP.sig Description: This is a digitally signed message part

Re: Minor errors in ajax related xml/xsl?

2005-11-28 Thread Antonio Gallardo
hepabolu wrote: Could someone with more javascript/HTML conformance knowledge check this: forms-fields-styling.xsl line 557:

Re: Minor errors in ajax related xml/xsl?

2005-11-28 Thread Erron Austin
That's correct. On 11/28/05, hepabolu <[EMAIL PROTECTED]> wrote: Could someone with more _javascript_/HTML conformance knowledge check this:forms-fields-styling.xsl line 557:

Minor errors in ajax related xml/xsl?

2005-11-28 Thread hepabolu
Could someone with more javascript/HTML conformance knowledge check this: forms-fields-styling.xsl line 557:

[Concrete Thought] How to modify web.xml from a block properly?

2005-11-28 Thread Torsten Schlabach
Hi! I hope I haven't overlooked this in the archives. But the thread that sounded promising at first (http://www.mail-archive.com/dev@cocoon.apache.org/msg35223.html) had little to do with the info I was looking for. I am trying to pick up the CHS petstore example (Cocoon, Hibernate, Spring) from

Re: Javaflow requires X11 libraries

2005-11-28 Thread Ugo Cei
Il giorno 28/nov/05, alle ore 16:59, Torsten Curdt ha scritto: Thanks for the heads up ...do you mind filing a bug over at jakarta? Done. See bug #37666 on Bugzilla. Ugo -- Ugo Cei Tech Blog: http://agylen.com/ Open Source Zone: http://oszone.org/ Wine & Food Blog: http://www.divin

Re: Javaflow requires X11 libraries

2005-11-28 Thread Torsten Curdt
Javaflow (or is it BCEL?) depends on AWT and therefore requires that X11 libs be present on a *nix system in order to run. And no, using "-Djava.awt.headless=true" is not enough. I had to do apt-get install xlibs to bypass this problem. Is this actually as braindamaged as it a

Javaflow requires X11 libraries

2005-11-28 Thread Ugo Cei
Just found out: java.lang.UnsatisfiedLinkError: /usr/local/j2sdk1.4.2_08/jre/lib/i386/ libawt.so: libXp.so.6: cannot open shared object file: No such file or directory at java.lang.ClassLoader$NativeLibrary.load(Native Method) at java.lang.ClassLoader.loadLibrary0(ClassLoader.

Re: Updates to the XMLDBSource

2005-11-28 Thread Vadim Gritsenko
Sylvain Wallez wrote: I noticed that some samples (that use Xindice) are broken even in the official 2.1.8. xpath query samples are broken due to incompatible change in the xalan api, as you can see from: 08:35:49.035 WARN!! Error for /samples/blocks/xmldb/db/cocoon/samples.xml?xpath=/sam

Re: [JXTemplate] expression is not evaluated?

2005-11-28 Thread Leszek Gawron
Rob Berens wrote: - Original Message - From: "Mark Lundquist" <[EMAIL PROTECTED]> To: Sent: Monday, November 28, 2005 10:09 AM Subject: Re: [JXTemplate] expression is not evaluated? Yes — it's because inside '${}', the language is JExL, and you are trying to treat it as Java. The m

Re: [JXTemplate] expression is not evaluated?

2005-11-28 Thread Rob Berens
- Original Message - From: "Mark Lundquist" <[EMAIL PROTECTED]> To: Sent: Monday, November 28, 2005 10:09 AM Subject: Re: [JXTemplate] expression is not evaluated? > Yes — it's because inside '${}', the language is JExL, and you are > trying to treat it as Java. The meaning of: > > ${

Re: [JXTemplate] expression is not evaluated?

2005-11-28 Thread Mark Lundquist
On Nov 25, 2005, at 5:39 AM, hepabolu wrote: Can someone please explain why: and result in nothing and results in 'Cannot format given Object as a Date'? Yes — it's because inside '${}', the language is JExL, and you are trying to treat it as Java. The meaning of: ${java

Re: [JXTemplate] expression is not evaluated?

2005-11-28 Thread hepabolu
Leszek Gawron wrote: I think you are not using flow. True. > Unfortunatelly JX contract is different when used outside flow in 2.1.x (access to ${java.*} is performed by rhino). [EMAIL PROTECTED] We could backport jxtg from trunk but it's current state would force users to handle incompa

Re: [JXTemplate] expression is not evaluated?

2005-11-28 Thread Leszek Gawron
hepabolu wrote: Can someone please explain why: and result in nothing and results in 'Cannot format given Object as a Date'? Cocoon 2.1.9-dev I've seen a similar message here: http://marc.theaimsgroup.com/?l=xml-cocoon-dev&m=107801323208467&w=2 I think you are not using flow. Unfort