Forums de discussion

Search-Container , mouse out , mouse over

Prathibha h m, modifié il y a 13 années.

Search-Container , mouse out , mouse over

Junior Member Publications: 74 Date d'inscription: 17/09/09 Publications récentes
Hello All,

I am using two search containers in a jsp. Both the search containers use "Organization" model but two different LISTs are displayed.

Now, the issue is mouse out and mouse over, color change of rows works for one but not for other.

when I check in firebug...this is the generated styling code for search container on which HOVER is working fine.
<tr onmouseout="this.className = 'portlet-section-body results-row last';" onmouseover="this.className = 'portlet-section-body-hover results-row hover last';" class="portlet-section-body results-row last" id="aui_3_2_0_11116"> <td headers="gvva_col-1" colspan="1" class="align-left col-1 first valign-middle">




but the other search container has below styling

<tr class="portlet-section-body results-row"> <td headers="tuop_col-1" colspan="1" class="align-left col-1 first valign-middle">


But if I place only one search container in that jsp. It works fine.
Please help me if you know the solution.
Prathibha h m, modifié il y a 13 années.

RE: Search-Container , mouse out , mouse over

Junior Member Publications: 74 Date d'inscription: 17/09/09 Publications récentes
One more doubt regarding using two search containers in a single page.

How to handle the below code for two search containers

PortletURL iteratorURL = renderResponse.createRenderURL();
pageContext.setAttribute("iteratorURL", iteratorURL);