Suggest list .. initial value not being displayed
--------------------------------------------------
Key: COCOON-2186
URL: https://issues.apache.org/jira/browse/COCOON-2186
Project: Cocoon
Issue Type: Bug
Components: Blocks: Ajax, Blocks: Forms
Affects Versions: 2.1.11
Reporter: imran pariyani
Priority: Minor
For the forms field of type suggest with a suggestion list the initial value is
not being displayed ... this dint happen for version 2.1.10 .. but when i
upgraded to version 2.1.11 it no longer sets the initial value .. this bug is
also present for the sample
http://cocoon.zones.apache.org/demos/release/samples/blocks/forms/do-suggest.flow
Initial value of the widget is 16, the widget must show "Bruno Dumon".
<fd:datatype base="integer"/>
<fd:initial-value>16</fd:initial-value>
<fd:suggestion-list type="javascript">
after debugging i found out that the widgets value is being set but it isnt
passed on to DOJO as initial value when the DOJO widget is created ..
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.