1. iceSubmitPartial not working when there is a conversion error icefaces.orgHi I have a ice:selectInputDate component. when user enters data other than valid date, i am making a script call and submitting the page using icePartialSubmit. It use to work fine, but know i have changed my iceFaces jars. i have used 1.7.1 jars and the code was not working. can any one help me how to validate date fields in ... |
2. iceSubmitPartial's event datatype: String or Event-object? icefaces.orgHello everbody, I'm trying to invoke "iceSubmitPartial(...)" from inside a JavaScript function and cannot figure out if the "event" parameter must be an Event-object or a String like "onchange" :-( Please have a look below on my function: function foo(selectBox1, selectBox2, selectBox3) { var selectBoxA = document.getElementById(selectBox1); .... iceSubmitPartial(document.getElementById("form1"), selectBoxA, 'onchange') ; ... } I would be really thankful if someone ... |
3. iceSubmitPartial() - Submits invalid value icefaces.org |
4. iceSubmitPartial not working in Internet Explorer icefaces.org |
5. IE7 full page refresh when invoking iceSubmitPartial() icefaces.org |
6. Calling iceSubmitPartial from javascript icefaces.orgYou can use either of these options 1. Have a hidden input element with ValueChangeListiner. Use JavaScript to set the value of the hidden input element which internally calls the Event on the backing bean. 2. Have an Hidden Input button that has ActionEvent or Action and use JQuery trigger() method to call the event on the button. Hope this workout. ... |
7. javascript:iceSubmitPartial(form,this,event) icefaces.org |
8. input field disappears on script call to iceSubmitPartial icefaces.org |
9. iceSubmitPartial not working in Firefox 2 icefaces.org |
10. how to use iceSubmitPartial ??? icefaces.org |