On 29.02.2004 17:17, Stefan Burkard wrote:

hi cocoon-users

i upgraded to cocoon 2.1.4 (from 2.1.3) and now i have a strange effect with the woody-transformer.

in my woody-form-templates i use an own namespace like this:
<inhalt xmlns="http://www.berndeutsch.ch/xmlns/inhalt/1.0"; ...>

that was no problem until (and also with) cocoon 2.1.3, but now the woody-transformer transforms the code of my form-template into something like this:
< xmlns="http://www.berndeutsch.ch/xmlns/inhalt/1.0"; xmlns:wi="http://apache.org/cocoon/woody/instance/1.0"; width="365" cellspacing="0" cellpadding="0" border="0">
<>
< class="contnorm" valign="top" width="100">form.wort.label</>
< valign="top"><input xmlns="" title="" value="" id="form_wort" name="form_wort">
</>


as soon as i change the tag mentioned above to the example below, anything works again
<inhalt:inhalt xmlns:inhalt="http://www.berndeutsch.ch/xmlns/inhalt/1.0"; ...>


is this a case for bugzilla? or am i doing something wrong?

In the mean time this bug has been fixed: http://cvs.apache.org/viewcvs.cgi/cocoon-2.1/src/blocks/forms/java/org/apache/cocoon/forms/transformation/EffectWidgetReplacingPipe.java (Version 1.5).

You can easily backport this fix to original Woody block:
http://cvs.apache.org/viewcvs.cgi/cocoon-2.1/src/blocks/forms/java/org/apache/cocoon/forms/transformation/EffectWidgetReplacingPipe.java?r1=1.4&r2=1.5&diff_format=h

Joerg

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to