• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Browser issue:Action not getting called

 
Greenhorn
Posts: 13
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
<td align="center" id="tdBtnAddClient">
<sf:validateAllOnClick>
<a4j:commandButton id="btnSave" value="#{messages.btn_save}" styleClass="button_css" action="submit" onclick="#{rich:component('wait')}.show();" oncomplete="changeClientBtns(this);#{rich:component('wait')}.hide();Richfaces.showModalPanel('successDialogue');" reRender="clientDetailsPanel,cmbName,cmbBranch,lstClientDetails,dtClientHistoryList,dtScrClientHistoryList,dtAppointmentNavigate,AppointmentTable,billListPanel,tlbUpdateMedCat,dtPrescriptionNavigate,dtPrescriptionHistoryList,cltPresNotePanel,prescriptionInfoList,dtBillNavigate,sDtBillPayment,txtBillRemark,txtBalAmt,txtPaidAmt,txtTotalAmt,txtBillDate,txtBillNumber,serviceListTable,dtServiceNavigate,txtStatus,txtClientName,txtAptDate,txtBookTime,txtClinic,txtEmployee,successDialogue,showname,directSearchPanel"/>
</sf:validateAllOnClick>
<rich:spacer width="5px" />
</td>



I am using above code to add a new client in my spring module. Its working perfectly when I am using mozila forefox as browser but in IE8 the action is not getting called. A blank notification comes up without saving data. I have debugged using the IE debugger however I am not getting any type of scripting error. Is this a browser issue or something to be changed in code
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic