jsp - Adding a Class to <%=getCurrentAttribute -


i'd add class no in front of it. there way so?

<%=getcurrentattribute('item', 'custitem_refurbmsg')%> 

i'm thinking here,

<%=getcurrentattribute('item', 'custitem_refurbmsg') class='classname' %> 

but doesn't work. idea's how write correctly?


Comments

Popular posts from this blog

vb.net - How to ignore if a cell is empty nothing -

Sort a complex associative array in PHP -

recursion - Can every recursive algorithm be improved with dynamic programming? -