Ahoj,
mam jsp s kodem

<h:commandLink style="display:none;"
action="#{bean.useFilterTemplate}" id="refresh_button" value="refresh"
       immediate="false">
   </h:commandLink>

   <h:outputLabel value="#{Messages.global_label_filterTemplates_text} "
       for="filterTemplateComboId" />
   <t:selectOneMenu value="#{bean.filterTemplateId}"
       id="filterTemplateComboId" styleClass="filterTemplateCombo"
       onchange="click('mainForm:refresh_button');">
       <f:selectItems value="#{bean.filterTemplateList}" />
   </t:selectOneMenu>

zmena vyberu v combu ma simulovat kliknuti na tlacitko refresh_button a tim odeslat formular, v FF to samozrejme chodi ale v IE mi to nedela nic :'( nevite nekdo cim by to mohlo byt?

tomas

Odpovedet emailem