iceSubmitPartial « IceFaces « JSF Q&A





1. iceSubmitPartial not working when there is a conversion error    icefaces.org

Hi 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.org

Hello 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 ...

6. Calling iceSubmitPartial from javascript    icefaces.org

You 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. ...





10. how to use iceSubmitPartial ???    icefaces.org