Posted by Ian Elliott
on 22.01.2007 22:12
I'm using RAD 7.0 development env and trying to get the accordion to 
work.  My settings for background seem to be getting ignored.  Its funny 
because when I do a browser view source and copy the generated link into 
the browser it displays fine.  Here is the source, any ideas why this 
isn't displaying?

myAccordion = new Rico.Accordion( $('accordionDiv'), {expandedBgImg: 
'<%= renderResponse.encodeURL(renderRequest.getContextPath() + 
"/common-link/images/btn_background.png") %>',collapsedBgImg: '<%= 
renderResponse.encodeURL(renderRequest.getContextPath() + 
"/common-link/images/btn_background.png") %>', panelHeight:300, 
tabLocation:'inline', loadedTab:-2});

Thanks