McDonnell, Larry wrote:
Hi,
I have come across a strange problem. I have created a Zope application to collect information through a Zope form. The input form works. I also give the users the ability to update. But I notice something strange.
<tr> <td width="27%">Item Number Required:</td> <td width="73%"> <input type="text" name="item_num_required" size="50" value=<dtml-var item_num_required>> </td> </tr>
When get the record only the first word in the field will appear. But if I use this -
<input type="text" name="item_num_required" size="50" value="<dtml-var item_num_required>"
quoting the value-paramter should work. -mj -- Maik Jablonski __o www.zfl.uni-bielefeld.de _ \<_ Deutsche Zope User Group Bielefeld, Germany (_)/(_) www.dzug.org