Hi,
If you created view configuration using .htm page
then you can use this code
<thtmlb:gridCell columnIndex = "1"
rowIndex = "1" >
<thtmlb:inputField id = "desc"
tooltip = "Description"
width = "100px"
disabled = "TRUE"
value = "<%= controller->gv_desc %>"
maxlength = "40" />
</thtmlb:gridCell>
Regards,
Deepika.