submit 1 « IceFaces « JSF Q&A





1. Why aren't events firing on input type=submit in IE outside of localhost?    stackoverflow.com

Here's my input element:

<input name="contentForm:utsubmitRelBtn" tabindex="4" class="iceCmdBtn" id="contentForm:utsubmitRelBtn" onfocus="alert('hi!');" onclick="iceSubmitPartial(form, this, event);return false;" type="submit" value="Submit"/>
If I access the app at http://localhost:18080/AppName/ then I get an alert when I focus ...

2. Icefaces2.0 - Problem when login again after a logout    stackoverflow.com

I have a problem with validator phase. I have a form in a popup: if there are no errors in the validation phase I have no problem when I come back ...

3. Gray out before submit    icefaces.org

Hi, I need something like popupPanel, just a window that is grayed out before submit and it is shown outputConnectionStatus. I've just used javascript, but it looks really bad, and I've tried popupPanel, but the effect is that my window reloads and then this popupPanel shows. I need gray out the page, because when I send submit to get big data ...

4. Call actionListener without submit    icefaces.org

5. Dynamic Form Submit    icefaces.org

7. partial submit strange behaviour    icefaces.org

Hi I'm new to ICEFaces but I've done some projects in plain JSF and I like the idea of partial submit. Unfortunately I have problems with it unless I'm doing sth wrong which is probable. I 've got a simple form pretty much like this: Code: - empty ...





10. partial submit causes valueChangedListener to fire on other fields    icefaces.org

Hi All, I seem to be having a problem that when I partial submit the first value in a set of form fields it fires the valueChangeListeners on all fields in the form. Oddly enough, this seems to be happening only for the first time I use a partial submit? Code:



17. inputText on keyup submit    icefaces.org

Hy. I want preform validation of inputText value whenever the user releases the button, actually on key up. And I want do it without javascript (that is why I am using ICEFaces ;)). Here is segment of code.... .... public void changed(ValueChangeEvent e){ String val = (String)e.getNewValue(); doValidation(val); } Everything works perfect till the moment I ...

18. How to handle Multiple Submits of a button    icefaces.org

Hi brad, I don't want to process the double click on any of the button, especially online payment kind of scenarios. If i do double click on button then it should display request already processed message. I want to know is there any tag or component to restrict this double click event. Regards, Ramesh Alla

22. How to make the non-ajax submit?    icefaces.org

23. Submitting form and invoking action method on JavaScript event    icefaces.org

How would one do this in ICEfaces? For example, I want an action method and the form submitted an onblur Javascript event is invoked as a result of a user moving out of focus, away from an ice:inputText component. Another thread discusses this in part: http://www.icefaces.org/JForum/posts/list/8517.page However, I need an action method and form submitted, not just the value change listener. ...

24. What does the partial submit pull back from a page?    icefaces.org

If I have a view that looks something like this: Code: