Re: Map serialize flowscript output

2009-05-12 Thread Christian Decker
iling list :-) -- Christian Decker Software Architect http://blog.snyke.net On Tue, May 12, 2009 at 3:26 PM, Derek Hohls wrote: > Agreed - I learnt using DEF is key to more maintainable and readable > code... > > >>> On 2009/05/12 at 03:09, in message > <7c655c04b6f59643

Re: Map serialize flowscript output

2009-05-12 Thread Christian Decker
Regards, Chris -- Christian Decker Software Architect http://blog.snyke.net On Tue, May 12, 2009 at 11:27 AM, Robby Pelssers wrote: > And here's my response ;-) I posted it on the blog as well. > > > "If the images do not require animation you can just serialize the > images to

Map serialize flowscript output

2009-05-11 Thread Christian Decker
fine as I already tested them with a simple generate tag. The flowscript sends pages using cocoon.sendPage( cocoon.parameters[ "screenURI" ], {"project" :project, "dao" :dao} ); Somehow I think I got the sitemap concept wrong. Somebody got an idea? Regards, Chris --

Re: BrowserUpdate throwing error messages at me

2008-11-05 Thread Christian Decker
More precisely it happens on fd:action widgets in my form. Could it be that the way widgets are hidden (by replacing them with a span with the same ID) by BrowserUpdate would produce invalid HTML which is discarded by IE? Regards, Chris Christian Decker wrote: > > Hi all, > > I

BrowserUpdate throwing error messages at me

2008-11-05 Thread Christian Decker
eas? Regards, Chris ----- Christian Decker http://blog.snyke.net -- View this message in context: http://www.nabble.com/BrowserUpdate-throwing-error-messages-at-me-tp20343434p20343434.html Sent from the Cocoon - Users mailing list archive at Nabble.com.

RE: length to fi:styling maxlength

2008-10-29 Thread Christian Decker
Yup, that's what I'm doing, now I want this validation constraint (just the maximum length) to show up in the generated HTML, like I can already do by adding the , but it's really tedious work and error prone having to edit the templates to reflect the same constraints imposed by the validation mo

fd:length to fi:styling maxlength

2008-10-29 Thread Christian Decker
Hi all, I'm trying to reflect my fd:length field in the form model to be reflected in the actual form that is generated as the maxlength attribute in the input field. Problem is that I know only how to do that by setting the fi:styling in the template, but I would like to have it automatically in

Re: SendMailTransformer

2008-09-30 Thread Christian Decker
Joerg Heinicke wrote: > > That's indeed the problem. The getLogger() implementations of 2.1 and > 2.2 are incompatible. In 2.1 it returns > o.a.avalon.framework.logger.Logger while in 2.2 we Apache Commons > Logging and so the method returns o.a.commons.logging.Log. Compiling > 2.1.9's SendM

Re: SendMailTransformer

2008-09-30 Thread Christian Decker
Felix Knecht-2 wrote: > > Christian Decker schrieb: >> Hi all, >> >> I'm currently looking into the SendMailTransformer for the sending of >> emails as it looks like the best choice for this job. But I got stuck >> pretty fast and the web isn't t

Re: SendMailTransformer

2008-09-29 Thread Christian Decker
Felix Knecht-2 wrote: > > See also http://cocoon.apache.org/2.2/blocks/mail/1.0/1099_1_1.html > You can use jx-generator instead of default generator to get some data > into the 'sendmail.xml'. > Thanks for your fast reply, it's been quite some time since I last changed the sitemap so please f

SendMailTransformer

2008-09-25 Thread Christian Decker
Hi all, I'm currently looking into the SendMailTransformer for the sending of emails as it looks like the best choice for this job. But I got stuck pretty fast and the web isn't too helpful either. What I'm having problems with is that I don't see how to get the templates, fill them in using JX a