I'm experiencing some problems with the multifile input field. The
"allowEmptyValue" option doesn't seem to be working, which is rather
annoying.
Also, it seems like there are no English text definitions for the
browse/delete buttons, as they're rendered saying
"UserInputPanel.button.browse" and "UserInputPanel.button.delete"
respectively.
I'm using the following panel:
<panel order="1">
<field bold="true" size="2" txt="Advanced registry properties"
type="title" />
<field align="left" type="multiFile" variable="XML_FILES"
multipleVariables="false" allowEmptyValue="true">
<spec set="" size="15" txt="Load the following data files" />
</field>
</panel>
By the way...the documentation mentions "multifile", but without a
capital F (multiFile) it doesn't even render.
I don't suppose anyone knows how to fix this?
Thanks a bunch,
- Bram
---------------------------------------------------------------------
To unsubscribe from this list, please visit:
http://xircles.codehaus.org/manage_email
On 30/10/09 09:04, Bram Van Dam wrote:
> Howdy,
>
> I'm experiencing some problems with the multifile input field. The
> "allowEmptyValue" option doesn't seem to be working, which is rather
> annoying.
>
> Also, it seems like there are no English text definitions for the
> browse/delete buttons, as they're rendered saying
> "UserInputPanel.button.browse" and "UserInputPanel.button.delete"
> respectively.
>
> I'm using the following panel:
>
> <panel order="1">
> <field bold="true" size="2" txt="Advanced registry properties"
> type="title" />
> <field align="left" type="multiFile" variable="XML_FILES"
> multipleVariables="false" allowEmptyValue="true">
> <spec set="" size="15" txt="Load the following data files" />
> </field>
> </panel>
>
> By the way...the documentation mentions "multifile", but without a
> capital F (multiFile) it doesn't even render.
>
> I don't suppose anyone knows how to fix this?
---------------------------------------------------------------------