Hello!
I'm trying to put a wigdet inside a table but it's not working, that is, i
see no result.
This is part of the code on form1_template.xml
(...)
<fi:group>
<fi:styling type="tabs"/>
<fi:state>
<ft:widget id="tab-state"/>
</fi:state>
<fi:items>
<fi:group>
<fi:label>A simple test</fi:label
<table border="1">
<tr>
<td><ft:widget-label id="data2"/></td>
</tr>
</table>
(...)
This is the code from form1.xml (widget init)
(..)
<fd:field id="data2">
<fd:label>in a table</fd:label>
<fd:datatype base="string">
<fd:convertor type="htmlcleaner"
config="resource://org/apache/cocoon/forms/datatype/convertor/HtmlCleanerConfiguration.xml"/>
</fd:datatype>
</fd:field>
Notes :
- all widgets outside the table work fine
- using cocoon 2.1.7 under tomcat 5.5
Thanks in advance for your ideas and support,
CarlosN.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]