~Howard DwonubergflarMay 13, 2011, 8:16 AM33 PostsRe: Setting HTML field attributes from SSJSI'm not sure what you mean by html field attribute but if you want to set for example style att on a div element you can do it this way: <div style="#{javascript: return 'border: 1px solid black;'}"> </div>