1. inputHidden value assignment by different property than target property icefaces.orgHi forum, my question is the following: If I haven an ice:inputHidden tag, I'd like to get the value="xxx" value set by a #{beanA.abc} property's value but get assigned to a #{beanB.def} property. Background: I iterate through a list of text paragraphs (from database). I'd like to offer the option to edit a certain paragraph's text by using an "edit-me" link ... |
2. inputHidden blocks functionality icefaces.org |
3. |
4. ice:inputHidden value missing from form submission icefaces.orgI am new to ICEFaces and am trying to add ICEFaces to a MyFaces/Facelets app. The value of an ice:inputHidden field is not being included in a form submission, with the result that its validator method is not being called (since it's submitted value is empty). I use this field to validate a username/password combination. I am using ICEFaces 1.5.1. Here ... |
5. value is clean in inputHidden icefaces.org |
6. inputHidden fields not updating from backing bean on partial submit icefaces.orgIn my application I am trying to use an inputHidden field to pass information back from the server from a partial submit on an selectOneMenu selection. In the binding method, I set the inputHidden's variable to a new value but the value is never updated on the inputHidden. I have also tried to use an outputLabel with visible=false and this too ... |
7. ice:inputHidden & partialSubmit icefaces.orgI've noticed that inputHidden component does not support partialSubmit. Is there a reason for that? Input hidden element also has onchange event which can be triggered in order to notify the server using ajax. I need this feature for the task I'm working on. The trick I found for this issue is to use ice:inputText with visibility set to false, in ... |