On Tue, 2004-04-27 at 15:54, [EMAIL PROTECTED] wrote: > Dear All, > > Is it possible to change the styling of a widget or better change a > real property of the real input field via the Flowscript ?
No, because flowscript does simply not know about (nor has access to) these things. Especially not to the "real input field", which isn't modeled by an object model or something, but generated by an XSLT. Do you have a need to change the styling of your widgets at runtime? You might be able to do useful things by generating the form template using the JXTemplateGenerator. -- Bruno Dumon http://outerthought.org/ Outerthought - Open Source, Java & XML Competence Support Center [EMAIL PROTECTED] [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
