Re: Spring Contexts

2007-03-22 Thread David Legg
Lally Singh wrote: If anyone knows a _short_ book on getting up to speed on using Spring, I'd appreciate it. The tomes I've got on Cocoon & Hibernate are already pretty heavy. My favourite is "Spring A developer's Notebook" by Tate & Gehtland published by O'Reilly: ISBN 0-596-00910-0 in a

Re: Problem with cocoon 2.1.8 and i18n transformer

2007-03-22 Thread Grzegorz Kossakowski
Sanket Pattekar napisał(a): > Hi, > > I am using cocoon 2.1.8, and is using i18n transformer for > internationalization. I have a issue with i18n caching. > > I generate the catalogues using pipeline, i.e I have the following for > my i18n declaration > > src="org.apache.cocoon.transformation.

Re: Tuning XSP output

2007-03-22 Thread Richard Lewis
On Tuesday 20 March 2007 10:20, Tobia wrote: > Richard Lewis wrote: > > 1) Stop it from producing empty elements. > > > > I guess you need to put it inside a Java if statement. > You can wrap it all in a logicsheet, for convenience: > > > > Something like this (untested): > > >

Re: Problem with cocoon 2.1.8 and i18n transformer

2007-03-22 Thread johnson
in 2.1.7 the same problem, and in 2.1.10 it's ok. johnson Sanket Pattekar 提到: Hi, I am using cocoon 2.1.8, and is using i18n transformer for internationalization. I have a issue with i18n caching. I generate the catalogues using pipeline, i.e I have the following for my i18n declaration

Re: conversion of a Unix timestamp to a ISO date

2007-03-22 Thread Thomas Soddemann
Hi, you could also simply use Axis's xs library, Axiom or xmlbeans. Cheers, Thomas Lars Trieloff wrote: Hi, there is an XSLT library available for this: http://www.djkaty.com/drupal/xsl-date-time with best regards, Lars Am 21.03.2007 um 12:52 schrieb Stefan Shoeman: -

Problem with cocoon 2.1.8 and i18n transformer

2007-03-22 Thread Sanket Pattekar
Hi, I am using cocoon 2.1.8, and is using i18n transformer for internationalization. I have a issue with i18n caching. I generate the catalogues using pipeline, i.e I have the following for my i18n declaration

Re: Problem with Ajax and state-widget of tabs

2007-03-22 Thread Robert Blank
Robert Blank schrieb: I'm using tabs in a form. With Cocoon 2.1.10 this form use Ajax, but the state-widget does not work at all. The Value is "null" all the time. Setting the state with form.lookupWidget("activetab").setValue(new Integer(1)); in the flow-script has no effects. If I set ajax="fa

AW: Has anyone written a xsl template for transforming tabs to dojo's TabContainer?

2007-03-22 Thread Matthias Müller
Hi Rice, which cocoon version do you use? i'm using the 2.1.9 and there is an existing example for your needs. Look at http://localhost:8080/cocoon/samples/blocks/forms/form1 (all-included installation) greetings Matthias - Ursprüngliche Mail Von: Rice Yeh <[EMAIL PROTECTED]> An: use

Re: conversion of a Unix timestamp to a ISO date

2007-03-22 Thread Lars Trieloff
Hi, there is an XSLT library available for this: http://www.djkaty.com/ drupal/xsl-date-time with best regards, Lars Am 21.03.2007 um 12:52 schrieb Stefan Shoeman: Hello *, how can I convert a Unix timestamp (for example 1174475521) into a regular ISO-format? I tried it with xsl (xs:date